File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<br >
2
- <img src =" https://github.com/CyC2018/InterviewNotes/blob/master/pics/handbook.png " alt =" " width =" 275 " />
2
+ <img src =" https://github.com/CyC2018/InterviewNotes/blob/master/pics/handbook.png " alt =" " width =" 225 " />
3
3
<br >
4
4
5
5
# 数据结构与算法
@@ -115,3 +115,4 @@ Google 开源项目的代码风格规范。
115
115
为了上传笔记到 Github 上,花了不少时间。Github 使用的是 GFM 来渲染 md 文档,和普通的 Markdown 不太一样,例如 GFM 不支持 MathJax 公式,也不支持 TOC 标记,为此需要替换 MathJax 公式为 CodeCogs 的云服务和重新生成 TOC 目录。楼主写了一个小工具可以将普通的 Markdown 文档转换为 GFM 文档,有需要该工具的话可以在楼主的 Github 中找到。
116
116
117
117
:star : :star : :star :
118
+
Original file line number Diff line number Diff line change 45
45
46
46
## Web 基础
47
47
48
- - HTTP(HyperText Transfer Protocol,超为本传输协议 )。
49
- - WWW(Word Wide Web)的三种技术:HTML、HTTP、URL。
48
+ - HTTP(HyperText Transfer Protocol,超文本传输协议 )。
49
+ - WWW(World Wide Web)的三种技术:HTML、HTTP、URL。
50
50
- RFC(Request for Comments,征求修正意见书),互联网的设计文档。
51
51
52
52
## URL
You can’t perform that action at this time.
0 commit comments