From 572590686bcb8efed64ccd6307e2417ff6f05f8f Mon Sep 17 00:00:00 2001 From: javahongxi Date: Thu, 4 Oct 2018 12:09:45 +0800 Subject: [PATCH] e.jd.com --- whatsmars-dubbo/README.md | 3 ++- whatsmars-javase/README.md | 3 ++- whatsmars-rpc/README.md | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/whatsmars-dubbo/README.md b/whatsmars-dubbo/README.md index 41dabc1b..812e6f7d 100644 --- a/whatsmars-dubbo/README.md +++ b/whatsmars-dubbo/README.md @@ -98,4 +98,5 @@ xxxService.xxx(); // 远程调用 - 并发控制,异步调用,本地调用,参数回调,事件通知 ... ### More -- [《亿级流量网站架构核心技术》](https://book.douban.com/subject/26999243/) `douban.com` \ No newline at end of file +- [《亿级流量网站架构核心技术》](https://book.douban.com/subject/26999243/) `douban.com` +- [《从Paxos到Zookeeper》](https://book.douban.com/subject/26292004/) `douban.com` \ No newline at end of file diff --git a/whatsmars-javase/README.md b/whatsmars-javase/README.md index de124eda..201b9960 100644 --- a/whatsmars-javase/README.md +++ b/whatsmars-javase/README.md @@ -1,3 +1,4 @@ Java SE -[《深入理解Java虚拟机》](http://e.jd.com/30189426.html) `e.jd.com` \ No newline at end of file +- [《深入理解Java虚拟机》](http://e.jd.com/30189426.html) `e.jd.com` +- [《Java虚拟机规范(Java SE 8版)》](https://book.douban.com/subject/26418340/) `douban.com` \ No newline at end of file diff --git a/whatsmars-rpc/README.md b/whatsmars-rpc/README.md index 6e1248d2..23d86b12 100644 --- a/whatsmars-rpc/README.md +++ b/whatsmars-rpc/README.md @@ -1 +1,3 @@ -若mvn compile时发生protobuf相关错误,请先执行mvn clean \ No newline at end of file +若mvn compile时发生protobuf相关错误,请先执行mvn clean + +- [《Netty权威指南》](http://e.jd.com/30186249.html) `e.jd.com` \ No newline at end of file -- GitLab