hexo 部署 Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to r 2022-08-25
分布式系统的经典基础理论 中心化设计:CAP定理 一致性(Consistence) :所有节点访问同一份最新的数据副本 可用性(Availability):每次请求都能获取到非错的响应——但是不保证获取的数据为最新数据 分区容错性(Partition tolerance) : 分布式系统在遇到某节点或网络分区故障的时候,仍然能够对外提供满足一致性和可用性的服务。 BASE理论 基本可用基本可用是指分布式系统在出现不可预知 2022-08-25