Skip to content

Commit f62ff6f

Browse files
committed
添加Identifying resources on the Web
1 parent 1075c9b commit f62ff6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
+ [MDN: HTTP的发展](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Basics_of_HTTP/Evolution_of_HTTP)
3232
+ [[] HTTP 的进化 - 0.9、1.0、1.1、Keep-Alive、Upgrade 和 HTTPS](https://juejin.im/post/5aefc2a3f265da0b8c24e0c5)
3333
+ [阮一峰:HTTP 协议入门](http://www.ruanyifeng.com/blog/2016/08/http.html)
34+
+ Identifying resources on the Web
35+
+ URI、URL、URN 的联系和区别](https://waylau.com/difference-of-uri-url-urn/)
36+
+ [Identifying resources on the Web](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web)
3437
+ 浏览器发送一次网址请求的过程
3538
+ [小白科普:从输入网址到最后浏览器呈现页面内容,中间发生了什么?](https://mp.weixin.qq.com/s?__biz=MzAxOTc0NzExNg==&mid=2665514196&idx=1&sn=ca26d258fcc4a35fc6d9a539b7d71dd7&chksm=80d67c97b7a1f58198b2e6ae436f73c677c0df4c05c2a8a4aad2b9e2d523da57dd5cd3d0a8ee&scene=21#wechat_redirect)
3639
+ [知乎:当你在浏览器中输入 baidu.com 并且按下回车后发生了什么?](https://zhuanlan.zhihu.com/p/28262282)
@@ -227,7 +230,6 @@
227230
+ [ArrayList、LinkedList、Vector、HashSet、Treeset、HashMap、TreeMap的区别和适用场景](http://bs-yg.iteye.com/blog/2253605)
228231
+ [Java Collections Framework - ArrayList](https://www.jianshu.com/p/4b7aa8a022ba)
229232
+ **HashMap与ConcurrentHashMap**
230-
231233
+ [占小狼:深入浅出ConcurrentHashMap1.8](https://www.jianshu.com/p/c0642afe03e0)
232234
+ [占小狼:谈谈ConcurrentHashMap1.7和1.8的不同实现](https://www.jianshu.com/p/e694f1e868ec)
233235
+ [占小狼:ConcurrentHashMap的红黑树实现分析](https://www.jianshu.com/p/23b84ba9a498)
@@ -248,7 +250,6 @@
248250
+ [Java 8 特性 – 终极手册](http://www.importnew.com/19345.html)
249251
+ [IBM:Java 8 中的 Streams API 详解](https://www.ibm.com/developerworks/cn/java/j-lo-java8streamapi/)
250252

251-
252253
# 六.Java并发(Concurrency)
253254

254255
#### 并发合集

0 commit comments

Comments
 (0)