摘要:
LocalDate、LocalTime、LocalDateTime的使用 @Testpublic void test4() { LocalDate date = LocalDate.now(); LocalTime time = LocalTime.now(); LocalDateTime date 阅读全文
posted @ 2022-08-18 22:24
iTao0128
阅读(38)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2022-08-18 21:44
iTao0128
阅读(62)
评论(0)
推荐(0)
摘要:
1、获取系统当前时间 @Testpublic void test4(){ //返回当前时间与1970年1月1日0时0分0秒之间以毫秒为单位的时间差(时间戳) long time = System.currentTimeMillis();//1660827278134 System.out.print 阅读全文
posted @ 2022-08-18 21:31
iTao0128
阅读(35)
评论(0)
推荐(0)

浙公网安备 33010602011771号