摘要: import java.text.ParseException; import java.text.SimpleDateFormat;import java.util.Arrays;import java.util.Calendar;import java.util.Comparator;impor 阅读全文
posted @ 2020-06-22 16:53 申辉 阅读(167) 评论(0) 推荐(0) 编辑
摘要: var lstmxList = lstmxList;//最外层循环的集合 for(var i in lstmxList) { var lstPremCal = lstPremCal;//里层循环的集合 for(var j in lstPremCal) { var sfgrd_plan_nm = ls 阅读全文
posted @ 2020-06-22 15:15 申辉 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 引用:https://blog.csdn.net/xubenxismile/article/details/96453704 阅读全文
posted @ 2020-05-18 09:21 申辉 阅读(89) 评论(0) 推荐(0) 编辑
摘要: public String changeTimeType(Long mss){ long hours = mss / (1000 * 60 * 60); long minutes = (mss % (1000 * 60 * 60)) / (1000 * 60); long seconds = (ms 阅读全文
posted @ 2020-05-11 17:37 申辉 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 转载自https://www.cnblogs.com/zhifengge/p/5735978.html 阅读全文
posted @ 2020-05-11 17:33 申辉 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/hanwuxing/p/11607771.html 阅读全文
posted @ 2019-10-09 21:11 申辉 阅读(183) 评论(0) 推荐(0) 编辑