Skip to content

Commit 13e0690

Browse files
authored
Update README.md
1 parent f7f68ba commit 13e0690

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
|||||||||||
22
| :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: | :-------:| :------:|
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-后记) |
44

55
<br>
66
<div align="center">
@@ -11,7 +11,7 @@
1111

1212
<!-- [![](https://img.shields.io/badge/>-gitter-blue.svg)](https://gitter.im/CyC2018-Interview-Notebook/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) [![](https://img.shields.io/badge/_-gitbook-4ab8a1.svg)](https://legacy.gitbook.com/book/cyc2018/interview-notebook/details) -->
1313

14-
### 算法 :pencil2:
14+
## :pencil2: 算法
1515

1616
- [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md)
1717

@@ -25,7 +25,7 @@
2525

2626
排序、并查集、栈和队列、红黑树、散列表。
2727

28-
### 操作系统 :computer:
28+
## :computer: 操作系统
2929

3030
- [计算机操作系统](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机操作系统.md)
3131

@@ -35,7 +35,7 @@
3535

3636
基本实现原理以及基本操作。
3737

38-
### 网络 :cloud:
38+
## :cloud: 网络
3939

4040
- [计算机网络](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机网络.md)
4141

@@ -49,7 +49,7 @@
4949

5050
I/O 模型、I/O 多路复用。
5151

52-
### 面向对象 :couple:
52+
## :couple: 面向对象
5353

5454
- [设计模式](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/设计模式.md)
5555

@@ -59,7 +59,7 @@
5959

6060
三大原则(继承、封装、多态)、类图、设计原则。
6161

62-
### 数据库 :floppy_disk:
62+
## :floppy_disk: 数据库
6363

6464
- [数据库系统原理](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/数据库系统原理.md)
6565

@@ -81,7 +81,7 @@
8181

8282
五种数据类型、字典和跳跃表数据结构、使用场景、和 Memcache 的比较、淘汰策略、持久化、文件事件的 Reactor 模式、复制。
8383

84-
### Java :coffee:
84+
## :coffee: Java
8585

8686
- [Java 基础](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20基础.md)
8787

@@ -103,7 +103,7 @@
103103

104104
NIO 的原理以及实例。
105105

106-
### 系统设计 :bulb:
106+
## :bulb: 系统设计
107107

108108
- [系统设计基础](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/系统设计基础.md)
109109

@@ -129,7 +129,7 @@
129129

130130
消息处理模型、使用场景、可靠性
131131

132-
### 工具 :hammer:
132+
## :hammer: 工具
133133

134134
- [Git](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Git.md)
135135

@@ -147,7 +147,7 @@
147147

148148
构建工具的基本概念、主流构建工具介绍。
149149

150-
### 编码实践 :speak_no_evil:
150+
## :speak_no_evil: 编码实践
151151

152152
- [重构](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/重构.md)
153153

@@ -161,55 +161,55 @@
161161

162162
Google 开源项目的代码风格规范。
163163

164-
### 后记 :memo:
164+
## :memo: 后记
165165

166-
#### About
166+
### About
167167

168168
这个仓库是笔者的一个学习笔记,主要总结一些比较重要的知识点,希望对大家有所帮助。
169169

170170
笔记不是从网上到处复制粘贴拼凑而来,虽然有少部分内容会直接引入书上原文或者官方技术文档的原文,但是没有直接摘抄其他人的博客文章,只做了参考,参考的文章会在最后给出链接。
171171

172172
[BOOKLIST](https://github.com/CyC2018/Interview-Notebook/blob/master/BOOKLIST.md),这个书单是笔者至今看的一些比较好的技术书籍,虽然没有全都看完,但每本书多多少少都看了一部分。
173173

174-
#### How To Contribute
174+
### How To Contribute
175175

176176
笔记内容是笔者一个字一个字打上去的,难免会有一些笔误,如果发现笔误可直接在相应文档进行编辑修改。
177177

178178
如果想要提交一个仓库现在还没有的全新内容,可以先将相应的文档放到 other 目录下。
179179

180180
欢迎在 Issue 中提交对本仓库的改进建议~
181181

182-
#### Typesetting
182+
### Typesetting
183183

184184
笔记内容按照 [中文文案排版指北](http://mazhuang.org/wiki/chinese-copywriting-guidelines/) 进行排版,以保证内容的可读性。
185185

186186
笔记不使用 `![]()` 这种方式来引用图片,而是用 `<img>` 标签。一方面是为了能够控制图片以合适的大小显示,另一方面是因为 GFM 不支持 `<center> ![]() </center>` 让图片居中显示,只能使用 `<div align="center"> <img src=""/> </div>` 达到居中的效果。
187187

188188
笔者将自己实现的文档排版功能提取出来,放在 Github Page 中,无需下载安装即可免费使用:[Text-Typesetting](https://github.com/CyC2018/Markdown-Typesetting)
189189

190-
#### Uploading
190+
### Uploading
191191

192192
笔者在本地使用为知笔记软件进行书写,为了方便将本地笔记内容上传到 Github 上,实现了一整套自动化上传方案,包括文本文件的导出、提取图片、Markdown 文档转换、Git 同步。
193193

194194
进行 Markdown 文档转换是因为 Github 使用的 GFM 不支持 MathJax 公式和 TOC 标记,所以需要替换 MathJax 公式为 CodeCogs 的云服务和重新生成 TOC 目录。
195195

196196
笔者将自己实现文档转换功能提取出来,方便大家在需要将本地 Markdown 上传到 Github,或者制作项目 README 文档时生成目录时使用:[GFM-Converter](https://github.com/CyC2018/GFM-Converter)
197197

198-
#### License
198+
### License
199199

200200
在对本作品进行演绎时,请署名并以相同方式共享。
201201

202202
<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>
203203

204-
#### Statement
204+
### Statement
205205

206206
本仓库不参与商业行为,不向读者收取任何费用。(This repository is not engaging in business activities, and does not charge readers any fee.)
207207

208-
#### Logo
208+
### Logo
209209

210210
Power by [logomakr](https://logomakr.com/).
211211

212-
#### Acknowledgements
212+
### Acknowledgements
213213

214214
感谢以下人员对本仓库做出的贡献,当然不仅仅只有这些贡献者,这里就不一一列举了。如果你希望被添加到这个名单中,并且提交过 Issue 或者 PR,请与笔者联系。
215215

0 commit comments

Comments
 (0)