auto commit

This commit is contained in:
CyC2018
2018-03-17 17:20:59 +08:00
parent 1324db9c53
commit 69d716fe1b
7 changed files with 0 additions and 115 deletions

View File

@ -6,8 +6,6 @@
* [3. 解决方案](#3-解决方案)
* [3.1 两阶段提交协议](#31-两阶段提交协议)
* [3.2 消息中间件](#32-消息中间件)
* [3.2.1 消息处理模型](#321-消息处理模型)
* [3.2.2 消息的可靠性](#322-消息的可靠性)
* [负载均衡的算法与实现](#负载均衡的算法与实现)
* [1. 算法](#1-算法)
* [1.1 轮询Round Robin](#11-轮询round-robin)