Developer Yee
@yeecode
About
Senior Software Architect | 高级软件架构师,《高性能架构之道》《通用源码阅读指导书》作者。
Skills & Technologies
Projects & Repositories
Recent public projects and repositories from this profile.
MyBatisCN
JavaMyBatis中文详尽注释版。书籍《通用源码阅读指导书——MyBatis源码详解》配套注释版源码。
ObjectLogger
JavaA powerful and easy-to-use operational logging system that supports analysis of changes in object properties. 强大且易用的操作日志记录系统,支持对象属性的变化分析。
MatrixAuth
JavaHigh-performance lightweight distributed permission system. 高性能轻量级分布式权限系统。
MyBatisDemo
Java书籍《通用源码阅读指导书——MyBatis源码详解》配套示例
DynamicDataSource
JavaA tool that allows you to add, delete, and switch data sources while the program is running. 在程序运行过程中动态增删和切换数据源的工具。
EasyRPC
JavaEasyRPC是一个远程过程调用(Remote Procedure Call,简称RPC)的最小实现。它使用极少的类、方法演示了RPC的实现原理,是一个学习RPC工作原理的良好示例。