IP属地:黑龙江
-----------------------------page1--------------------------------------...
表达式 cron ="0 0 0 28-31 * ? "(28,29,30,31日的意思) Calendar c = Calendar.getI...
//返回周一日期字符串 public static String getMonDay(){ Date date =new Date(); Cal...
//获取当前季度 public static String getQuarter() { Calendar c = Calendar.getIn...
第1种:将流转换为IntStreamOptionalInt max =list.stream().mapToInt(Integer::intVa...
/** * 获得该月最后一天 * @param month * @param year * @return */ public static S...
//excel文件上传数据List list = importResult.getList(); if (list.size() >200) {...
快速排序类似二分查找法,利用基准首次查找完后,利用递归方法排序完