Skip to content

Commit 7b8c57a

Browse files
committed
来源说明
1 parent bd6a6b9 commit 7b8c57a

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

notes/JavaArchitecture/01-Java基础.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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

notes/JavaArchitecture/03-Java并发编程.md

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
参考资料:
158158

159159
- 《Java并发编程实战》
160+
- 使用了 [CyC2018/CS-Notes](CyC2018/CS-Notes) 仓库中的部分内容和配图
160161

161162

162163

notes/JavaArchitecture/04-Java-IO.md

+6
Original file line numberDiff line numberDiff line change
@@ -617,3 +617,9 @@ socket是网络编程的基础,本文用打电话来类比socket通信中建
617617
1. Socket基于TCP链接,数据传输有保障
618618
2. Socket适用于建立长时间链接
619619
3. Socket编程通常应用于即时通讯
620+
621+
622+
623+
## 资料引用
624+
625+
- 部分参考自:[CyC2018/CS-Notes](CyC2018/CS-Notes)
Binary file not shown.

notes/计算机网络.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,11 @@
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

0 commit comments

Comments
 (0)