Pinned Repositories
agent-auto-integration-testcases
cron-hms
解析cron表达式。1.计算某一天的哪些时刻应该执行,以为监控做准备; 2.根据给定时间计算下一次执行的时间点。
httpclient
http客户端接口设计,完全模拟http可能的参数,有多种实现:OKHttp3、ApacheHttpClient、HttpURLConnection,可以随意切换http实现。 我用此工具逐渐替换了业务项目工程中不统一、繁杂的各种HttpClient工具的实现、版本,只需要面向统一、抽象的操作接口。
httpclient-interfacing
http客户端接口设计,完全模拟http可能的参数,支持GET、POST、文件上传下载等,有多种实现:OKHttp3、ApacheHttpClient、HttpURLConnection、Jodd-http,可以无代码改变地切换http实现。 我用此工具逐渐替换了业务项目工程中不统一、繁杂的各种HttpClient工具的实现、版本,只需要面向统一、抽象的操作接口。做到一键切换http请求的实现,而无需散弹式修改。
jfinal
JAVA WEB + ORM Framework
jpa-spec
A JAP Query By Specification framework.
json-common
common json interface define and base impl with map and list
unihttp
utils
common utils like IOUtil,StrUtil,etc.
websocket-springboot-starter
websocket-springboot-starter to develop websocket
xiongshiyan's Repositories
xiongshiyan/httpclient
http客户端接口设计,完全模拟http可能的参数,有多种实现:OKHttp3、ApacheHttpClient、HttpURLConnection,可以随意切换http实现。 我用此工具逐渐替换了业务项目工程中不统一、繁杂的各种HttpClient工具的实现、版本,只需要面向统一、抽象的操作接口。
xiongshiyan/httpclient-interfacing
http客户端接口设计,完全模拟http可能的参数,支持GET、POST、文件上传下载等,有多种实现:OKHttp3、ApacheHttpClient、HttpURLConnection、Jodd-http,可以无代码改变地切换http实现。 我用此工具逐渐替换了业务项目工程中不统一、繁杂的各种HttpClient工具的实现、版本,只需要面向统一、抽象的操作接口。做到一键切换http请求的实现,而无需散弹式修改。
xiongshiyan/unihttp
xiongshiyan/byte-buddy
Runtime code generation for the Java virtual machine.
xiongshiyan/utils
common utils like IOUtil,StrUtil,etc.
xiongshiyan/common-crypto
encrypt,decrypt interface implements by symmetric,asymmetric,digester
xiongshiyan/common-db
数据库相关的操作类,目前主要实现了SQL的动态拼装,复杂原生SQL查询在JPA环境下的处理
xiongshiyan/coordtransform
提供了百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换
xiongshiyan/coordtransform_java
提供了百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换。额外提供了百度坐标到通用墨卡托坐标的转换方式,方便各位应用百度1-18级地图进行像素点到坐标的转化。
xiongshiyan/fastdfs
FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs 20191122可用
xiongshiyan/fastdfs-client
fastdfs java client which intergrate some good projects to make it easier to use
xiongshiyan/fastdfs-client-java
FastDFS java client SDK :20191122可用
xiongshiyan/gcoord
地理坐标系转换工具
xiongshiyan/log-viewer
Web UI to viewing logs
xiongshiyan/lua-cjson
Lua CJSON is a fast JSON encoding/parsing module for Lua
xiongshiyan/lua-nginx-module
Embed the Power of Lua into NGINX HTTP servers
xiongshiyan/lua-resty-core
New FFI-based API for lua-nginx-module
xiongshiyan/lua-resty-lrucache
Lua-land LRU Cache based on LuaJIT FFI
xiongshiyan/lua-tablepool
Lua table recycling pools for LuaJIT
xiongshiyan/mustache.js
Minimal templating with {{mustaches}} in JavaScript
xiongshiyan/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
xiongshiyan/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
xiongshiyan/skywalking
APM, Application Performance Monitoring System
xiongshiyan/skywalking-java
The Java agent for Apache SkyWalking
xiongshiyan/skywalking-website
Apache skywalking
xiongshiyan/snabbdom
A virtual DOM library with focus on simplicity, modularity, powerful features and performance.
xiongshiyan/spring-boot
Spring Boot
xiongshiyan/spring-framework
Spring Framework
xiongshiyan/unihttp-all
xiongshiyan/vue-1
vue源码逐行注释分析+40多m的vue源码程序流程图思维导图 (diff部分待后续更新)