随笔分类 -  常用开发工具

摘要:package com.xx.xx.core.utils; import cn.hutool.core.util.ReflectUtil; import com.xx.tools.utils.BeanUtil; import com.xx.tools.utils.StringUtil; import 阅读全文
posted @ 2024-04-30 16:34 Peter.Jones 阅读(10) 评论(0) 推荐(0) 编辑
摘要:在线JSON转EXCEL工具 https://wejson.cn/json2excel/在线格式化工具 https://tool.oschina.net/codeformat/xmlhutool工具 https://hutool.cn/token登录工具 https://sa-token.dev33 阅读全文
posted @ 2022-09-22 13:57 Peter.Jones 阅读(29) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-04-08 20:29 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/chenggang816/p/10214950.html private boolean isOk(String url) { if(StrUtil.isEmpty(url)) return false; try { URL netUrl = new 阅读全文
posted @ 2021-12-23 11:05 Peter.Jones 阅读(563) 评论(0) 推荐(0) 编辑
摘要:https://hutool.cn/docs/#/core/%E7%B1%BB%E5%9E%8B%E8%BD%AC%E6%8D%A2/%E7%B1%BB%E5%9E%8B%E8%BD%AC%E6%8D%A2%E5%B7%A5%E5%85%B7%E7%B1%BB-Convert 阅读全文
posted @ 2021-05-25 14:17 Peter.Jones 阅读(42) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-07-20 16:06 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-03-24 17:02 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
摘要:private String generateCode() { int min = 100000; int max = 1000000; Random rand = new Random(); int res = this.rand.nextInt(max - min) + min; return 阅读全文
posted @ 2020-01-18 01:20 Peter.Jones 阅读(67) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-12-20 11:51 Peter.Jones 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-10-21 15:48 Peter.Jones 阅读(5) 评论(0) 推荐(0) 编辑
摘要:package com.jpa.demo.util; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; public class DateUtil { private static String pattern1 = "yyyy-MM-dd"; private sta 阅读全文
posted @ 2019-10-17 13:35 Peter.Jones 阅读(157) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示