上一页 1 2 3 4 5 6 7 ··· 14 下一页
摘要: https://www.crxsoso.com/webstore/category/extensions 阅读全文
posted @ 2023-03-15 11:08 阿灿呀 阅读(210) 评论(0) 推荐(0)
摘要: https://sqlfather.com 阅读全文
posted @ 2022-10-21 21:34 阿灿呀 阅读(71) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/QINGYUMARY/article/details/105264069 阅读全文
posted @ 2022-10-09 10:51 阿灿呀 阅读(126) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zhangzhen02/article/details/118787684 阅读全文
posted @ 2022-10-09 08:33 阿灿呀 阅读(23) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-08-30 16:31 阿灿呀 阅读(158) 评论(0) 推荐(0)
摘要: // 分组 Map<String, List<ChartDataView>> map = data.stream().map(t -> { ChartDataView c = new ChartDataView(); c.setDimension1(t.getDimension10()); c.se 阅读全文
posted @ 2022-08-29 09:17 阿灿呀 阅读(1153) 评论(0) 推荐(0)
摘要: 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 阿灿呀 阅读(95) 评论(0) 推荐(0)
摘要: // '00016452', '00004098', '00015583', '00010881', '00015928', '00013397' 公共方法过滤这些经营单位 String[] notNeed = {"00016452", "00004098", "00015583", "000108 阅读全文
posted @ 2022-07-14 10:54 阿灿呀 阅读(110) 评论(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 阿灿呀 阅读(17) 评论(0) 推荐(0)
摘要: // 取出小计 Map<String, BigDecimal> map = oldList.stream().filter(l -> l.getDimension2().equals("小计")).collect(Collectors.toMap(ChartDataView::getDimensio 阅读全文
posted @ 2022-07-08 10:05 阿灿呀 阅读(178) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 14 下一页