File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 《实战Java高并发程序设计》笔记和源码
1
2
2
- ## 《实战Java 高并发程序设计》
3
+ ## 书籍概况
3
4
4
5
- 作者: 葛一鸣 / 郭超
5
6
- 出版社: 电子工业出版社
10
11
11
12
## 笔记
12
13
13
- - 学习Java并发编程,做了相关笔记和源代码整理,欢迎交流和 [ Star] ( https://github.com/guanpengchn/java-concurrent-programming )
14
- - 具体笔记请见 [ notes] ( https://github.com/guanpengchn/java-concurrent-programming/blob/master/notes )
14
+ - 《实战Java高并发程序设计》中有很多代码范例,适合初学者通过实践入门并发编程,故而做了相关笔记并整理源代码,欢迎交流和 [ Star] ( https://github.com/guanpengchn/java-concurrent-programming )
15
+ - 笔记在 [ notes] ( https://github.com/guanpengchn/java-concurrent-programming/blob/master/notes ) ,源代码在 [ src] ( https://github.com/guanpengchn/java-concurrent-programming/blob/master/src )
16
+ - 如有需要电子书,可去CSDN[ 下载] ( https://download.csdn.net/download/oyueyang1/10389772?utm_source=bbsseo )
15
17
16
18
## 目录
17
19
Original file line number Diff line number Diff line change 1
- 这里包含了所有章节的笔记和对应代码目录
1
+ 这里包含了所有章节的笔记和对应代码目录,如有错误,欢迎指出
You can’t perform that action at this time.
0 commit comments