Posts
All the articles I've posted.
-
从零搭建 C++推荐服务框架:基于Blade构建
记录在 Mac + Ubuntu 22.04 容器内从零编译运行一个基于 brpc + DAG 的 C++ 排序服务框架的全过程,包含 protobuf 版本冲突、Git LFS、core dump、动态库 RPATH 等典型问题的排查与修复。
-
Ghostty + Yazi 现代终端配置指南
介绍如何配置 Ghostty GPU 加速终端和 Yazi 终端文件管理器,包含完整的快捷键说明和实用技巧。
-
设计模式C++17实现
23种设计模式的现代C++17实现,包含创建型、结构型和行为型模式的完整代码示例。
-
leveldb源码阅读解析基础篇
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.