Skip to content

Commit 5a89d69

Browse files
committed
添加HTTP请求方法
1 parent 41f715b commit 5a89d69

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@
77
#### 计算机网络总览
88

99
+ [计算机网络](https://github.com/CyC2018/Interview-Notebook/blob/master/notes/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C.md#%E4%BA%94%E8%BF%90%E8%BE%93%E5%B1%82)
10+
+ [HTTP](https://github.com/CyC2018/CS-Notes/blob/master/notes/HTTP.md)
1011

1112
#### TCP、UDP
1213

1314
+ [通俗大白话来理解TCP协议的三次握手和四次分手](https://github.com/jawil/blog/issues/14)
1415
+ [TCP 为什么是三次握手,而不是两次或四次?](https://www.zhihu.com/question/24853633)
1516
+ [理解 TCP 和 UDP](https://jerryc8080.gitbooks.io/understand-tcp-and-udp/)
1617

18+
#### HTTP
19+
20+
+ HTTP 请求方法
21+
+ MDN: [HTTP 请求方法](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Methods)
22+
+ w3school: [HTTP 方法: GET 对比 POST](http://www.w3school.com.cn/tags/html_ref_httpmethods.asp)
23+
1724
#### 集线器、交换机和路由器
1825

1926
+ [路由器和交换机的不同之处有哪些?](https://www.zhihu.com/question/20465477)
@@ -28,6 +35,10 @@
2835

2936
+ [知乎:CDN是什么?使用CDN有什么优势?](https://www.zhihu.com/question/36514327?rf=37353035)
3037

38+
#### Cookie与Session ==>> 推荐阅读《深入分析Java Web技术内幕》相应章节
39+
40+
+ [知乎:Cookie和Session有什么区别?](https://www.zhihu.com/question/19786827)
41+
3142
# 二.操作系统(Operating System)
3243

3344
## Linux
@@ -379,9 +390,6 @@
379390
+ [知乎:web开发过程中redirect和forward有什么区别?](https://www.zhihu.com/question/38013677)
380391
+ [请求转发(Forward)和重定向(Redirect)的区别](https://www.cnblogs.com/Qian123/p/5345527.html)
381392

382-
+ Cookie与Session ==>> 推荐阅读《深入分析Java Web技术内幕》相应章节
383-
+ [知乎:Cookie和Session有什么区别?](https://www.zhihu.com/question/19786827)
384-
385393
+ [SpringMVC深度探险系列](http://www.iteye.com/blogs/subjects/springmvc-explore)
386394
+ [SpringMVC面试题](https://www.w3cschool.cn/qgutf/)
387395

0 commit comments

Comments
 (0)