09 2021 档案

摘要:String beginTime= "2021-09-14 08:22:10";String endTime= "2021-09-14 08:22:20"; 一、直接用Date自带方法before()和after()比较 SimpleDateFormat df = new SimpleDateFor 阅读全文
posted @ 2021-09-15 16:18 IIIID 阅读(10938) 评论(0) 推荐(0)
摘要:报错信息: java.sql.SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK 解决方法: pom文件中引入如下依赖: <dependency> <groupId>com.oracle</groupId> <artifactId>orai18 阅读全文
posted @ 2021-09-13 16:11 IIIID 阅读(1133) 评论(0) 推荐(0)