摘要:
1.stream().collect(Collectors.toSet()) 排序出来的数据是按取到其中数据,每个做hashcode自动排序后的结果 2.stream().collect(Collectors.toList()) 排序出来的数据是按照之前数据默认的顺序的结果 阅读全文
摘要:
1.数据库查询时候的换行写法 标准友好的写法 List<AlarmRuleNew> dbAlarmRules = mapperContext.getAlarmRuleNewMapper().selectList(new QueryWrapper<AlarmRuleNew>() .eq(AlarmRu 阅读全文