Skip to content

Commit 6b720b8

Browse files
committed
update
1 parent 2917524 commit 6b720b8

File tree

6 files changed

+120
-16
lines changed

6 files changed

+120
-16
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

Contents/.DS_Store

0 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
[主页](http://vonzhou.com) | [读书](https://github.com/vonzhou/readings) | [知乎](https://www.zhihu.com/people/vonzhou) | [GitHub](https://github.com/vonzhou)
22
---
3-
# Title
4-
---
3+
# title
4+
5+
6+
## aa
7+
8+
59

10+
## 相关
611

7-
## 场景
812

9-
## xxx
1013

11-
## 总结
1214

13-
## 参考
1415

1516

16-
[x]
1717

18-
[]
1918

20-
[aaa](bbb)
2119

22-
![]()
2320

Contents/Reading/readings.md

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
[主页](https://github.com/vonzhou/Blog) | [读书](https://github.com/vonzhou/Blog/blob/master/Contents/Reading/readings.md) | [知乎](https://www.zhihu.com/people/vonzhou) | [GitHub](https://github.com/vonzhou)
2+
3+
# 我的读书历程
4+
5+
> 三更灯火五更鸡,正是男儿读书时。
6+
7+
## Computer Science 计算机科学
8+
9+
### Basics 通识/基础/经典
10+
11+
- [ ] 《A Philosophy of Software Design》 [视频](https://www.youtube.com/watch?v=bmSAYlu0NcY)
12+
- [x] 《程序员修炼之道 从小工到专家》 :+1:
13+
- [ ] 《代码大全》
14+
- [x] [《深入理解计算机系统 第2版》](https://github.com/vonzhou/CSAPP) :+1:
15+
- [x] 《TCP/IP详解卷1:协议》
16+
- [x] 《重构 改善既有代码的设计》
17+
18+
19+
### Linux/Unix
20+
21+
- [x] 《Unix环境高级编程》APUE :+1:
22+
- [x] 《Unix网络编程卷1:套接字联网API》 :+1:
23+
- [x] 《Unix网络编程卷2:进程间通信》 :+1:
24+
- [x] 《深入理解Linux内核》 :+1:
25+
- [x] 《Linux内核设计与实现 第3版》
26+
27+
### Java
28+
29+
30+
- [x] 《RocketMQ实战与原理解析》2019.1.27
31+
- [x] 《分布式Java应用 : 基础与实践》2019.1.25
32+
- [x] 《实战Java高并发程序设计》2018.11.6 :+1:
33+
- [x] 《深入剖析Tomcat》 2018.10.28 :+1:
34+
- [x] 《MyBatis技术内幕》 2018.10.20 :+1:
35+
- [x] 《HotSpot实战》 2018.3.14 :+1:
36+
- [x] 《Java并发编程实战》 2018.2.25 :+1:
37+
- [x] 《深入理解Java虚拟机(第2版)》 :+1:
38+
39+
40+
### Scala
41+
42+
- [ ] 《Scala编程(第3版)》
43+
- [x] 《快学Scala》
44+
45+
46+
### Golang
47+
48+
- [x] 《Go语言实战》 2018.7.5
49+
50+
### BigData 大数据
51+
52+
- [x] 《HBase权威指南》 2018.12.20
53+
- [x] 《HBase不睡觉书》2018.11.3
54+
- [x] 《Storm分布式实时计算模式》 2018.10.13
55+
- [x] 《Hadoop: The Definitive Guide : 4th Edition》 2018.10.7 :+1:
56+
- [x] 《Kafka权威指南》 2018.6.15 :+1:
57+
58+
### Database 数据库
59+
60+
- [ ] 《高性能MySQL》 :+1:
61+
- [x] 《MySQL技术内幕 InnoDB存储引擎》 :+1:
62+
- [x] 《Redis设计与实现》
63+
64+
### Architecture 架构
65+
- [x] 《Clean Architecture》 2019.1.8 :+1:
66+
- [x] 《Designing Data-Intensive Applications》 2018.1.30 :+1:
67+
- [x] 《大型网站技术架构演进与性能优化》 2018.10.10
68+
69+
70+
71+
## 创业/管理
72+
73+
- [x] 《重来 Rework》
74+
75+
## 历史
76+
77+
- [ ] 《简明大历史》
78+
- [ ] 《中国历代政治得失》
79+
- [ ] 《巨流河 台版》
80+
- [x] 《紫禁城的黄昏》
81+
- [x] 《万历十五年》
82+
- [x] 《明朝那些事儿》
83+
84+
85+
86+
87+
## 文学/小说
88+
89+
- [x] 《活着为了讲述》
90+
- [x] 《百年孤独》
91+
- [x] 《相约星期二》
92+
- [x] 《解忧杂货店》
93+
- [x] 《活着》
94+
- [x] 《围城》
95+
96+
## 其他
97+
98+
- [x] 《如何阅读一本书》 :+1:
99+
100+
101+
102+

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
[主页](http://vonzhou.com) | [读书](https://github.com/vonzhou/readings) | [知乎](https://www.zhihu.com/people/vonzhou) | [GitHub](https://github.com/vonzhou)
1+
[主页](https://github.com/vonzhou/Blog) | [读书](https://github.com/vonzhou/Blog/blob/master/Contents/Reading/readings.md) | [知乎](https://www.zhihu.com/people/vonzhou)
22
---
33
# 编程之路 - Build Your Programming Culture
4-
---
54

65
## 订阅
76

@@ -11,8 +10,8 @@
1110

1211
## Java
1312

13+
* [JVM GC 总结](https://github.com/vonzhou/learning-java/blob/master/src/javavirtualmachine/gc/GC.md) 2019.2.21
1414
* [为什么枚举是实现单例最好的方式?](https://github.com/vonzhou/learning-java/blob/master/src/lang/enumsingleton/Enum.md) 2019.2.14
15-
* [大面积offset commit失败,导致不停Rebalance,大量消息重复消费的问题](https://github.com/vonzhou/learning-java/blob/master/src/framework/kafka/rebalancejitter/README.md) 2019.1.30
1615
* [从连接池(JedisPool)获取Redis连接源码分析](https://github.com/vonzhou/learning-java/tree/master/src/framework/redis/jedispoolget) 2018.12.14
1716
* [Redis中键的过期删除策略](https://github.com/vonzhou/learning-java/blob/master/src/framework/redis/redisexpire/) 2018.9.9
1817
* [如何保证ArrayList在多线程环境下的线程安全性](https://github.com/vonzhou/learning-java/tree/master/src/collection/arraylistthreadsafe2) 2018.9.7
@@ -37,6 +36,13 @@
3736
* [条件变量 Condition/ConditionObject](https://github.com/vonzhou/learning-java/blob/master/src/concurrent/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3%E6%9D%A1%E4%BB%B6%E5%8F%98%E9%87%8FCondition.md#condition-%E5%AE%9E%E7%8E%B0%E5%88%86%E6%9E%90)
3837

3938

39+
## Kafka
40+
41+
* [大面积offset commit失败,导致不停Rebalance,大量消息重复消费的问题](https://github.com/vonzhou/learning-java/blob/master/src/framework/kafka/rebalancejitter/README.md) 2019.1.30
42+
* [Kafka源码阅读环境搭建](https://github.com/vonzhou/Blog/blob/master/Contents/BigData/kafka-source-begin.md) 2018.11.7
43+
* [Kafka中的2种日志清理策略](https://github.com/vonzhou/Blog/blob/master/Contents/BigData/kafka-cleanup-policy.md) 2018.914
44+
45+
4046
## Spring/SpringBoot/SpringCloud
4147

4248
* [解决Zuul无法同时转发Multipart和JSON请求的问题](https://github.com/vonzhou/Blog/blob/master/Contents/Spring/zuul-forward-multipart-and-json.md) 2018.10.10
@@ -48,8 +54,6 @@
4854

4955
## BigData 大数据
5056

51-
* [Kafka源码阅读环境搭建](https://github.com/vonzhou/Blog/blob/master/Contents/BigData/kafka-source-begin.md) 2018.11.7
52-
* [Kafka中的2种日志清理策略](https://github.com/vonzhou/Blog/blob/master/Contents/BigData/kafka-cleanup-policy.md) 2018.914
5357
* [《HBase权威指南》读书笔记](https://github.com/vonzhou/Blog/blob/master/Contents/BigData/hbase-definitive.md) 2018.12.20
5458
* [运行《HBase权威指南》书中代码](https://github.com/vonzhou/hbase-book#%E8%BF%90%E8%A1%8Chbase%E6%9D%83%E5%A8%81%E6%8C%87%E5%8D%97%E4%B9%A6%E4%B8%AD%E4%BB%A3%E7%A0%81) 2018.12.18
5559

@@ -73,7 +77,7 @@
7377

7478
## Database 数据库
7579

76-
* [InnoDB 行锁的实现](https://github.com/vonzhou/Blog/blob/master/Contents/Database/innodb-row-lock)
80+
* [InnoDB 行锁的实现](https://github.com/vonzhou/Blog/blob/master/Contents/Database/innodb-row-lock) 2019.2.16
7781

7882
## Reading
7983

0 commit comments

Comments
 (0)