Skip to content

Commit 53945cd

Browse files
committed
fix(README.md) fix README.md
1 parent 3f23ee6 commit 53945cd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# 《实战Java高并发程序设计》笔记和源码
12

2-
## 《实战Java 高并发程序设计》
3+
## 书籍概况
34

45
- 作者: 葛一鸣 / 郭超
56
- 出版社: 电子工业出版社
@@ -10,8 +11,9 @@
1011

1112
## 笔记
1213

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)
1517

1618
## 目录
1719

notes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
这里包含了所有章节的笔记和对应代码目录
1+
这里包含了所有章节的笔记和对应代码目录,如有错误,欢迎指出

0 commit comments

Comments
 (0)