摘要: import org.springframework.util.ReflectionUtils; ReflectionUtils.doWithFields循环遍历对象中的所有属性。只处理其中 ExcelProperty 注解的字段。这个代码对很多单位最简单的日常表格维护效率很高。 1 List<Me 阅读全文
posted @ 2023-01-03 11:38 nanahome 阅读(3142) 评论(0) 推荐(0) 编辑
摘要: 1 #!/bin/sh 2 3 # database info 4 db_user="AAA" 5 db_pass="111111111111" 6 db_host="127.0.0.1" 7 db_name="AAA" 8 9 # others vars 10 bin_dir="/usr/bin" 阅读全文
posted @ 2023-01-03 11:26 nanahome 阅读(34) 评论(0) 推荐(0) 编辑