09 2021 档案

摘要:ArrayList < PayRecord > importListSingle = importList.stream().collect(collectingAndThen(toCollection( () -> new TreeSet <>(Comparator.comparing(PayRe 阅读全文
posted @ 2021-09-27 18:39 小尼 阅读(111) 评论(0) 推荐(0)
摘要:添加依赖 <!-- 阿里云短信 --> <dependency> <groupId>com.aliyun</groupId> <artifactId>dysmsapi20170525</artifactId> <version>2.0.5</version> </dependency> 在appli 阅读全文
posted @ 2021-09-07 17:21 小尼 阅读(337) 评论(0) 推荐(0)