Posts
All the articles I've posted.
-
Gitflow 工作流与版本管理指南
Published:Estimated reading time:5 min readGitflow 是一种基于 Git 分支模型的严格工作流框架,特别适合具有固定发布周期的大型项目管理。它通过定义不同分支的职责和交互规则,让版本控制变得井然有序。
-
Java中使用EasyExcel处理表格
Published: | Updated:Estimated reading time:19 min read本文分享了一个功能完善的 EasyExcel 工具类,详细展示了如何实现表格的高效读写、自定义样式设置、单元格合并策略以及自适应列宽等高级特性。
-
服务器设置
Published:Estimated reading time:6 min read新服务器初始化安全配置全攻略:从软件包更新、防火墙设置、SSH 端口修改与密钥登录,到 BBR 网络加速及 Docker 环境搭建。
-
Mysql Buffer Pool
Published: | Updated:Estimated reading time:10 min read详解 MySQL Buffer Pool 的内部架构:LRU List、Free List 与 Flush List 的协同工作机制及内存管理策略。