- 博客(3)
- 收藏
- 关注
原创 easyexcel 根据参数导出
// 根据用户传入字段 假设我们只要导出 date Set<String> includeColumnFiledNames = new HashSet<>(); SalaryTemplateEntity template = salaryTemplateService.getById(usersalary.get("templateId")); System.out.println(template.getPropertiesList().toString()).
2022-01-18 14:30:14 609
原创 redis 学习手记(实时更新)
cmd —>redis所在目录——>redis-cli添加key :set key获取key:get key删除key:del key
2021-12-16 16:42:58 548
原创 HashSet给list<String>去重
public static void main(String[] args) { List<String> list = new ArrayList<String >(); list.add("ac"); list.add("ab"); list.add("ae"); list.add("af"); list.add("ac"); HashSet set = new HashSet(list); set.stream().forEach(k-&.
2021-11-30 16:58:08 275
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人