- 博客(8)
- 资源 (1)
- 收藏
- 关注
原创 linux(ubuntu16.0.04)安装tomcat
1、下载tomcat tomcat官网 tomcat7.0.77可以通过浏览器下载,也可以通过命令下载cd /usr/lib/sudo mkdir tomcatcd tomcatsudo wget http://mirror.bit.edu.cn/apache/tomcat/tomcat-7/v7.0.77/bin/apache-tomcat-7.0.77.tar.gzsudo tar
2017-04-07 14:57:34 361
原创 jenkins 自动化部署
jenkins + gitlab + maven + tomcat 自动化部署 为了实现自动化部署也是折腾了好几天,也参考了很多的博客,走了一些弯路,但是最终自己还是配置成功了,现在就把它记录下来,方便自己查阅,也分享给大家。如果有错误的地方或设置不好的地方请指出,谢谢!1、安装jdk 2、安装maven 3、安装git 4、安装tomcat 5、安装jenkinsjenkins部署项
2017-04-07 14:11:47 2743
原创 linux 安装 git
1、安装git sudo apt-get update sudo apt-get install git2、配置本地用户git config –global user.name “xxx” //用户名git config –global user.email “xxx@qq.com” //邮箱 注册网站的邮箱如gitlab github3、获取公钥 sudo ssh-keygen -C “xx
2017-04-05 17:26:46 346
原创 Zookeeper简单配置
Zookeeper简单配置# The number of milliseconds of each tick# zk中的一个时间单元。zk中所有的时间都是以这个时间单元为基础,进行整数倍配置的。例如,session最小超时时间是2*tickTimetickTime=2000# The number of ticks that the initial # synchronization pha
2016-11-18 10:33:46 356
原创 FindBugs 使用 及 常见错误解决方法
目录FindBugs 使用 及 错误解决方法idea 安装findbugs我这里已经安装过了使用findbugs检查代码常见错误FindBugs 使用 及 错误解决方法idea 安装findbugs,我这里已经安装过了使用findbugs检查代码常见错误1、Private method is never called This private method is never called.
2016-04-15 17:04:12 2230
cxf webservice简单例子 服务端 客户端
2014-10-09
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人