Files
2021-10-26 19:20:52 +08:00

32 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 我的公众号
![](.readme/B5F8E89A-CE33-4a78-A461-E9014B10A3D9.png)
# 作用
保存java遇到的部分工具类写法,在需要的时候可以直接拿出来使用
# 更新日志
2020/5/11 创建工程、添加PageUtil以及单测类,添加PatternUtil,添加StringUtils以及单测类
2020/5/12 : 添加部分工具类,未实现单测处理,包括:
- MessageUtils
- ShellUtils
- FileUtil
- Base64Util
- DateTimeUtil
- FillFullTimeValueUtil
- RedisUtil
- PDFUtils
- ResponseEntityUtil
- ClassUtils
- ClassVisitorUtils
- MethodVisitorUtils
2020/5/15 : 添加zip压缩工具类ZipOutputUtil、TarArchiveGZIPOutputUtil及其单测类ZipTest、添加树节点工具类TreeUtils和单测类
添加验证码工具类CaptchaUtil和单测、添加二维码工具类QRCodeUtil和单测,修改FileUtil添加部分方法、删除log4j依赖
2020/5/18 : 添加xml、json转换工具JsonBinder和XmlBinder,添加测试代码,添加图片压缩工具类PicturesCompressUtil以及单测,增加FileUtil中文件内容读入读出方法
2020/5/22 : 添加FullFillTimeValueUtil单测类、添加FileUtil文件夹方法、添加FileUtilTest单测类
2020/6/30 :添加FileUtil获取文件夹文件、单测