1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

update zookeeper pic address

This commit is contained in:
guide 2020-09-01 15:57:32 +08:00
parent 6f6748fa81
commit 4282aa79ff
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -63,7 +63,7 @@ root@eaf70fc620cb:/apache-zookeeper-3.5.8-bin# cd bin
如果你看到控制台成功打印出如下信息的话,说明你已经成功连接 ZooKeeper 服务。 如果你看到控制台成功打印出如下信息的话,说明你已经成功连接 ZooKeeper 服务。
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/2020-8/image-20200805144047420.png) ![](images/连接ZooKeeper服务.png)
### 2.3. 常用命令演示 ### 2.3. 常用命令演示
@ -189,7 +189,7 @@ numChildren = 1
Curator 是Netflix公司开源的一套 ZooKeeper Java客户端框架相比于 Zookeeper 自带的客户端 zookeeper 来说Curator 的封装更加完善,各种 API 都可以比较方便地使用。 Curator 是Netflix公司开源的一套 ZooKeeper Java客户端框架相比于 Zookeeper 自带的客户端 zookeeper 来说Curator 的封装更加完善,各种 API 都可以比较方便地使用。
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/2020-8/ph-quote.png) ![](images/curator.png)
下面我们就来简单地演示一下 Curator 的使用吧! 下面我们就来简单地演示一下 Curator 的使用吧!