随笔分类 -  Java

摘要:WEJDK学习站 (injdk.cn) https://www.injdk.cn/ 阅读全文
posted @ 2024-06-08 20:41 nanahome 阅读(59) 评论(0) 推荐(0) 编辑
摘要:1 <build> 2 <resources> 3 <resource> 4 <directory>src/main/java</directory> 5 <includes> 6 <include>**/*.yml</include> 7 <include>**/*.properties</inc 阅读全文
posted @ 2024-05-27 17:07 nanahome 阅读(159) 评论(0) 推荐(0) 编辑
摘要:https://repo.huaweicloud.com/openjdk/ 更多镜像。 https://mirrors.huaweicloud.com/home https://mirrors.tuna.tsinghua.edu.cn/ 阅读全文
posted @ 2023-10-08 15:27 nanahome 阅读(588) 评论(0) 推荐(0) 编辑
摘要:import org.springframework.util.ReflectionUtils; ReflectionUtils.doWithFields循环遍历对象中的所有属性。只处理其中 ExcelProperty 注解的字段。这个代码对很多单位最简单的日常表格维护效率很高。 1 List<Me 阅读全文
posted @ 2023-01-03 11:38 nanahome 阅读(3244) 评论(0) 推荐(0) 编辑

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