10 2020 档案

摘要:public static boolean isValidDate(String dateStr, String formatStr) { boolean convertSuccess = true; if(StringUtils.isBlank(dateStr)){ convertSuccess 阅读全文
posted @ 2020-10-26 11:35 下饭 阅读(426) 评论(0) 推荐(0)
摘要:1.json依赖<dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20160810</version></dependency>Student student = new Student() 阅读全文
posted @ 2020-10-18 18:36 下饭 阅读(1436) 评论(0) 推荐(0)
摘要:详解 https://www.cnblogs.com/lazyInsects/p/8075487.html * :代表所有可能的值。- :表示指定范围。, :表示列出枚举值。/ :被用于指定增量。例如:在Minutes子表达式中,“0/15”表示从0分钟开始,每15分钟执行一次。"3/20"表示从第 阅读全文
posted @ 2020-10-10 17:39 下饭 阅读(1838) 评论(0) 推荐(0)