Skip to content

Commit 1a3dcd5

Browse files
committed
添加协议模型
1 parent 7039790 commit 1a3dcd5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
+ [TCP 为什么是三次握手,而不是两次或四次?](https://www.zhihu.com/question/24853633)
1616
+ [理解 TCP 和 UDP](https://jerryc8080.gitbooks.io/understand-tcp-and-udp/)
1717

18+
#### 计算机网络体系结构
19+
20+
+ [OSI七层协议模型、TCP/IP四层模型和五层协议体系结构之间的关系](https://www.cnblogs.com/wxd0108/p/7597216.html)
21+
1822
#### HTTP
1923

2024
+ HTTP 请求方法
@@ -210,17 +214,14 @@
210214
+ [Java NIO 系列教程](http://ifeve.com/java-nio-all/)
211215
+ [以Java的视角来聊聊BIO、NIO与AIO的区别?](https://juejin.im/entry/598da7d16fb9a03c42431ed3)
212216

213-
#### Java容器
214-
215-
*推荐阅读[《分布式Java应用 基础与实践》](https://book.douban.com/subject/4848587/)第四章*
217+
#### Java容器 ==>> 推荐阅读[《分布式Java应用 基础与实践》](https://book.douban.com/subject/4848587/)第四章
216218

217219
+ [Java集合学习指南](http://wiki.jikexueyuan.com/project/java-collection/)
218220
+ [java 集合类知识汇总](https://mp.weixin.qq.com/s/2P-wEvmig-M2Ehde1REGjQ)
219221
+ [Java 容器](https://github.com/CyC2018/Interview-Notebook/blob/master/notes/Java%20%E5%AE%B9%E5%99%A8.md#arraylist)
220222
+ [ArrayList vs. LinkedList vs. Vector](http://www.importnew.com/8782.html)
221223
+ [ArrayList、LinkedList、Vector、HashSet、Treeset、HashMap、TreeMap的区别和适用场景](http://bs-yg.iteye.com/blog/2253605)
222224
+ [Java Collections Framework - ArrayList](https://www.jianshu.com/p/4b7aa8a022ba)
223-
224225
+ **HashMap与ConcurrentHashMap**
225226

226227
+ [占小狼:深入浅出ConcurrentHashMap1.8](https://www.jianshu.com/p/c0642afe03e0)
@@ -229,7 +230,6 @@
229230
+ [占小狼:老生常谈,HashMap的死循环](https://www.jianshu.com/p/1e9cf0ac07f4)
230231
+ [HashMap与ConcurrentHashMap在JDK1.7和JDK1.8中的实现](https://crossoverjie.top/2018/07/23/java-senior/ConcurrentHashMap/)
231232
+ [美团技术团队:Java 8系列之重新认识HashMap](https://tech.meituan.com/java_hashmap.html)
232-
233233
+ **优先级队列**
234234
+ [PriorityQueue](https://github.com/CarpenterLee/JCFInternals/blob/master/markdown/8-PriorityQueue.md)
235235
+ [优先级队列是一种什么样的数据结构](http://www.importnew.com/6510.html)
@@ -398,7 +398,6 @@
398398
+ redirect和forward
399399
+ [知乎:web开发过程中redirect和forward有什么区别?](https://www.zhihu.com/question/38013677)
400400
+ [请求转发(Forward)和重定向(Redirect)的区别](https://www.cnblogs.com/Qian123/p/5345527.html)
401-
402401
+ [SpringMVC深度探险系列](http://www.iteye.com/blogs/subjects/springmvc-explore)
403402
+ [SpringMVC面试题](https://www.w3cschool.cn/qgutf/)
404403

0 commit comments

Comments
 (0)