8000 Merge branch 'master' of https://github.com/CyC2018/InterviewNotes · iCodingStar/Interview-Notebook@a42768e · GitHub
[go: up one dir, main page]

Skip to content

Commit a42768e

Browse files
committed
2 parents 61b93e5 + 3faa59f commit a42768e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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"/>
33
<br>
44

55
# 数据结构与算法
@@ -115,3 +115,4 @@ Google 开源项目的代码风格规范。
115115
为了上传笔记到 Github 上,花了不少时间。Github 使用的是 GFM 来渲染 md 文档,和普通的 Markdown 不太一样,例如 GFM 不支持 MathJax 公式,也不支持 TOC 标记,为此需要替换 MathJax 公式为 CodeCogs 的云服务和重新生成 TOC 目录。楼主写了一个小工具可以将普通的 Markdown 文档转换为 GFM 文档,有需要该工具的话可以在楼主的 Github 中找到。
116116

117117
:star: :star: :star:
118+

notes/HTTP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545

4646
## Web 基础
4747

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。
5050
- RFC(Request for Comments,征求修正意见书),互联网的设计文档。
5151

5252
## URL

0 commit comments

Comments
 (0)
0