程序员成长指南: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 September 2025

  • curprev 10:3410:34, 29 September 2025Mwroot talk contribs 2,471 bytes +2,471 Created page with "== 🧭 第一阶段:打牢基础 == ''目标:读懂常见代码、能用 Linux 解决小问题。'' === 📌 1. 熟练掌握 C 语言 === * 读书推荐:《C 程序设计语言》《C Primer Plus》 * 实践建议: ** 写一个简单的命令行词典或计算器 ** 实现一个 mini 文本编辑器(如 kilo) === 📌 2. 深入 Linux 命令行与系统原理 === * 熟练使用: ** ls, find, chmod, ln, grep, xargs, systemd ** 日志排查:journalctl, ht..."