10 2021 档案

摘要:我一开始用的是这个: response.setCharacterEncoding("UTF-8"); response.setContentType("application/xlsx");// 设置输出格式头信息 response.setHeader("Content-Disposition", 阅读全文
posted @ 2021-10-19 11:27 Mrs.Third 阅读(554) 评论(0) 推荐(0) 编辑
摘要:1:将Enum中的值转换为集合 List<String> enumNames = Stream.of(Enum.values() . .map(Enum::name) .collect(Collectors.toList()); 2:集合获取交集,并集,差集,去重并集,List集合中的重复次数 交集 阅读全文
posted @ 2021-10-09 15:58 Mrs.Third 阅读(72) 评论(0) 推荐(0) 编辑

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