摘要: 而BeanPropertyRowMapper通过反射来实现db的记录到PO的映射 挖个坑 阅读全文
posted @ 2020-10-23 21:09 弓呆的胖次 阅读(187) 评论(0) 推荐(0)
摘要: 一、用Stream中对List进行去重:list.stream().distinct() public static List removeDuplicate(List list) { List newList = (List) list.stream().distinct().collect(Co 阅读全文
posted @ 2020-10-23 14:27 弓呆的胖次 阅读(4944) 评论(0) 推荐(0)