Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guangxush/wheel
关于net nio os cache db rpc json web http udp tcp mq 等多个小工具的自定义实现
https://github.com/guangxush/wheel
cache db json mq netty network nio nioserver rpc website wheel
Last synced: 5 days ago
JSON representation
关于net nio os cache db rpc json web http udp tcp mq 等多个小工具的自定义实现
- Host: GitHub
- URL: https://github.com/guangxush/wheel
- Owner: guangxush
- Created: 2019-04-07T08:22:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T00:28:39.000Z (3 months ago)
- Last Synced: 2024-10-16T16:19:06.562Z (20 days ago)
- Topics: cache, db, json, mq, netty, network, nio, nioserver, rpc, website, wheel
- Language: Java
- Homepage:
- Size: 2.86 MB
- Stars: 92
- Watchers: 3
- Forks: 124
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## wheel
net nio os cache db rpc json web http udp tcp mq### JSONParse
[自定义实现JSON解析器](./JSONParse/)
### MQ
[自定义实现消息队列](./MQ/)
### Netty
[基于Netty的网络模型](./Netty/)
### NIO
[常见的IO模型及实现](./NIO/)
### ORM
[对象关系映射器,根据SQL语句生成Java对象文件](./ORM/)
### PageReplace
[页面置换算法](./PageReplace/)
### RPC
[自定义一个基本的RPC服务](./RPC/)
### ThreadPool
[自定义线程池](./ThreadPool/)
### ToYaml
[将Properties文件转成YAML格式](./ToYaml)
### Cache
[使用ThreadLocal自定义查询缓存](./Cache)
### Instrument
[基于Java Instrument的Agent实现](./Instrument)
### Annotation
[关于Java注解的使用Annotation](./Annotation)
### Spring
[关于Spring底层理解](./SpringCore)
### HappyParse
[各种Java解析小工具](./HappyParse)### PlayCenter
[业务算法小工具(抢红包)](./PlayCenter)
### JVM
[JVM实验](./JVM)
### 设计模式
[Design Patterns](https://github.com/guangxush/DesignPatterns)
### Spring工厂模式
[Factory](./Factory)
### Spring模板方法
[Template](./Template)
### 高并发数据处理
[HighAvailable](./HighAvailable)
#### Help
如果IDEA本地打开该项目无法自动识别Project,可以尝试右键wheel根目录下的pom.xml,
选择”add as maven project”,即可自动导入pom所依赖的jar包#### Tips更多知识关注微信公众号"划小船"获取