摘要: //获取这一年的日历 private static Calendar getCalendarFormYear(int year){ Calendar cal = Calendar.getInstance(); cal.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY 阅读全文
posted @ 2021-09-17 11:20 百鬼&夜行 阅读(76) 评论(0) 推荐(0) 编辑
摘要: //获取某一年的某一周的周日日期public static Date getEndDayOfWeekNo(int year, int weekNo) throws ParseException { Calendar cal = getCalendarFormYear(year); cal.set(C 阅读全文
posted @ 2021-09-17 11:15 百鬼&夜行 阅读(88) 评论(0) 推荐(0) 编辑
摘要: public static String generate8RateUuid() { String[] chars = new String[] { "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", 阅读全文
posted @ 2021-09-17 10:44 百鬼&夜行 阅读(956) 评论(0) 推荐(0) 编辑