Skip to content

Commit

Permalink
Update dubbo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb authored Dec 7, 2018
1 parent defd3ca commit 14f990d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 计算机网络与数据通信/dubbo.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Dubbo 中文文档: http://dubbo.apache.org/zh-cn/index.html
- [三 Dubbo 的负载均衡策略](#三-dubbo-的负载均衡策略)
- [3.1 先来解释一下什么是负载均衡](#31-先来解释一下什么是负载均衡)
- [3.2 再来看看 Dubbo 提供的负载均衡策略](#32-再来看看-dubbo-提供的负载均衡策略)
- [3.2.1 Random LoadBalance\(默认,基于权重的随机负载均衡机制\)](#321-random-loadbalance默认,基于权重的随机负载均衡机制)
- [3.2.2 RoundRobin LoadBalance\(不推荐,基于权重的轮询负载均衡机制\)](#322-roundrobin-loadbalance不推荐,基于权重的轮询负载均衡机制)
- [3.2.1 Random LoadBalance\(默认,基于权重的随机负载均衡机制\)](#321-random-loadbalance默认基于权重的随机负载均衡机制)
- [3.2.2 RoundRobin LoadBalance\(不推荐,基于权重的轮询负载均衡机制\)](#322-roundrobin-loadbalance不推荐基于权重的轮询负载均衡机制)
- [3.2.3 LeastActive LoadBalance](#323-leastactive-loadbalance)
- [3.2.4 ConsistentHash LoadBalance](#324-consistenthash-loadbalance)
- [3.3 配置方式](#33-配置方式)
Expand Down

0 comments on commit 14f990d

Please sign in to comment.