摘要:
1.单节点zk搭建 1.)安装 wget https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/zookeeper-3.6.0/apache-zookeeper-3.6.0-bin.tar.gz # 解压 tar -xcf aparche-zoo 阅读全文
摘要:
golang zookeeper监听事件报错 golang 监听zk的目录: go func() { for { event := <-watch //do something } }() 打印event: 报错:{Type:Unknown State:StateDisconnected Path: 阅读全文
摘要:
git push 报错:fatal: The remote end hung up unexpectedly 解决办法: git config http.postBuffer 524288000 阅读全文