07 2022 档案

摘要:public static void main(String[] args) { List l = Lists.newArrayList(); ChartDataView c = new ChartDataView(); for(int i=0;i<5;i++){ c.setDimension1(" 阅读全文
posted @ 2022-07-20 14:48 阿灿呀 阅读(91) 评论(0) 推荐(0) 编辑
摘要:// '00016452', '00004098', '00015583', '00010881', '00015928', '00013397' 公共方法过滤这些经营单位 String[] notNeed = {"00016452", "00004098", "00015583", "000108 阅读全文
posted @ 2022-07-14 10:54 阿灿呀 阅读(105) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/m0_67392010/article/details/124891854 https://blog.csdn.net/jianpengxuexikaifa/article/details/121028516?spm=1001.2101.3001.6650 阅读全文
posted @ 2022-07-14 08:26 阿灿呀 阅读(13) 评论(0) 推荐(0) 编辑
摘要:// 取出小计 Map<String, BigDecimal> map = oldList.stream().filter(l -> l.getDimension2().equals("小计")).collect(Collectors.toMap(ChartDataView::getDimensio 阅读全文
posted @ 2022-07-08 10:05 阿灿呀 阅读(172) 评论(0) 推荐(0) 编辑
摘要:// 法一 String fieldStr = list.stream().map(n -> n.getDimension1()).collect(Collectors.joining(",")); // 法二 List<String> fieldList = Lists.newArrayList( 阅读全文
posted @ 2022-07-01 08:40 阿灿呀 阅读(121) 评论(0) 推荐(0) 编辑

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