Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0fa11a0

Browse filesBrowse files
committed
auto commit
1 parent a8f7cdb commit 0fa11a0
Copy full SHA for 0fa11a0

File tree

Expand file treeCollapse file tree

2 files changed

+9
-12
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-12
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@
1010

1111
> [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md)
1212
13-
目录按《剑指 Offer 第二版》编排,在牛客网的在线编程中出现的题目都已经 AC。
14-
15-
很多题目都在 Leetcode 中出现过,所以一些解题思路就不在这里重复写了。想要看解题思路的话,可以看原书,或者先看 Leetcode 题解。
13+
目录按《剑指 Offer 第二版》编排,在牛客网在线编程中出现的题目都已 AC。
1614

1715
> [Leetcode 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Leetcode%20题解.md)
1816
19-
对题目做了一个分类,并对每种题型的解题思路做了总结。
20-
21-
已经整理了 300+ 的题目,基本涵盖所有经典题目。
22-
17+
对题目做了一个分类,并对每种题型的解题思路做了总结。已经整理了 300+ 的题目,基本涵盖所有经典题目。
2318

2419
# 网络
2520

‎notes/HTTP.md

Copy file name to clipboardExpand all lines: notes/HTTP.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,19 @@
4444

4545
## Web 基础
4646

47-
HTTP(HyperText Transfer Protocol,超为本传输协议)。
47+
- HTTP(HyperText Transfer Protocol,超为本传输协议)。
4848

49-
WWW(Word Wide Web)的三种技术:HTML、HTTP、URL。
49+
- WWW(Word Wide Web)的三种技术:HTML、HTTP、URL。
5050

51-
RFC(Request for Comments,征求修正意见书),互联网的设计文档。
51+
- RFC(Request for Comments,征求修正意见书),互联网的设计文档。
5252

5353
## URL
5454

55-
URI(Uniform Resource Indentifier,统一资源标识符),URL(Uniform Resource Locator,统一资源定位符),URN(Uniform Resource Name,统一资源名称),例如 urn:isbn:0-486-27557-4 。URI 包含 URL 和 URN,目前 WEB 只有 URL 比较流行,所以见到的基本都是 URL。
55+
- URI(Uniform Resource Indentifier,统一资源标识符)
56+
- URL(Uniform Resource Locator,统一资源定位符)
57+
- URN(Uniform Resource Name,统一资源名称),例如 urn:isbn:0-486-27557-4 。
5658

57-
URL格式:
59+
URI 包含 URL 和 URN,目前 WEB 只有 URL 比较流行,所以见到的基本都是 URL。
5860

5961
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/4102b7d0-39b9-48d8-82ae-ac4addb7ebfb.jpg)
6062

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.