1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Update:排版

This commit is contained in:
SnailClimb 2018-11-25 17:54:15 +08:00 committed by GitHub
parent 871cdfa0c1
commit e8a8d32859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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协议采用了三次握手策略。