File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed
Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# 前言
22
3- 本文主要包含 Java 核心基础知识,主要根据以下部分进行节选。
3+ 本文主要包含 Java 核心基础知识,主要根据以下部分进行节选,选择了个人认为在面试中最为核心的部分 。
44
55- 《Java程序员面试笔试宝典》何昊,薛鹏,叶向阳 著
66- [ 《阿里面经OneNote》] ( https://blog.csdn.net/sinat_22797429/article/details/76293284 )
7+ - [ CyC2018/CS-Notes] ( CyC2018/CS-Notes )
78
89 主要内容:基本概念、面向对象、关键字、基本数据类型与运算、字符串与数组、异常处理、Object 通用方法
910
Original file line number Diff line number Diff line change 157157参考资料:
158158
159159- 《Java并发编程实战》
160+ - 使用了 [ CyC2018/CS-Notes] ( CyC2018/CS-Notes ) 仓库中的部分内容和配图
160161
161162
162163
Original file line number Diff line number Diff line change @@ -617,3 +617,9 @@ socket是网络编程的基础,本文用打电话来类比socket通信中建
6176171 . Socket基于TCP链接,数据传输有保障
6186182 . Socket适用于建立长时间链接
6196193 . Socket编程通常应用于即时通讯
620+
621+
622+
623+ ## 资料引用
624+
625+ - 部分参考自:[ CyC2018/CS-Notes] ( CyC2018/CS-Notes )
Original file line number Diff line number Diff line change 117117
118118
119119
120- 参考书籍 :
120+ 参考资料 :
121121
122122- 《计算机网络原理 创新教程》(韩立刚主编)
123123- 《自顶向下计算机网络》(第4版)
124+ - 部分配图来自:[ CyC2018/CS-Notes] ( CyC2018/CS-Notes )
124125
125126
126127
@@ -1336,7 +1337,7 @@ HTTP 1.1请求的大小变得越来越大,有时甚至会大于TCP窗口的初
13361337
13371338- [ 一文读懂 HTTP/2 特性] ( https://zhuanlan.zhihu.com/p/26559480 )
13381339- [ 【体验http1.1和http2的性能对比动画】HTTP/2: the Future of the Internet | Akamai] (HTTP/2: the Future of the Internet | Akamai)
1339-
1340+
13401341
13411342
13421343
You can’t perform that action at this time.
0 commit comments