上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 87 下一页
摘要: java.sql.SQLException: Can't call commit when autocommit=true at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:934) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931) at c... 阅读全文
posted @ 2018-07-10 10:52 lshan 阅读(634) 评论(0) 推荐(0)
摘要: public class Air21QueryMileStoneJobTest{ @InjectMocks Air21QueryMileStoneJob air21QueryMileStoneJob ; @InjectMocks Air21OrderStatusHandler air21OrderS 阅读全文
posted @ 2018-07-09 18:44 lshan 阅读(256) 评论(0) 推荐(0)
摘要: Dockerfile 编译镜像: 进入Dockerfield 目录下:sudo docekr build -t [镜像名]:tag . 运行镜像:( jvm 比例设置可以参考) 阅读全文
posted @ 2018-07-08 22:45 lshan 阅读(199) 评论(0) 推荐(0)
摘要: <!-- 依赖的jar包 --> <dependencies> <!-- 时间操作组件 --> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency> <!-- Apache 阅读全文
posted @ 2018-07-07 23:08 lshan 阅读(273) 评论(0) 推荐(0)
摘要: 值得一提的是该功能被整合到Java 8 中 ,被称为java8 新特新之一 。这意味着不用到包 <!-- 时间操作组件 --> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </depende 阅读全文
posted @ 2018-07-07 22:57 lshan 阅读(753) 评论(0) 推荐(0)
摘要: 方式一 依赖: <!-- log start --> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>${log4j.version}</version> </dependency> <dep 阅读全文
posted @ 2018-07-07 22:44 lshan 阅读(469) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/wlccomeon/article/details/20398923 阅读全文
posted @ 2018-07-05 23:00 lshan 阅读(97) 评论(0) 推荐(0)
摘要: 用 sql 获取一段时间内的数据: ***************************************Orace******************************************************** SQL 查询今天、昨天、7 天内、30 天 - CSDN 博客 阅读全文
posted @ 2018-07-04 18:10 lshan 阅读(913) 评论(0) 推荐(0)
摘要: 参考:https://wenku.baidu.com/view/a6516373f242336c1eb95e7c.html (比较好的 但是是drl 原生的) 参考2:http://asialee.iteye.com/blog/1927357 (比较详细的讲了 xls 格式的的用法) 参考3:htt 阅读全文
posted @ 2018-07-03 15:40 lshan 阅读(155) 评论(0) 推荐(0)
摘要: 原文地址:http://trinea.iteye.com/blog/1533616 最新内容建议直接访问原文:Android常用的工具类 主要介绍总结的Android开发中常用的工具类,大部分同样适用于Java。 目前包括HttpUtils、DownloadManagerPro、ShellUtils 阅读全文
posted @ 2018-06-24 18:36 lshan 阅读(573) 评论(0) 推荐(0)
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 87 下一页