mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
Update:排版
This commit is contained in:
parent
871cdfa0c1
commit
e8a8d32859
@ -75,7 +75,7 @@ request.getRequestDispatcher("login_success.jsp").forward(request, response);
|
|||||||
4. **从效率来说:** forward:高. redirect:低.
|
4. **从效率来说:** forward:高. redirect:低.
|
||||||
|
|
||||||
|
|
||||||
### 3. 在浏览器中输入url地址到显示主页的过程,整个过程会使用哪些协议
|
### 3. 在浏览器中输入url地址到显示主页的过程,整个过程会使用哪些协议
|
||||||
|
|
||||||
图解(图片来源:《图解HTTP》):
|
图解(图片来源:《图解HTTP》):
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ request.getRequestDispatcher("login_success.jsp").forward(request, response);
|
|||||||
|
|
||||||
- [https://segmentfault.com/a/1190000006879700](https://segmentfault.com/a/1190000006879700)
|
- [https://segmentfault.com/a/1190000006879700](https://segmentfault.com/a/1190000006879700)
|
||||||
|
|
||||||
### 4. TCP 三次握手和四次挥手
|
### 4. TCP 三次握手和四次挥手
|
||||||
|
|
||||||
为了准确无误地把数据送达目标处,TCP协议采用了三次握手策略。
|
为了准确无误地把数据送达目标处,TCP协议采用了三次握手策略。
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user