zengyufei
zengyufei
改键不能记忆
建议提供关闭快捷键功能。使用 idea 开发与 ctrl + W 冲突,游览网页冲突关闭页签键
https://github.com/Muromi-Rikka/folder-alias
问题描述 不支持 spring 事务。 复现步骤 entity.setId(1); 执行 add(entity); 执行 beanSearcher.searchFirst(Entity.class, 1); 期望结果 返回 id 为 1 的数据。 实际结果 找不到数据。 解决方案 ```java @Configuration public class BeanSearchConfig { /** * 使 beanSearcher...
1. 引入依赖 ```xml cn.zhxu bean-searcher-boot-starter 4.1.2 ``` 2. 实现 SqlInterceptor ```java @RequiredArgsConstructor @Intercepts({ @Signature(type = StatementHandler.class, method = "prepare", args = {Connection.class, Integer.class})}) public class DataPermissionInterceptor implements Interceptor, SqlInterceptor {...
[m3u8下载链接拼接.xlsx](https://github.com/nilaoda/N_m3u8DL-RE/files/15414315/m3u8.xlsx)
[m3u8下载链接拼接.xlsx](https://github.com/nilaoda/N_m3u8DL-CLI/files/15414318/m3u8.xlsx)
希望增加热部署
# 热部署解决方案:https://github.com/Liubsyy/HotSecondsIDEA ## Springboot 是校验过的: 1、添加 private 方法打印点东西,Controller 调用正常 2、添加 Controller 接口,postman 访问正常 3、添加 Service 接口, Service 实现,Controller 调用正常 4、添加 mapper default 方法,ServiceImpl 调用正常 5、添加 mapper 接口方法,添加 xml 实现,ServiceImpl 调用失败...