摘要: 1.stream().collect(Collectors.toSet()) 排序出来的数据是按取到其中数据,每个做hashcode自动排序后的结果 2.stream().collect(Collectors.toList()) 排序出来的数据是按照之前数据默认的顺序的结果 阅读全文
posted @ 2024-01-09 16:02 SpecialSpeculator 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1.数据库查询时候的换行写法 标准友好的写法 List<AlarmRuleNew> dbAlarmRules = mapperContext.getAlarmRuleNewMapper().selectList(new QueryWrapper<AlarmRuleNew>() .eq(AlarmRu 阅读全文
posted @ 2024-01-09 15:59 SpecialSpeculator 阅读(10) 评论(0) 推荐(0) 编辑