mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-08-09 04:12:39 +03:00
Fix broken links (#180)
This commit is contained in:

committed by
Donne Martin

parent
46eead5728
commit
be5b3720a1
@@ -761,7 +761,7 @@ CDN 拉取是当第一个用户请求该资源时,从服务器上拉取资源
|
||||
### 来源及延伸阅读
|
||||
|
||||
- [可缩放系统构架介绍](http://lethain.com/introduction-to-architecting-systems-for-scale)
|
||||
- [破解系统设计面试](http://www.puncsky.com/blog/2016/02/14/crack-the-system-design-interview/)
|
||||
- [破解系统设计面试](http://www.puncsky.com/blog/2016-02-13-crack-the-system-design-interview)
|
||||
- [面向服务架构](https://en.wikipedia.org/wiki/Service-oriented_architecture)
|
||||
- [Zookeeper 介绍](http://www.slideshare.net/sauravhaloi/introduction-to-apache-zookeeper)
|
||||
- [构建微服务,你所需要知道的一切](https://cloudncode.wordpress.com/2016/07/22/msa-getting-started/)
|
||||
@@ -1521,7 +1521,7 @@ REST 关注于暴露数据。它减少了客户端/服务端的耦合程度,
|
||||
* [REST vs JSON-RPC](http://stackoverflow.com/questions/15056878/rest-vs-json-rpc)
|
||||
* [揭开 RPC 和 REST 的神秘面纱](http://etherealbits.com/2012/12/debunking-the-myths-of-rpc-rest/)
|
||||
* [使用 REST 的缺点是什么](https://www.quora.com/What-are-the-drawbacks-of-using-RESTful-APIs)
|
||||
* [破解系统设计面试](http://www.puncsky.com/blog/2016/02/14/crack-the-system-design-interview/)
|
||||
* [破解系统设计面试](http://www.puncsky.com/blog/2016-02-13-crack-the-system-design-interview)
|
||||
* [Thrift](https://code.facebook.com/posts/1468950976659943/)
|
||||
* [为什么在内部使用 REST 而不是 RPC](http://arstechnica.com/civis/viewtopic.php?t=1190508)
|
||||
|
||||
@@ -1782,7 +1782,7 @@ Notes
|
||||
* [mmcgrana/services-engineering](https://github.com/mmcgrana/services-engineering)
|
||||
* [System design cheat sheet](https://gist.github.com/vasanthk/485d1c25737e8e72759f)
|
||||
* [A distributed systems reading list](http://dancres.github.io/Pages/)
|
||||
* [Cracking the system design interview](http://www.puncsky.com/blog/2016/02/14/crack-the-system-design-interview/)
|
||||
* [Cracking the system design interview](http://www.puncsky.com/blog/2016-02-13-crack-the-system-design-interview)
|
||||
|
||||
## 联系方式
|
||||
|
||||
|
Reference in New Issue
Block a user