devopt
重生之我是一名程序员
IN IT && WIN IT !
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos7 安装 nfs
客户端只需要安装rpcbind服务即可,无需安装nfs或开启nfs服务。, 设置 服务器挂载路径为。转载 2023-06-21 09:21:09 · 228 阅读 · 0 评论 -
docker 启动失败
尝试用 dockerd 启动原来是磁盘空间不够了删除 目录, 然后 reboot转载 2022-12-06 08:35:12 · 903 阅读 · 0 评论 -
jenkins中使用shell启动tomcat
jenkins中使用shell启动tomcat:cd /opt/tomcat-orderpidfile="./tomcat-order.pid"rm -rf $pidps -ef|grep -v grep|grep tomcat-order|awk '{print $2}' > $pidfileif [ -f $pidfile ] then echo "tomcat-ord...转载 2018-10-10 21:26:50 · 1742 阅读 · 0 评论 -
搭建sonarQube
搭建sonarQube下载sonarQube下载地址https://www.sonarqube.org/downloads/修改配置修改sonarqube-7.4/conf/sonar.properties文件:sonar.jdbc.username=rootsonar.jdbc.password=111111#sonar.jdbc.url=jdbc:mysql://localhos...转载 2018-12-08 11:08:42 · 491 阅读 · 0 评论
分享