Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
erickwang
/
APIJSON
Public
forked from
Tencent/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 17, 2021
调整用户发文的链接:全国行政区划数据抓取与处理
Show description for 4ebc995
TommyLemon
authored
4ebc995
View commit details
Copy full SHA for 4ebc995
Browse repository at this point
解决 > RIGHT JOIN, ^ SIDE JOIN, ! ANTI JOIN, ) FOREIGN JOIN 等不返回副表数据;解决 | FULL JOIN 返回的副表数据部分是错的
TommyLemon
committed
b900c58
View commit details
Copy full SHA for b900c58
Browse repository at this point
解决 JOIN 副表有 引用赋值 外的条件时因为缓存 SQL WHERE 中条件顺序不一致导致多余查询
TommyLemon
committed
6f80013
View commit details
Copy full SHA for 6f80013
Browse repository at this point
Commits on Apr 13, 2021
贡献者名单新增 403f,感谢关于性能优化的代码贡献
Show description for ef41ebb
TommyLemon
authored
ef41ebb
View commit details
Copy full SHA for ef41ebb
Browse repository at this point
贡献者们新增 403f,感谢关于性能优化的代码贡献
Show description for 8646eab
TommyLemon
authored
8646eab
View commit details
Copy full SHA for 8646eab
Browse repository at this point
Commits on Apr 10, 2021
Merge pull request #217 from 403f/tmpapijson
Show description for e9131e5
TommyLemon
authored
e9131e5
View commit details
Copy full SHA for e9131e5
Browse repository at this point
对JSONResponse.java中的formatHyphen方法的优化
403f
committed
f4d8775
View commit details
Copy full SHA for f4d8775
Browse repository at this point
Commits on Apr 6, 2021
贡献者列表新增 腾讯 CSIG 同事 fineday009
TommyLemon
authored
7d6226b
View commit details
Copy full SHA for 7d6226b
Browse repository at this point
AbstractSQLExecutor 优化增删改未成功也未抛异常的 code 和 msg;AbstractParser 优化请求及响应的日志打印;AbstractSQLConfig 优化 key$ 的格式校验
TommyLemon
committed
8cf170c
View commit details
Copy full SHA for 8cf170c
Browse repository at this point
贡献者列表新增 腾讯后台工程师 fineday009
Show description for 1a75bfb
TommyLemon
authored
1a75bfb
View commit details
Copy full SHA for 1a75bfb
Browse repository at this point
贡献者新增来自腾讯 CSIG 的同事
Show description for b67280d
TommyLemon
authored
b67280d
View commit details
Copy full SHA for b67280d
Browse repository at this point
Merge pull request #212 from fineday009/master
Show description for e45744c
TommyLemon
authored
e45744c
View commit details
Copy full SHA for e45744c
Browse repository at this point
fix: 添加异常信息控制静态变量,改造两层错误码问题
Show description for 873afa8
iceewei
committed
873afa8
View commit details
Copy full SHA for 873afa8
Browse repository at this point
feat: 添加异常信息控制静态变量,改造两层错误码问题
Show description for 635d241
iceewei
committed
635d241
View commit details
Copy full SHA for 635d241
Browse repository at this point
Commits on Apr 5, 2021
错误码只在最外层返回,逻辑统一
iceewei
committed
737aa73
View commit details
Copy full SHA for 737aa73
Browse repository at this point
错误码只在最外层返回,逻辑统一
iceewei
committed
3d21063
View commit details
Copy full SHA for 3d21063
Browse repository at this point
生态项目新增:APIJSON 的字段插件,支持 字段名映射 和 !key 反选字段
Show description for 6056465
TommyLemon
authored
6056465
View commit details
Copy full SHA for 6056465
Browse repository at this point
升级版本号为 4.6.6
TommyLemon
committed
8a6672b
View commit details
Copy full SHA for 8a6672b
Browse repository at this point
SQL 函数白名单新增 length;key$ 模糊搜索不允许连续的 %;AbstractSQLExecutor 新增 getKey 方法;新增待实现关键词 @null;删除 Structure.java, Operation 中 NECESSARY, DISALLOW 等已废弃的部分代码
TommyLemon
committed
fe65470
View commit details
Copy full SHA for fe65470
Browse repository at this point
Commits on Mar 27, 2021
新增 整合 APIJSON 和微服务框架 light4j 的 Demo(同时接入了 Redis)
Show description for 786d326
TommyLemon
authored
786d326
View commit details
Copy full SHA for 786d326
Browse repository at this point
【安全】:调用 SQL 函数只允许用后端已配置的,避免 sleep(10) 这种命令函数导致数据库异常
TommyLemon
committed
bae6feb
View commit details
Copy full SHA for bae6feb
Browse repository at this point
【安全】:加强对 JOIN 相关键值对的校验;加强对命名的校验
TommyLemon
committed
386a02f
View commit details
Copy full SHA for 386a02f
Browse repository at this point
新增用户发的文章 全国行政区划数据抓取与处理
Show description for 35aee2c
TommyLemon
authored
35aee2c
View commit details
Copy full SHA for 35aee2c
Browse repository at this point
Commits on Mar 20, 2021
删除已废弃的 Test 类的相关代码
TommyLemon
committed
ba68844
View commit details
Copy full SHA for ba68844
Browse repository at this point
升级版本号为 4.6.1
TommyLemon
committed
0a2cbc1
View commit details
Copy full SHA for 0a2cbc1
Browse repository at this point
解决对 Response 校验只对最外层生效;移除已废弃的 StructureUtil 和 Test 的相关代码
TommyLemon
committed
a32d5f4
View commit details
Copy full SHA for a32d5f4
Browse repository at this point
Commits on Mar 19, 2021
update users and contributors
TommyLemon
authored
da1b21d
View commit details
Copy full SHA for da1b21d
Browse repository at this point
Commits on Mar 11, 2021
新增对贡献者的说明,包括知乎基础研发架构师sunxiaoguang和现居美国洛杉矶的ruoranw
TommyLemon
authored
3b82a7f
View commit details
Copy full SHA for 3b82a7f
Browse repository at this point
Commits on Mar 7, 2021
贡献者 新增多个生态项目及作者
TommyLemon
authored
bf1fd02
View commit details
Copy full SHA for bf1fd02
Browse repository at this point
贡献者新增生态项目及作者
TommyLemon
authored
b8c6ba1
View commit details
Copy full SHA for b8c6ba1
Browse repository at this point
Commits on Feb 26, 2021
Update README.md
TommyLemon
authored
b11f138
View commit details
Copy full SHA for b11f138
Browse repository at this point
Commits on Feb 20, 2021
Update Document.md
TommyLemon
authored
706bf92
View commit details
Copy full SHA for 706bf92
Browse repository at this point
Update Document.md
TommyLemon
authored
42ad763
View commit details
Copy full SHA for 42ad763
Browse repository at this point
Update Document.md
TommyLemon
authored
d064196
View commit details
Copy full SHA for d064196
Browse repository at this point
Update Document.md
TommyLemon
authored
48bb240
View commit details
Copy full SHA for 48bb240
Browse repository at this point
Previous
Next
You can’t perform that action at this time.