|
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) |
2 | 2 | ---
|
3 | 3 | # 编程之路 - Build Your Programming Culture
|
4 |
| ---- |
5 | 4 |
|
6 | 5 | ## 订阅
|
7 | 6 |
|
|
11 | 10 |
|
12 | 11 | ## Java
|
13 | 12 |
|
| 13 | +* [JVM GC 总结](https://github.com/vonzhou/learning-java/blob/master/src/javavirtualmachine/gc/GC.md) 2019.2.21 |
14 | 14 | * [为什么枚举是实现单例最好的方式?](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 |
16 | 15 | * [从连接池(JedisPool)获取Redis连接源码分析](https://github.com/vonzhou/learning-java/tree/master/src/framework/redis/jedispoolget) 2018.12.14
|
17 | 16 | * [Redis中键的过期删除策略](https://github.com/vonzhou/learning-java/blob/master/src/framework/redis/redisexpire/) 2018.9.9
|
18 | 17 | * [如何保证ArrayList在多线程环境下的线程安全性](https://github.com/vonzhou/learning-java/tree/master/src/collection/arraylistthreadsafe2) 2018.9.7
|
|
37 | 36 | * [条件变量 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)
|
38 | 37 |
|
39 | 38 |
|
| 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 | + |
40 | 46 | ## Spring/SpringBoot/SpringCloud
|
41 | 47 |
|
42 | 48 | * [解决Zuul无法同时转发Multipart和JSON请求的问题](https://github.com/vonzhou/Blog/blob/master/Contents/Spring/zuul-forward-multipart-and-json.md) 2018.10.10
|
|
48 | 54 |
|
49 | 55 | ## BigData 大数据
|
50 | 56 |
|
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 |
53 | 57 | * [《HBase权威指南》读书笔记](https://github.com/vonzhou/Blog/blob/master/Contents/BigData/hbase-definitive.md) 2018.12.20
|
54 | 58 | * [运行《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
|
55 | 59 |
|
|
73 | 77 |
|
74 | 78 | ## Database 数据库
|
75 | 79 |
|
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 |
77 | 81 |
|
78 | 82 | ## Reading
|
79 | 83 |
|
|
0 commit comments