https://github.com/rxliuli/apps.apple.com 备份
MyBatis 通用 Mapper5 学习材料,原项目见 https://github.com/abel533/Mapper
MyBatis Plus 学习材料,原项目见 https://github.com/baomidou/mybatis-plus
Excel2Json 是将Excel表格直接导出成JSON文件格式的一个小工具
C 程序可以实现操作系统级别的事件处理,如编写一个浪费内存的 Demo。Java 由于 GC 机制,就实现不了这样的一个模拟程序,于是花了一些时间去了解 Java 提供的 JNI API,这里给出我的简单总结