{"id":13669705,"url":"https://github.com/linw7/Skill-Tree","last_synced_at":"2025-04-27T08:32:49.446Z","repository":{"id":41264641,"uuid":"95624763","full_name":"linw7/Skill-Tree","owner":"linw7","description":"🐼 准备秋招，欢迎来树上取果实","archived":false,"fork":false,"pushed_at":"2020-03-03T17:34:50.000Z","size":2379,"stargazers_count":3629,"open_issues_count":5,"forks_count":1082,"subscribers_count":101,"default_branch":"master","last_synced_at":"2025-04-13T23:53:40.200Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linw7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-28T03:25:39.000Z","updated_at":"2025-04-11T01:48:33.000Z","dependencies_parsed_at":"2022-07-21T22:02:57.764Z","dependency_job_id":null,"html_url":"https://github.com/linw7/Skill-Tree","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linw7%2FSkill-Tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linw7%2FSkill-Tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linw7%2FSkill-Tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linw7%2FSkill-Tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linw7","download_url":"https://codeload.github.com/linw7/Skill-Tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251112597,"owners_count":21538162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T09:00:19.791Z","updated_at":"2025-04-27T08:32:47.049Z","avatar_url":"https://github.com/linw7.png","language":"C","funding_links":[],"categories":["C","知识体系"],"sub_categories":[],"readme":"![图片](./source/github.jpg)\n\n# 后台开发核心知识\n\n\u003e 准备秋招，欢迎来树上取果实。\n\n看过很多书，但总是忘得很快。知识广度越大越容易接纳新东西，但从考察角度来说，自然是对某个方面了解越深越好。那些大而全的著作虽然每本都是经典中的经典，但实际工作中可能只用到其中的一小部分。之前实习经历使我对后台开发有了更深刻的认知和了解，现在距离秋招只有两个月了，这里将以最短的篇幅，最清晰的层级结构去总结那些对C++后台开发最为核心的内容。\n\n我现在越发觉得少即是多，看再多东西没有理解透彻都是白搭，把最常用的每天过一遍才是最有效的。开发中我们经常用缓存来提高吞吐率，学习知识何不也给自己加个Cache呢？\n\n最后，希望大家秋招都能找到满意的工作。\n\n# 快速索引\n\n上面我们提到了Cache来缩小知识范围，但是即使是被压缩过的知识依旧很多，我们怎么能够在脑海中快速检索它们呢？结合查找算法，Hash无疑是最快的，但又有多少人能够给一个\"key\"立马对应上\"value\"呢？所以，最适合人类认知的方式是通过索引 + 树状结构，在整理这份笔记时，我划分了很多级索引用来将各部分知识点划分到相应的模块中，检索任意一个知识点最多5级深度，不仅检索速度上去了还可以对整个知识体系有宏观认识。\n\n| Chapter 1 | Chapter 2 | Chapter 3| Chapter 4 | Chapter 5 | Chapter 6 | Chapter 7|\n| :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: |\n|  [错题精解](https://github.com/linw7/Skill-Tree/blob/master/错题精解.md) | [真题摘录](https://github.com/linw7/Skill-Tree/blob/master/%E7%9C%9F%E9%A2%98%E6%91%98%E5%BD%95.md)| [Linux工具](https://github.com/linw7/Skill-Tree/blob/master/Linux工具.md)| [编程语言（C++)](https://github.com/linw7/Skill-Tree/blob/master/编程语言C++.md) | [数据结构与算法](https://github.com/linw7/Skill-Tree/blob/master/数据结构及算法.md) | [计算机网络](https://github.com/linw7/Skill-Tree/blob/master/计算机网络.md) | [操作系统](https://github.com/linw7/Skill-Tree/blob/master/操作系统.md) |\n\n\n# 独立专题\n\n哲学中，整体与个体的关系是物质世界普遍存在的规律。上面各部分知识相对独立，既要有零又要有整才能收获更多，实战无疑是最好的。\n\n- [纸上代码](https://github.com/linw7/Paper-Code)\n\n- [练手项目](https://github.com/linw7/TKeed)\n\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinw7%2FSkill-Tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinw7%2FSkill-Tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinw7%2FSkill-Tree/lists"}