会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
技术老人儿
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2016年9月6日
zabbix is not running 解决办法
摘要: 执行命令 set enforce 0
阅读全文
posted @ 2016-09-06 16:16 干货市场
阅读(295)
评论(0)
推荐(0)
2016年7月22日
jenkins+gitlab+sonar+testng构建持续集成测试环境(配置干货篇)
摘要: 几个工具的安装部分就不在此介绍了! jenkins配置: 1、插件安装 2、root私钥配置 3、构建job配置 4、部署job配置 5、测试job配置 7、jenkins全局工具配置 8、jenkins系统配置 8.1 sonar Linux节点配置 gitlab配置
阅读全文
posted @ 2016-07-22 13:59 干货市场
阅读(981)
评论(0)
推荐(0)
2016年7月20日
Jenkins关于tomcat地址和端口映射的配置
摘要: <?xml version='1.0' encoding='utf-8'?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the
阅读全文
posted @ 2016-07-20 10:25 干货市场
阅读(2013)
评论(0)
推荐(0)
2016年7月14日
启动springjar
摘要: java -jar cms-exporter-0.0.1-SNAPSHOT.jar --spring.config.location=classpath:./config
阅读全文
posted @ 2016-07-14 17:34 干货市场
阅读(155)
评论(0)
推荐(0)
只查看tomcat进程,不包括grep
摘要: ps aux | grep tomcat | grep -v "grep" | awk '{print $2}'
阅读全文
posted @ 2016-07-14 17:22 干货市场
阅读(370)
评论(0)
推荐(0)
2016年7月8日
svn to git
摘要: SVN to git 配置用户: #git config --global user.name "root"#git config --global user.email "admin@example.com" 执行如下步骤: 1、 git svn clone http://192.168.1.1/
阅读全文
posted @ 2016-07-08 15:57 干货市场
阅读(215)
评论(0)
推荐(0)
error: The requested URL returned error: 401 Unauthorized while accessing
摘要: 我遇到的其中一个问题。 问题描述: 在git push -u origin master是,提示“error: The requested URL returned error: 401 Unauthorized while accessing” 可能的解决: 1、查看当前目录,是否为git svn
阅读全文
posted @ 2016-07-08 15:49 干货市场
阅读(603)
评论(0)
推荐(0)
2016年7月5日
在Centos7x上部署docker
摘要: docker只支持CentOS7.x系统,所以近期根据docker官网指南自己搭建了一套,供大家参考。 1、部署Centos7.x系统,查看系统版本。 2、执行 sudo yum update 更新到最新的开发包。 3、配置docker.repo文件 $ sudo tee /etc/yum.repo
阅读全文
posted @ 2016-07-05 10:33 干货市场
阅读(119)
评论(0)
推荐(0)
docker在CentOS7下部署指南
摘要: docker只支持CentOS7.x系统,所以近期根据docker官网指南自己搭建了一套,供大家参考。 1、部署Centos7.x系统,查看系统版本。 2、执行 sudo yum update 更新到最新的开发包。 3、配置docker.repo文件 $ sudo tee /etc/yum.repo
阅读全文
posted @ 2016-07-05 10:32 干货市场
阅读(105)
评论(0)
推荐(0)
上一页
1
2
3
公告