返回顶部
摘要: 1、文件工具类-FileUtil public static void main(String[] args) { File file = FileUtil.appendString("加入内容", "d:/test.txt", "utf-8");//将String写入文件,追加模式 boolean 阅读全文
posted @ 2022-07-29 17:10 不懒人 阅读(1302) 评论(0) 推荐(0) 编辑
摘要: 一.日期时间工具-DateUtil 1.static int age(Date birthday, Date dateToCompare):计算相对于dateToCompare的年龄,常用于计算指定生日在某年的年龄 int age = DateUtil.age(DateUtil.parse("199 阅读全文
posted @ 2022-07-29 10:20 不懒人 阅读(7339) 评论(0) 推荐(1) 编辑