Skip to content

Commit b0047d9

Browse files
committed
文本更新
1 parent 15052ba commit b0047d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
# gRPC负载均衡(自定义负载均衡策略--etcd 实现)
3535
### [hlb-grpc](https://github.com/hwholiday/learning_tools/tree/master/hlb-grpc) (gRPC负载均衡(自定义负载均衡策略--etcd 实现)
36+
### [详细介绍](https://www.hwholiday.com/2021/etcd_grpc/)
3637

3738
```
3839
├── discovery
@@ -161,7 +162,7 @@
161162
2: curve25519 椭圆曲线算法
162163
3: 3curve25519 双棘轮算法,KDF链
163164

164-
### [LRU](https://github.com/hwholiday/learning_tools/tree/master/LRU)(缓存淘汰算法)
165+
### [LRU](https://github.com/hwholiday/learning_tools/tree/master/LRU) (缓存淘汰算法)
165166
1: list lru 缓存淘汰算法
166167

167168
### [tcp](https://github.com/hwholiday/learning_tools/tree/master/tcp) (tcp协议实现)
@@ -188,7 +189,7 @@
188189
### [goquery](https://github.com/hwholiday/learning_tools/tree/master/goquery) (网页解析工具)
189190
1: main 可以作为爬虫解析网页使用
190191

191-
### [active_object](https://github.com/hwholiday/learning_tools/tree/master/active_object)(并发设计模式)
192+
### [active_object](https://github.com/hwholiday/learning_tools/tree/master/active_object) (并发设计模式)
192193
1: active_object Go并发设计模式之Active Object
193194

194195
### [heap](https://github.com/hwholiday/learning_tools/tree/master/container/heap) (优先级队列)

0 commit comments

Comments
 (0)