xiejx618

Results 7 issues of xiejx618

https://github.com/xuxueli/xxl-api/blob/e2d1c0df833334ed1d6533ee3e2f4ee324982b74/xxl-api-admin/src/main/java/com/xxl/api/admin/controller/XxlApiDocumentController.java#L206 更新方法太粗暴,不支持传部分参数。既然load老数据出来,就对传过来不为空的那些参数进行更新不就很好吗,类似于mybatis的updateBySelective这样的方法. 添加和更新都提供了接口,但详情不加一个接口,蛋疼。想通过http做一下自动化扩展,很难.

Because Fully Qualified Name is used, it is safe. If this class has been scanned once, skip it and no longer register。 I don’t want to set spring.main.allow-bean-definition-overriding=true, because it...

waiting for feedback

org.json.JSONObject#toString(int) has an indentFactor parameter, but org.json.XML.toString does not have an indentFactor parameter

In review
Hacktoberfest

大多数人都不想root,希望适配太极阴,

### How can we reproduce the crash? C:\Users\xiejx618>bun install nuekit --global ### JavaScript/TypeScript code that reproduces the crash? ```shell C:\Users\qiuzhi>bun install nuekit --global bun add v1.1.9 (bb13798d) ============================================================ Bun v1.1.9...

crash

1.查询代表如下: ``` QueryWrapper queryWrapper = QueryWrapper.create() .select(USER.ID.as(UserVO::getUserId), USER.NAME.as(UserVO::getUserName)) .from(USER.as("u")) .where(USER.NAME.like("xie") .and(exists(selectOne().from(USER_ROLE).where(USER_ROLE.USER_ID.eq(USER.ID).and(USER_ROLE.ROLE_ID.ge(1))))) ); List userVOS = userMapper.selectListByQueryAs(queryWrapper, UserVO.class); ``` 2.执行报错: ``` processing failed: org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown...

os: win11 24h2 mingw: x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev1 rustc: 1.83.0 An error occurred while running a tauri2 project.(cargo tauri dev:https://tauri.app/start/create-project/) ``` e:\rust\tauri-app>cargo tauri dev Info Watching e:\rust\tauri-app\src-tauri for changes... Compiling tauri-app v0.1.0 (E:\rust\tauri-app\src-tauri)...