springBoot
weixin_43899446
这个作者很懒,什么都没留下…
展开
-
List分组求和
//分组统计Map<String,BigDecimal> firmAndNum=new HashMap<>();Map<String,IntSummaryStatistics> masp=projectPostList.stream().filter(s->s.getPeopleCounting()!=null&& s.getPeopleCounting()!=0 &&s.getFirmName()!=null &&am.原创 2021-09-24 14:06:50 · 344 阅读 · 0 评论 -
两个List 比较不同
List<Long> resumeIds=new ArrayList();List<Long> resumePurId=new ArrayList();List<Long> notexists=resumeIds;notexists.removeAll(resumePurId);//resumePurId中不存在resumeIds中的元素notexists.removeAll(resumePurId);notexists 中的元素就是不同...原创 2021-09-24 12:03:52 · 346 阅读 · 0 评论 -
SpringBoot jar包获取static下的文件路径
在项目中获取static中的文件相对路径 windows、linux 通用原创 2021-09-02 10:49:59 · 1052 阅读 · 0 评论