Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 620 Bytes

File metadata and controls

15 lines (10 loc) · 620 Bytes

wheels

🔨 Reinvent some wheels for exercises.

TOC

  • 简易 unix 用户态线程库 threadLib
  • 仿 Mybatis PooledDataSource 实现的简易数据库连接池 JConnPool
  • 支持断点续传的多线程下载工具 EasyGet
  • 基于 P2P 的局域网视频聊天工具 EasyCall
  • 基于 IO 多路复用实现的简易 HTTP 服务器 toy-httpserver

License

All projects in this repo are under the MIT License.