摘要: 一、Date.compareTo比较时间 DateFormat dateFormat = DateFormat.getDateInstance(); Date oldTime = dateFormat.parse("2021-04-07 19:50:11"); Date newTime = new 阅读全文
posted @ 2021-08-09 23:06 古兰精 阅读(4538) 评论(0) 推荐(0) 编辑
摘要: 一、生成随机密码 public class CommonUtils { //随机密码生成 public static String makeRandomPassword(int len){ char charr[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLM 阅读全文
posted @ 2021-08-09 22:10 古兰精 阅读(782) 评论(0) 推荐(0) 编辑