Alvin Zhang

Results 6 issues of Alvin Zhang

发布到 maven 中央仓库。 已经通过我 fork 的仓库测试发布成功,可以在项目的 `pom.xml` 中添加依赖: ```xml io.github.rui8832 fastdfs-client-java 1.29-20211022 ``` 为了通过发布到中央仓库的验证流程,我使用我了 fork 的 `groupId` 进行发布,故中央仓库的 `groupId` 与作者不一致。 主仓库发布到 maven 中央仓库需要维护者 @happyfish100 注册 sonatype 帐号,生成 GPG,并在 `settings.xml` 中填入注册的帐号和...

申请 @happyfish100 创建 `feature/publish-to-manen-center` 分支,用来处理发布到 Maven 中央仓库相关事项。 已经通过 fork 的仓库测试发布成功,详情 [https://github.com/rui8832/fastdfs-client-java/tree/feature/publish-to-manen-center](feature/publish-to-manen-center) 。

### Is this a new feature request? - [X] I have searched the existing issues ### Wanted change Add open a new private window manu. ### Reason for change I...

enhancement
no-issue-activity

### Is this a new feature request? - [X] I have searched the existing issues ### Wanted change Add open a new private window manu. ### Reason for change I...

enhancement
no-issue-activity

### 当前程序版本 v3.5.7 ### 功能改进 当前查询条件: ``` // 查询条件:联系人 if (StringUtils.isNotEmpty(req.getContactName()) && !SqlInjectionUtils.check(req.getContactName())) { // 阿弥陀佛,罪过罪过 String sql_contact = String.format( "SELECT clue_id FROM cl_clue_contact WHERE `name` LIKE '%%%s%%'", req.getContactName()); lqwr.inSql(ClClueInfoEntity::getId,...

### Do you need to file an issue? - [x] I have searched the existing issues and this bug is not already filed. - [x] My model is hosted on...

backlog
v3