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

Update ZooKeeper数据模型和常见命令.md

This commit is contained in:
SnailClimb 2019-01-21 13:07:01 +08:00 committed by GitHub
parent 1ecde7970d
commit b07cf48107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ numChildren = 1
#### 连接 ZooKeeper 服务 #### 连接 ZooKeeper 服务
进入安装 ZooKeeper文件夹的 bin 目录下执行下面的命令连接 ZooKeeper 服务Linux环境下 进入安装 ZooKeeper文件夹的 bin 目录下执行下面的命令连接 ZooKeeper 服务Linux环境下(连接之前首选要确定你的 ZooKeeper 服务已经启动成功)
```shell ```shell
./zkCli.sh -server 127.0.0.1:2181 ./zkCli.sh -server 127.0.0.1:2181