摘要:
###启动zookeeper3.5.6出现如下错误:Could not find or load main class org.apache.zookeeper.server.quorum. ###应该是解压后的文件中不存在 src目录和一个jar包 ###我换了一个版本 换成了3.4.14就可以了 阅读全文
摘要:
判断是否安装了node if ! type node >/dev/null 2>&1; then echo 'node 未安装'; else echo 'node 已安装'; fi 判断是否安装了npm if ! type npm >/dev/null 2>&1; then Echo_Red 'np 阅读全文