- 博客(9)
- 收藏
- 关注
原创 java 调用kettle资源库报错
java 调用kettle资源库报错,资源库连接失败:Error occured while trying to connect to the database。Error connecting to database: (using class org.gjt.mm.mysql.Driver)
2023-02-17 18:14:15
898
2
原创 eclipse中SprinBoot项目JRebel启动报错
eclipse中SprinBoot项目JRebel启动报错:You're using an incompatible 'jrebel.jar' with the JRebel Agent。。。。。。之前热部署JRebel正常使用,有天突然无法启动报错,试了好多方法,一直解决不了,这次总算可以了,记录起来与大家一起分享。
2023-02-17 16:00:28
438
原创 运行eclipse启动项目时 报错:An internal error occurred during: "Initializing Java Tooling".
运行eclipse启动项目时报错:An internal error occurred during: "Initializing Java Tooling".解决方法:操作:1.eclipse ->windows ->Perspactive -> Reset perspactive 重置eclipse 页面 即可解决...
2019-08-14 16:45:42
11309
原创 运行tomcat项目时,报错:does not exist or is not a readable directory
运行tomcat项目时,报错:does not exist or is not a readable directory 或者 Server Tomcat v7.0 Server at localhost failed to start解决方法:其中E:\Workspaces\JavaEE是我的Eclipse工作空间目录。对于这个问题一直纳闷不得其解,在网上找到了一篇相关的文章:h...
2019-08-14 16:43:39
975
原创 运行tomcat项目时, 报错:May be locked by another process.
运行tomcat项目时,报错:May be locked by another process.解决方法:打开tomcat server找到Server Options选项,勾选Server modules without publishing.选项,勾选之后就相当于不用将项目放在tomcat下,直接进行部署。https://jingyan.baidu.com/album/219f4bf7...
2019-08-14 16:41:55
2989
原创 File中isFile与exists与isDirectory与getPath与getAbsolutePath与getCanonicalPath区别
isFile()public boolean isFile()测试此抽象路径名表示的文件是否是一个标准文.如果该文件不是一个目录,并且满足其他与系统有关的标准,那么该文件是标准文件.由Java应用程序创建的所有非目录文件一定是标准文件.返回:当且仅当此抽象路径名表示的文件存在且是一个标准文件时,返回true;否则返回false;抛出:SecurityException,如果存在安全管理器,...
2019-08-14 16:25:47
692
原创 读取文件路径中文件夹里的文件名称
先根据提供的路径判断是否是文件,是则打印,不是则获取该文件夹下的所有文件和目录的文件名数组,再继续循环判断即可public static void main(String[] args) { long startTime=System.currentTimeMillis(); //获取开始时间 String[] filepaths = new String...
2019-08-14 16:01:17
474
原创 密码:必须只含有特殊字符、数字和字母不含中文,6-12位。正则表达式怎么写?
正则表达式:1、(?!.*[!·(){}【】“”:;,》¥、。‘’——\\s-……%\\n]) 表示的是不含中文的特殊字符,以及空格与回车,里面的符合可以自动补充或删除;2、(?=.*[a-zA-Z]) 表示含小写或大写的英文字母3、(?=.*\\d) 表示必须匹配到数字4、(?=.*[~!@#$%^&*()_+`\\-={}:\";'<>?,.\\/])...
2019-08-14 15:13:07
14943
原创 用jquery实现复选框全选按钮的操作
style="width:18px;height:18px;vertical-align:middle;margin-top:-4px;" /> 全选value="0" checked="checked"style="width:18px;height:18px;vertical-align:middle;margin-top:-4px;" /
2018-01-05 14:54:57
553
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人