随笔分类 -  CentOS

摘要:Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain 1. 安装maven # 安装wget http://mirrors.hust.edu.cn/apache/maven 阅读全文
posted @ 2020-07-20 20:56 老王同鞋 阅读(6560) 评论(1) 推荐(0)
摘要:<build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <appendAssemblyId>false</appendAssemblyId> <descriptorRefs> 阅读全文
posted @ 2020-07-16 13:04 老王同鞋 阅读(3472) 评论(0) 推荐(0)
摘要:下载zookeeper wget http://mirror.bit.edu.cn/apache/zookeeper/zookeeper-3.5.8/apache-zookeeper-3.5.8.tar.gz 解压 tar -zxvf apache-zookeeper-3.5.8.tar.gz 修改 阅读全文
posted @ 2020-07-16 10:06 老王同鞋 阅读(225) 评论(0) 推荐(0)
摘要:安装虚拟环境的前提是你需要CentOS安装python解释器。 1. 安装虚拟环境模块 pip3 install virtualenv -i https://mirrors.aliyun.com/pypi/simple/ 2. 安装virtualenvwrapper 工具管理虚拟环境 pip3 in 阅读全文
posted @ 2020-03-15 16:15 老王同鞋 阅读(845) 评论(0) 推荐(0)