- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 Centos通过yum安装Jenkins
1、yum安装jenkinswget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.reporpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.keyyum -y install jenkins查看j...
2018-08-31 11:23:30
208
原创 JavaScript常用事件及其区别
1、onkeydown按下任何按键(数字,字母,系统,tab)都能触发,不区分字母大小写2、onkeypress按下数字,字母键触发,区分大小写3、onkeyup触发按键跟onkeydown类似,区别在于事件执行的顺序不同,执行顺序为onkeydown > onkeypress > onkeyup4、onblur元素失去鼠标焦点5、onfocus元素获得鼠标焦点6、onchange元素值发生变化并且
2017-09-04 18:26:56
302
转载 Spring Boot 实例通过接口安全退出
1、在pom.xml中引入actuator, security依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency>
2017-09-04 14:14:30
1505
原创 Centos 6安装Maven
1、背景因项目需要在Linux使用Maven,linux无自带maven。需手动编译安装,安装步骤如下2、下载Maven源码包下载目录: http://maven.apache.org/download.cgi下载地址:mkdir /app/svrcd /app/svrwget http://mirrors.hust.edu.cn/apache/maven/maven-3/3.5.0/binar
2017-09-01 15:11:42
415
原创 Centos6 升级Git版本
Centos 6 升级Git版本Centos 6自带Git版本1.7.1,无法满足项目需求,故升级至最新Git版本。1、删除现有版本Gityum remove git2、安装编译git时所需要的包yum install curl-devel expat-devel gettext-devel openssl-devel zlib-develyum install gcc perl-ExtUtil
2017-09-01 14:44:57
920
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人