01 2023 档案

list 去重
摘要:https://www.cnblogs.com/bugDiDiDi/p/16591670.html List userList_new = Lists.newArrayList(); list.stream().forEach( s -> { if (!userList_new.contains(s 阅读全文

posted @ 2023-01-10 13:37 吴XX 阅读(9) 评论(0) 推荐(0) 编辑

List<Object>转为对象
摘要:List<Object> list = new ArrayList<>(); List<BMSQ> bmsqList = (List<BMSQ>)(List)list; 阅读全文

posted @ 2023-01-10 13:25 吴XX 阅读(553) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示