摘要: public class EasyExcelWriterFactory { private int sheetNo = 0; private ExcelWriter excelWriter = null; public EasyExcelWriterFactory(OutputStream outp 阅读全文
posted @ 2021-04-30 17:36 王岳阳 阅读(297) 评论(0) 推荐(0) 编辑
摘要: // 利用stream流中的TreeSet去重 List<ResourceTaskWhiteListVo> distinctWhiteList = whiteListVoList.stream() .collect(Collectors.collectingAndThen(Collectors.to 阅读全文
posted @ 2021-04-30 17:28 王岳阳 阅读(155) 评论(0) 推荐(0) 编辑