Skip to content

Commit e8a8d32

Browse files
authored
Update:排版
1 parent 871cdfa commit e8a8d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

面试必备/美团-基础篇.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ request.getRequestDispatcher("login_success.jsp").forward(request, response);
7575
4. **从效率来说:** forward:高. redirect:低.
7676

7777

78-
### 3. 在浏览器中输入url地址到显示主页的过程,整个过程会使用哪些协议
78+
### 3. 在浏览器中输入url地址到显示主页的过程,整个过程会使用哪些协议
7979

8080
图解(图片来源:《图解HTTP》):
8181

@@ -94,7 +94,7 @@ request.getRequestDispatcher("login_success.jsp").forward(request, response);
9494

9595
- [https://segmentfault.com/a/1190000006879700](https://segmentfault.com/a/1190000006879700)
9696

97-
### 4. TCP 三次握手和四次挥手
97+
### 4. TCP 三次握手和四次挥手
9898

9999
为了准确无误地把数据送达目标处,TCP协议采用了三次握手策略。
100100

0 commit comments

Comments
 (0)