Skip to content

Commit 7039790

Browse files
committed
添加HTTP状态码
1 parent 5194aa2 commit 7039790

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@
2020
+ HTTP 请求方法
2121
+ MDN: [HTTP 请求方法](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Methods)
2222
+ w3school: [HTTP 方法: GET 对比 POST](http://www.w3school.com.cn/tags/html_ref_httpmethods.asp)
23+
+ HTTP 状态码
24+
+ [w3school: HTTP 状态消息](http://www.w3school.com.cn/tags/html_ref_httpmessages.asp)
25+
+ [MDN: HTTP response codes](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/HTTP_response_codes)
2326
+ 浏览器发送一次网址请求的过程
2427
+ [小白科普:从输入网址到最后浏览器呈现页面内容,中间发生了什么?](https://mp.weixin.qq.com/s?__biz=MzAxOTc0NzExNg==&mid=2665514196&idx=1&sn=ca26d258fcc4a35fc6d9a539b7d71dd7&chksm=80d67c97b7a1f58198b2e6ae436f73c677c0df4c05c2a8a4aad2b9e2d523da57dd5cd3d0a8ee&scene=21#wechat_redirect)
2528
+ [知乎:当你在浏览器中输入 baidu.com 并且按下回车后发生了什么?](https://zhuanlan.zhihu.com/p/28262282)
2629
+ [An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"](https://github.com/alex/what-happens-when)
30+
+
2731

2832
#### 集线器、交换机和路由器
2933

@@ -209,6 +213,7 @@
209213
#### Java容器
210214

211215
*推荐阅读[《分布式Java应用 基础与实践》](https://book.douban.com/subject/4848587/)第四章*
216+
212217
+ [Java集合学习指南](http://wiki.jikexueyuan.com/project/java-collection/)
213218
+ [java 集合类知识汇总](https://mp.weixin.qq.com/s/2P-wEvmig-M2Ehde1REGjQ)
214219
+ [Java 容器](https://github.com/CyC2018/Interview-Notebook/blob/master/notes/Java%20%E5%AE%B9%E5%99%A8.md#arraylist)

0 commit comments

Comments
 (0)