Posts
All the articles I've posted.
-
量化交易探索-工具篇(一):macOS 上从零搭建 AKShare 数据环境
从零开始在 macOS 上搭建 AKShare 数据环境的完整记录,包括 venv 隔离、代理配置、境外网络绕过东方财富反爬的排查过程,以及最终跑通平安银行 2024 年日线数据的全部步骤。
-
Claude Code 源码架构深度解析
深入解析 Claude Code 源码架构,从插件系统、多 Agent 并行编排、置信度评分机制到 GitHub 集成,覆盖整体源码阅读路线与 code-review 插件深度源码剖析。
-
设计模式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.