FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSONORM/src/main/java/apijson/StringUtil.java - APIJSON/APIJSON · GitHub
APIJSON
/
APIJSON
Public
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
18.4k
Code
Issues
236
Pull requests
0
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
APIJSON
APIJSONORM
src
main
java
apijson
StringUtil.java
on
8.2.0
User selector
Datepicker
Commit history
Commits on Jul 8, 2025
腾讯开源主体公司 THL A29 Limited 改为 Tencent,并在 LICENSE 头部说明变更、依赖说明移除 8.0 起不再依赖的 fastjson
TommyLemon
committed
b728ae1
View commit details
Copy full SHA for b728ae1
View code at this point
Browse repository at this point
Commits on Mar 16, 2025
简化 StringUtil 中各种字符串相关方法
TommyLemon
committed
c9b124d
View commit details
Copy full SHA for c9b124d
View code at this point
Browse repository at this point
删除多余的代码
TommyLemon
committed
8cdca09
View commit details
Copy full SHA for 8cdca09
View code at this point
Browse repository at this point
优化代码拼写问题
TommyLemon
committed
02d90c7
View commit details
Copy full SHA for 02d90c7
View code at this point
Browse repository at this point
解决误在子查询拼接 LIMIT;解决 @sample SAMPLE BY @fill FILL 的 SQL 拼接 bug
TommyLemon
committed
5840470
View commit details
Copy full SHA for 5840470
View code at this point
Browse repository at this point
Commits on Jun 3, 2023
请求操作符新增支持监听事件 ON: { "name": { UPDATE:{ "Comment": {"userName@": "User/name" } } } },方便同步修改其它表字段记录值等
TommyLemon
committed
ad743b5
View commit details
Copy full SHA for ad743b5
View code at this point
Browse repository at this point
Commits on Apr 27, 2023
解决 增删改、WITH AS 子查询 因预编译参数重复添加导致报错;解决 PATTERN_EMAIL 正则表达式编译错误;升级版本为 6.1.0;优化代码
TommyLemon
committed
6ff1996
View commit details
Copy full SHA for 6ff1996
View code at this point
Browse repository at this point
Commits on Apr 10, 2023
Added support for hyphen(-) under email regex
hiteshbedre
authored
e39df73
View commit details
Copy full SHA for e39df73
View code at this point
Browse repository at this point
Commits on Dec 11, 2022
Add files via upload
Show description for a9f9104
cloudAndMonkey
authored
a9f9104
View commit details
Copy full SHA for a9f9104
View code at this point
Browse repository at this point
Commits on Nov 26, 2022
Add files via upload
Show description for b908fd0
cloudAndMonkey
authored
b908fd0
View commit details
Copy full SHA for b908fd0
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
优化角色权限、参数校验、远程函数的初始化;解决 format: true 在 Log.DEBUG 时也不返回 SQL、时间等调试信息;升级自身版本为 5.0.5;
TommyLemon
committed
30bbea9
View commit details
Copy full SHA for 30bbea9
View code at this point
Browse repository at this point
Commits on Mar 26, 2022
预估容量新增对 HAVING 聚合函数的处理;优化代码
TommyLemon
committed
544a869
View commit details
Copy full SHA for 544a869
View code at this point
Browse repository at this point
Commits on Jan 2, 2022
优化 JOIN 副表解析结果集 ResultSet 的性能(减少同副表字段的重复逻辑)
TommyLemon
committed
5d59b35
View commit details
Copy full SHA for 5d59b35
View code at this point
Browse repository at this point
Commits on Sep 2, 2021
add orm support
qiujunlin
committed
01b310a
View commit details
Copy full SHA for 01b310a
View code at this point
Browse repository at this point
Commits on May 20, 2021
fix 更新了最新的手机号正则表达式匹配法则\
Show description for 8cffe13
Rkyzzy
committed
8cffe13
View commit details
Copy full SHA for 8cffe13
View code at this point
Browse repository at this point
fix 更新了最新的手机正则表达式匹配法则
Rkyzzy
committed
89fb9bf
View commit details
Copy full SHA for 89fb9bf
View code at this point
Browse repository at this point
fix: 更新为最新的手机号正则表达式匹配 issue#240
Rkyzzy
committed
6c690cd
View commit details
Copy full SHA for 6c690cd
View code at this point
Browse repository at this point
Commits on Apr 25, 2021
Merge pull request #224 from Rkyzzy/master
Show description for c732f26
TommyLemon
authored
c732f26
View commit details
Copy full SHA for c732f26
View code at this point
Browse repository at this point
Commits on Apr 24, 2021
further wrote javadoc
Rkyzzy
committed
0fcbdfa
View commit details
Copy full SHA for 0fcbdfa
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
Merge pull request #222 from Rkyzzy/master
Show description for c51c347
TommyLemon
authored
c51c347
View commit details
Copy full SHA for c51c347
View code at this point
Browse repository at this point
feat: 使用StringBuilder优化了字符串拼接
Show description for ab5c047
Rkyzzy
committed
ab5c047
View commit details
Copy full SHA for ab5c047
View code at this point
Browse repository at this point
Commits on Mar 27, 2021
【安全】:加强对 JOIN 相关键值对的校验;加强对命名的校验
TommyLemon
committed
386a02f
View commit details
Copy full SHA for 386a02f
View code at this point
Browse repository at this point
Commits on Dec 13, 2020
原始 SQL 片段 @raw:"key" 新增支持条件范围 key{}: "(`Comment`.`userId`=`to`.`userId`)"、比较运算 key>: "to.momentId"、过滤字段 @column: "SUBSTRING_INDEX(SUBSTRING_INDEX(content,',',1),',',-1)"
TommyLemon
committed
278ff6d
View commit details
Copy full SHA for 278ff6d
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
所有代码文件版权归属改为腾讯公司 THL A29 Limited
TommyLemon
committed
b249994
View commit details
Copy full SHA for b249994
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
Demo 工程迁移到 APIJSON-Demo 项目;APIJSONORM 和 APIJSONFramework 迁移到最外层;调整文档中的链接
TommyLemon
committed
91255da
View commit details
Copy full SHA for 91255da
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL