zjarlin
zjarlin
Give an example of some valid keys: Alt+h & alt+l switch focus from left to right. Invalidation: Alt+1,2,3,4,5,6,7,8,9,0 switch Desktop
##### 版本号: ##### 前端版本:vue3版?还是 vue2版? 代码在仓库https://gitee.com/zjarlin/jl_starter.git DictAop2这个类 测试Controller在TestDictAopController @GetMapping("testDictAop") @ApiOperation("测试翻译") ##### 问题描述: 我实现了以下几点 1:支持可重复注解(可以写多个表字典翻译,可以实现left join的效果,性能并不差) 2:支持嵌套对象(T对象里还有R对象)翻译(没用用递归实现,性能还可以) 3:支持各种返回类型Collection; Ipage;T ;String 及其包装类Result 4:支持spel表达式(理论上多数据源或者远程调用,也可以用这个实现翻译,注解里写表达式就行) 我的思路: 对于Ipage;T其实都可以转为集合Collection,扫描加了注解的属性,然后用字节码技术生成
##### 版本号: ##### 前端版本:vue3版?还是 vue2版? ##### 问题描述: ##### 截图&代码: ShiroConfig 中 #### 友情提示(为了提高issue处理效率): - 未按格式要求发帖,会被直接删掉; - 描述过于简单或模糊,导致无法处理的,会被直接删掉; - 请自己初判问题描述是否清楚,是否方便我们调查处理; - 针对问题请说明是Online在线功能(需说明用的主题模板),还是生成的代码功能;
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional...
### Is your feature request related to a problem? Please describe. interface BaseCrudApi { suspend fun edit(item: T): Boolean suspend fun delete(id: Any): Boolean suspend fun save(item: T): Boolean }...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
### Jimmer Version 0.9.110 ### JDK Version 24 ### Database pg ### OS Mac ### Expected behavior EntityManager 97 行map里的东西能需要拍平 ### Actual behavior ava.lang.IllegalArgumentException: The target type "site.addzero.model.entity.SysUser" of the...
Problem Statement: The Annotation Intrusiveness Dilemma Currently, Kotlinx Serialization follows an intrusive approach where classes must be annotated with @Serializable to enable serialization. This creates several ecosystem challenges: The Real-world...
If your feature request is a new feature design, please follow [Koin KFIP](https://github.com/InsertKoinIO/KFIP?tab=readme-ov-file) request. **Is your feature request related to a problem? Please describe.** A clear and concise description of...