|
1 | 1 | | Ⅰ | Ⅱ | Ⅲ | Ⅳ | Ⅴ | Ⅵ | Ⅶ | Ⅷ | Ⅸ | Ⅹ | |
2 | 2 | | :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: | :-------:| :------:| |
3 | | -| 算法[:pencil2:](#算法-pencil2) | 操作系统[:computer:](#操作系统-computer)|网络[:cloud:](#网络-cloud) | 面向对象[:couple:](#面向对象-couple) |数据库[:floppy_disk:](#数据库-floppy_disk)| Java [:coffee:](#java-coffee)| 系统设计[:bulb:](#系统设计-bulb)| 工具[:hammer:](#工具-hammer)| 编码实践[:speak_no_evil:](#编码实践-speak_no_evil)| 后记[:memo:](#后记-memo) | |
| 3 | +| 算法[:pencil2:](#pencil2-算法) | 操作系统[:computer:](#computer-操作系统)|网络[:cloud:](#cloud-网络) | 面向对象[:couple:](#couple-面向对象) |数据库[:floppy_disk:](#floppy_disk-数据库)| Java [:coffee:](#coffee-java)| 系统设计[:bulb:](#bulb-系统设计)| 工具[:hammer:](#hammer-工具)| 编码实践[:speak_no_evil:](#speak_no_evil-编码实践)| 后记[:memo:](#memo-后记) | |
4 | 4 |
|
5 | 5 | <br> |
6 | 6 | <div align="center"> |
|
11 | 11 |
|
12 | 12 | <!-- [](https://gitter.im/CyC2018-Interview-Notebook/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) [](https://legacy.gitbook.com/book/cyc2018/interview-notebook/details) --> |
13 | 13 |
|
14 | | -### 算法 :pencil2: |
| 14 | +## :pencil2: 算法 |
15 | 15 |
|
16 | 16 | - [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md) |
17 | 17 |
|
|
25 | 25 |
|
26 | 26 | 排序、并查集、栈和队列、红黑树、散列表。 |
27 | 27 |
|
28 | | -### 操作系统 :computer: |
| 28 | +## :computer: 操作系统 |
29 | 29 |
|
30 | 30 | - [计算机操作系统](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机操作系统.md) |
31 | 31 |
|
|
35 | 35 |
|
36 | 36 | 基本实现原理以及基本操作。 |
37 | 37 |
|
38 | | -### 网络 :cloud: |
| 38 | +## :cloud: 网络 |
39 | 39 |
|
40 | 40 | - [计算机网络](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机网络.md) |
41 | 41 |
|
|
49 | 49 |
|
50 | 50 | I/O 模型、I/O 多路复用。 |
51 | 51 |
|
52 | | -### 面向对象 :couple: |
| 52 | +## :couple: 面向对象 |
53 | 53 |
|
54 | 54 | - [设计模式](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/设计模式.md) |
55 | 55 |
|
|
59 | 59 |
|
60 | 60 | 三大原则(继承、封装、多态)、类图、设计原则。 |
61 | 61 |
|
62 | | -### 数据库 :floppy_disk: |
| 62 | +## :floppy_disk: 数据库 |
63 | 63 |
|
64 | 64 | - [数据库系统原理](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/数据库系统原理.md) |
65 | 65 |
|
|
81 | 81 |
|
82 | 82 | 五种数据类型、字典和跳跃表数据结构、使用场景、和 Memcache 的比较、淘汰策略、持久化、文件事件的 Reactor 模式、复制。 |
83 | 83 |
|
84 | | -### Java :coffee: |
| 84 | +## :coffee: Java |
85 | 85 |
|
86 | 86 | - [Java 基础](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20基础.md) |
87 | 87 |
|
|
103 | 103 |
|
104 | 104 | NIO 的原理以及实例。 |
105 | 105 |
|
106 | | -### 系统设计 :bulb: |
| 106 | +## :bulb: 系统设计 |
107 | 107 |
|
108 | 108 | - [系统设计基础](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/系统设计基础.md) |
109 | 109 |
|
|
129 | 129 |
|
130 | 130 | 消息处理模型、使用场景、可靠性 |
131 | 131 |
|
132 | | -### 工具 :hammer: |
| 132 | +## :hammer: 工具 |
133 | 133 |
|
134 | 134 | - [Git](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Git.md) |
135 | 135 |
|
|
147 | 147 |
|
148 | 148 | 构建工具的基本概念、主流构建工具介绍。 |
149 | 149 |
|
150 | | -### 编码实践 :speak_no_evil: |
| 150 | +## :speak_no_evil: 编码实践 |
151 | 151 |
|
152 | 152 | - [重构](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/重构.md) |
153 | 153 |
|
|
161 | 161 |
|
162 | 162 | Google 开源项目的代码风格规范。 |
163 | 163 |
|
164 | | -### 后记 :memo: |
| 164 | +## :memo: 后记 |
165 | 165 |
|
166 | | -#### About |
| 166 | +### About |
167 | 167 |
|
168 | 168 | 这个仓库是笔者的一个学习笔记,主要总结一些比较重要的知识点,希望对大家有所帮助。 |
169 | 169 |
|
170 | 170 | 笔记不是从网上到处复制粘贴拼凑而来,虽然有少部分内容会直接引入书上原文或者官方技术文档的原文,但是没有直接摘抄其他人的博客文章,只做了参考,参考的文章会在最后给出链接。 |
171 | 171 |
|
172 | 172 | [BOOKLIST](https://github.com/CyC2018/Interview-Notebook/blob/master/BOOKLIST.md),这个书单是笔者至今看的一些比较好的技术书籍,虽然没有全都看完,但每本书多多少少都看了一部分。 |
173 | 173 |
|
174 | | -#### How To Contribute |
| 174 | +### How To Contribute |
175 | 175 |
|
176 | 176 | 笔记内容是笔者一个字一个字打上去的,难免会有一些笔误,如果发现笔误可直接在相应文档进行编辑修改。 |
177 | 177 |
|
178 | 178 | 如果想要提交一个仓库现在还没有的全新内容,可以先将相应的文档放到 other 目录下。 |
179 | 179 |
|
180 | 180 | 欢迎在 Issue 中提交对本仓库的改进建议~ |
181 | 181 |
|
182 | | -#### Typesetting |
| 182 | +### Typesetting |
183 | 183 |
|
184 | 184 | 笔记内容按照 [中文文案排版指北](http://mazhuang.org/wiki/chinese-copywriting-guidelines/) 进行排版,以保证内容的可读性。 |
185 | 185 |
|
186 | 186 | 笔记不使用 `![]()` 这种方式来引用图片,而是用 `<img>` 标签。一方面是为了能够控制图片以合适的大小显示,另一方面是因为 GFM 不支持 `<center> ![]() </center>` 让图片居中显示,只能使用 `<div align="center"> <img src=""/> </div>` 达到居中的效果。 |
187 | 187 |
|
188 | 188 | 笔者将自己实现的文档排版功能提取出来,放在 Github Page 中,无需下载安装即可免费使用:[Text-Typesetting](https://github.com/CyC2018/Markdown-Typesetting)。 |
189 | 189 |
|
190 | | -#### Uploading |
| 190 | +### Uploading |
191 | 191 |
|
192 | 192 | 笔者在本地使用为知笔记软件进行书写,为了方便将本地笔记内容上传到 Github 上,实现了一整套自动化上传方案,包括文本文件的导出、提取图片、Markdown 文档转换、Git 同步。 |
193 | 193 |
|
194 | 194 | 进行 Markdown 文档转换是因为 Github 使用的 GFM 不支持 MathJax 公式和 TOC 标记,所以需要替换 MathJax 公式为 CodeCogs 的云服务和重新生成 TOC 目录。 |
195 | 195 |
|
196 | 196 | 笔者将自己实现文档转换功能提取出来,方便大家在需要将本地 Markdown 上传到 Github,或者制作项目 README 文档时生成目录时使用:[GFM-Converter](https://github.com/CyC2018/GFM-Converter)。 |
197 | 197 |
|
198 | | -#### License |
| 198 | +### License |
199 | 199 |
|
200 | 200 | 在对本作品进行演绎时,请署名并以相同方式共享。 |
201 | 201 |
|
202 | 202 | <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> |
203 | 203 |
|
204 | | -#### Statement |
| 204 | +### Statement |
205 | 205 |
|
206 | 206 | 本仓库不参与商业行为,不向读者收取任何费用。(This repository is not engaging in business activities, and does not charge readers any fee.) |
207 | 207 |
|
208 | | -#### Logo |
| 208 | +### Logo |
209 | 209 |
|
210 | 210 | Power by [logomakr](https://logomakr.com/). |
211 | 211 |
|
212 | | -#### Acknowledgements |
| 212 | +### Acknowledgements |
213 | 213 |
|
214 | 214 | 感谢以下人员对本仓库做出的贡献,当然不仅仅只有这些贡献者,这里就不一一列举了。如果你希望被添加到这个名单中,并且提交过 Issue 或者 PR,请与笔者联系。 |
215 | 215 |
|
|
0 commit comments