摘要: (1)java中日期类型:Date、Timestamp(2)数据库中:Date、Timestamp(3)字符串和Date之间的格式化转换: SimpleDateFormat类方法: format():把String格式化为Date; parse():把String格式化为Date; 如果需要把Dat 阅读全文
posted @ 2017-11-14 15:44 海蓝7 阅读(6818) 评论(0) 推荐(0)
摘要: 不可变类且线程安全 LocalDate 、java.time.LocalTime 和LocaldateTime 新的Date和Time类 ==https://www.cnblogs.com/blog5277/p/6407463.html JDK8中增加了一系列时间的类, (据说)是为了干掉过去的Da 阅读全文
posted @ 2017-11-14 15:08 海蓝7 阅读(7556) 评论(1) 推荐(1)