2026年5月22日

摘要: ![image](https://img2024.cnblogs.com/blog/3320097/202605/3320097-20260522211809200-239572672.png) ![image](https://img2024.cnblogs.com/blog/3320097/202605/3320097-20260522211835213-583289788.png) 阅读全文
posted @ 2026-05-22 21:18 近真真 阅读(2) 评论(0) 推荐(0)
 

2026年5月20日

摘要: // 不使用注入:硬编码依赖 public class UserService { // 直接 new 具体实现,高度耦合 private UserDao userDao = new UserDaoImpl(); } // 使用注入:依赖抽象 @Service public class UserSe 阅读全文
posted @ 2026-05-20 22:09 近真真 阅读(6) 评论(0) 推荐(0)
 

2026年5月19日

摘要: 问ai才找到的 解决应该有开启详细的日志 启示: 如果在controller接收字段打断点,apifox发送请求直接跳过的话有可能是前后端字段没写对 阅读全文
posted @ 2026-05-19 21:23 近真真 阅读(3) 评论(0) 推荐(0)
 

2026年5月17日

摘要: 四层架构MVC Controller(接收http请求) public class EmpController { @Autowired private EmpService empService; /** * 分页查询员工数据 * @return */ @GetMapping public Res 阅读全文
posted @ 2026-05-17 20:59 近真真 阅读(4) 评论(0) 推荐(0)
 

2026年5月8日

摘要: 文字搜索 视频搜索 ai 问人 放弃,补基础 阅读全文
posted @ 2026-05-08 20:41 近真真 阅读(4) 评论(0) 推荐(0)
 
摘要: 猜测是配置linux的时候中断了 解决: wsl --shutdown wsl --unregister Ubuntu wsl --install 阅读全文
posted @ 2026-05-08 10:04 近真真 阅读(9) 评论(0) 推荐(0)
 
摘要: 核心问题一眼定位:项目路径里有中文 / 乱码,Java 不识别! 阅读全文
posted @ 2026-05-08 09:20 近真真 阅读(2) 评论(0) 推荐(0)
 

2026年4月23日

摘要: https://www.bilibili.com/video/BV1yGydYEE3H/?spm_id_from=333.337.search-card.all.click&vd_source=68ce22f01f3c3394fe4f021266842422 2024-10-24 2026-03-1 阅读全文
posted @ 2026-04-23 09:28 近真真 阅读(6) 评论(0) 推荐(0)
 

2026年4月19日

摘要: 1 Start ├───Libraries │ ├───CMSIS │ │ ├───CM3 │ │ │ ├───CoreSupport │ │ │ └───DeviceSupport │ │ │ └───ST │ │ │ └───STM32F10x │ │ │ └───startup │ │ │ ├ 阅读全文
posted @ 2026-04-19 21:19 近真真 阅读(6) 评论(0) 推荐(0)
 
摘要: 固件库> tree Folder PATH listing Volume serial number is C672-F97B C:. └───STM32F10x_StdPeriph_Lib_V3.5.0 └───STM32F10x_StdPeriph_Lib_V3.5.0 ├───Librarie 阅读全文
posted @ 2026-04-19 20:40 近真真 阅读(24) 评论(0) 推荐(0)