👋 欢迎浏览我的技术博客,记录学习笔记 本人28届软工一枚

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页
摘要: 背景:数据库存的下划线命名而实体类用的驼峰命名 写法: mybatis: configuration: map-underscore-to-camel-case: true 阅读全文
posted @ 2026-04-28 20:54 气球飞起 阅读(10) 评论(0) 推荐(0)
摘要: 先写一个Component组件继承HanleInterceptor,重写preHandle 再重写一个configuration继承WebMvcConfigurer重写addInterceptors 具体如下: 阅读全文
posted @ 2026-04-26 18:20 气球飞起 阅读(10) 评论(0) 推荐(0)
摘要: 简单参数校验(系统提供类):直接在参数前加上@NotNull(非空)@NotEmpty(非空,若为字符串型则不能为空串)@Email(邮箱校验)或pattern(regexp)正则 复杂参数校验(含map,自己建的类),在类的内部的简单参数上加上@NotNull@NotEmpty@Email或pat 阅读全文
posted @ 2026-04-26 17:59 气球飞起 阅读(13) 评论(0) 推荐(0)
摘要: 完成撒花 /n/n/n https://www.bilibili.com/video/BV1NEdQBtEiG/?spm_id_from=333.337.search-card.all.click 阅读全文
posted @ 2026-04-24 16:14 气球飞起 阅读(5) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/3669811/202604/3669811-20260419173858705-1704235342.png) 阅读全文
posted @ 2026-04-19 17:39 气球飞起 阅读(6) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/3669811/202604/3669811-20260411191849151-1379681080.png) 阅读全文
posted @ 2026-04-11 19:19 气球飞起 阅读(6) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/3669811/202604/3669811-20260411173341265-301140322.png) ![image](https://img2024.cnblogs.com/blog/3669811/202604/3669811-20260411173429587-152588976.png) 阅读全文
posted @ 2026-04-11 17:34 气球飞起 阅读(10) 评论(0) 推荐(0)
摘要: 一个定时类直接结束,这个倒是不难 阅读全文
posted @ 2026-04-10 18:19 气球飞起 阅读(5) 评论(0) 推荐(0)
摘要: 这个只能模拟验证,不太想买传感器,我用postman验证接口可用数据库能进数据, 阅读全文
posted @ 2026-04-10 18:18 气球飞起 阅读(7) 评论(0) 推荐(0)
摘要: , excel的导入比刚才csv的导入明显要快很多,相较于csv,excel造数据不太好造,接下来搞json的导入了 阅读全文
posted @ 2026-04-10 10:30 气球飞起 阅读(6) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页