摘要: Java8常用的集合操作 说明 objList:List的集合,StudentInfo:学生的实体类,strList:List集合类 1、选出更新时间最新的记录的Id Long id = byCrmChance.stream().max(Comparator.comparing(CrmChanceA 阅读全文
posted @ 2021-06-16 09:56 Aj小菜 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 使用kaptcha包来生成验证码 1、在maven中导入jar包 <dependency> <groupId>com.github.penggle</groupId> <artifactId>kaptcha</artifactId> <version>2.3.2</version> </depend 阅读全文
posted @ 2021-06-16 09:06 Aj小菜 阅读(338) 评论(0) 推荐(0) 编辑