摘要: List<对象>遍历 list.stream().forEach(item-> { XXX业务 }); List<对象> 判定是否存在符合条件的对象 Boolean exists = list.stream().filter(item-> (123).equals((Integer) item.ge 阅读全文
posted @ 2022-01-06 10:01 1161588342 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 参考网址: http://c.biancheng.net/view/2445.html DROP TABLE IF EXISTS `test`;CREATE TABLE `test` ( `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '自增ID', 阅读全文
posted @ 2022-01-06 09:47 1161588342 阅读(532) 评论(0) 推荐(0) 编辑