1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

更新分布式内容并增加架构内容

This commit is contained in:
Snailclimb 2018-05-28 16:54:02 +08:00
parent 6dc0fa27a6
commit 316c0e3d04

View File

@ -1,6 +1,10 @@
- ### 分布式系统的经典基础理论
[分布式系统的经典基础理论](https://blog.csdn.net/qq_34337272)
[分布式系统的经典基础理论](https://blog.csdn.net/qq_34337272/article/details/80444032)
本文主要是简单的介绍了三个常见的概念: **分布式系统设计理念****CAP定理****BASE理论** ,关于分布式系统的还有很多很多东西。
![分布式系统的经典基础理论总结](https://user-gold-cdn.xitu.io/2018/5/24/1639234237ec9805?w=791&h=466&f=png&s=55908)
- ### 分布式事务
[聊聊分布式事务,再说说解决方案](http://www.cnblogs.com/savorboard/p/distributed-system-transaction-consistency.html)
- ### 分布式系统一致性