07 2021 档案

摘要:1.安装 doxygenyum install doxygen -y# 编译安装openccgit clone https://github.com/BYVoid/OpenCC.gitcd OpenCC/make -j 2 && make install > 这个安装在/usr/share/open 阅读全文
posted @ 2021-07-28 17:33 reblue520 阅读(200) 评论(0) 推荐(0) 编辑
摘要:centos7环境下安装mongodb3.4.24主从复制集群并设置密码1.安装mongodb添加运行mongodb的用户mongo,避免直接使用root带来安全隐患groupadd -g 1608 mongouseradd -u 1608 -g mongo mongo#下载源码包wget http 阅读全文
posted @ 2021-07-16 21:06 reblue520 阅读(386) 评论(0) 推荐(0) 编辑
摘要:Failed to connect to repository : Command "git ls-remote -h HEAD" returned status code 128:stdout: stderr: fatal: repository 'http://ytgit.chinasoft.c 阅读全文
posted @ 2021-07-05 20:41 reblue520 阅读(2154) 评论(0) 推荐(0) 编辑