└── README.md /README.md: -------------------------------------------------------------------------------- 1 | Blog 2 | ======== 3 | 4 | ### 订阅 5 | 点击本页面右上角的 Watch 在弹出框中点击 Watching 订阅本博客,这样本博客的所有文章更新和评论都会在github首页出现。 6 | 7 | 8 | 公众号(刚申请,之后文章会往上面发): 9 | 10 | 11 | 12 | ![](https://user-gold-cdn.xitu.io/2019/3/18/1698e410bc0a5c37?w=258&h=258&f=jpeg&s=27618) 13 | 14 | 15 | 16 | ## Posts 17 | 18 | ### Redis 19 | 20 | - [分布式Redis深度历险-复制](https://github.com/farmerjohngit/myblog/issues/1) 21 | - [分布式Redis深度历险-Sentinel](https://github.com/farmerjohngit/myblog/issues/2) 22 | - [分布式Redis深度历险-Cluster](https://github.com/farmerjohngit/myblog/issues/5) 23 | 24 | ### 多线程 25 | 26 | - [关于同步的一点思考-上](https://github.com/farmerjohngit/myblog/issues/6) 27 | - [关于同步的一点思考-下](https://github.com/farmerjohngit/myblog/issues/7) 28 | - [linux内核级同步机制--futex](https://github.com/farmerjohngit/myblog/issues/8) 29 | - [读写一致性的一些思考](https://github.com/farmerjohngit/myblog/issues/9) 30 | - [死磕Synchronized底层实现--概论](https://github.com/farmerjohngit/myblog/issues/12) 31 | - [死磕Synchronized底层实现--偏向锁](https://github.com/farmerjohngit/myblog/issues/13) 32 | - [死磕Synchronized底层实现--轻量级锁](https://github.com/farmerjohngit/myblog/issues/14) 33 | - [死磕Synchronized底层实现--重量级锁](https://github.com/farmerjohngit/myblog/issues/15) 34 | 35 | ### Java基础 36 | 37 | - [Java引用类型原理剖析](https://github.com/farmerjohngit/myblog/issues/10) 38 | 39 | ### 操作系统 40 | 41 | - [你真的知道什么是系统调用吗?](https://github.com/farmerjohngit/myblog/issues/20) 42 | 43 | ### 后端 44 | 45 | - [Spring Boot @EnableAutoConfiguration解析](https://github.com/farmerjohngit/myblog/issues/17) 46 | - [来谈谈限流-从概念到实现](https://github.com/farmerjohngit/myblog/issues/18) 47 | - [来谈谈限流-RateLimiter源码分析](https://github.com/farmerjohngit/myblog/issues/19) 48 | 49 | ### Kafka 50 | - [Kafka Network层解析](https://github.com/farmerjohngit/myblog/issues/16) 51 | 52 | ### HBase 53 | 54 | - [HBase PageFilter踩坑之旅](https://github.com/farmerjohngit/myblog/issues/4) 55 | - [HBase Rpc返回数据之谜](http://www.farmerjohn.top/2018/01/04/hbase-rpc-count/) 56 | 57 | ### 其他 58 | - [拿下阿里、头条、滴滴的offer后谈谈面试经验(上)](https://github.com/farmerjohngit/myblog/issues/21) 59 | 60 | ## 关于作者 61 | - 邮箱:farmercoding@163.com 62 | --------------------------------------------------------------------------------