File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
Original file line number Diff line number Diff line change 10
10
11
11
> [ 剑指 Offer 题解] ( https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md )
12
12
13
- 目录按《剑指 Offer 第二版》编排,在牛客网的在线编程中出现的题目都已经 AC。
14
-
15
- 很多题目都在 Leetcode 中出现过,所以一些解题思路就不在这里重复写了。想要看解题思路的话,可以看原书,或者先看 Leetcode 题解。
13
+ 目录按《剑指 Offer 第二版》编排,在牛客网在线编程中出现的题目都已 AC。
16
14
17
15
> [ Leetcode 题解] ( https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Leetcode%20题解.md )
18
16
19
- 对题目做了一个分类,并对每种题型的解题思路做了总结。
20
-
21
- 已经整理了 300+ 的题目,基本涵盖所有经典题目。
22
-
17
+ 对题目做了一个分类,并对每种题型的解题思路做了总结。已经整理了 300+ 的题目,基本涵盖所有经典题目。
23
18
24
19
# 网络
25
20
Original file line number Diff line number Diff line change 44
44
45
45
## Web 基础
46
46
47
- HTTP(HyperText Transfer Protocol,超为本传输协议)。
47
+ - HTTP(HyperText Transfer Protocol,超为本传输协议)。
48
48
49
- WWW(Word Wide Web)的三种技术:HTML、HTTP、URL。
49
+ - WWW(Word Wide Web)的三种技术:HTML、HTTP、URL。
50
50
51
- RFC(Request for Comments,征求修正意见书),互联网的设计文档。
51
+ - RFC(Request for Comments,征求修正意见书),互联网的设计文档。
52
52
53
53
## URL
54
54
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 。
56
58
57
- URL格式:
59
+ URI 包含 URL 和 URN,目前 WEB 只有 URL 比较流行,所以见到的基本都是 URL。
58
60
59
61
![ ] ( https://github.com/CyC2018/InterviewNotes/blob/master/pics/4102b7d0-39b9-48d8-82ae-ac4addb7ebfb.jpg )
60
62
You can’t perform that action at this time.
0 commit comments