Jenkins的登录地址 http://localhost:8080/ http://172.16.132.120:8080/ Jenkins账号 密码 admin 98d89cb7bfaf4ea7b7de1695ff40fcc7 简介: Jenkins是一个开源软件项目,是基于Java开发的一种持 ...
分类:
其他好文 时间:
2019-05-28 17:15:27
阅读次数:
89
Jenkins 的前身是 Hudson 是一个可扩展的持续集成引擎。 1.安装JDK环境: 1.1配置环境变量信息如下:切记一定要找对jdk的安装目录 2.安装Maven环境 2.1环境变量配置如下:注意找到maven的安装目录 3.安装Jenkins CenOS版本 3.2修改配置文件如下: 3. ...
分类:
系统相关 时间:
2019-05-22 00:10:35
阅读次数:
173
dsoframer.ocx(32位)下载地址:https://pan.baidu.com/s/16Jd60vgU09KYxzOlZsti-A 提取码:7xgh ...
分类:
其他好文 时间:
2019-05-16 19:15:04
阅读次数:
197
SecureRandom在java各种组件中使用广泛,可以可靠的产生随机数。但在大量产生随机数的场景下,性能会较低。这时可以使用"-Djava.security.egd=file:/dev/./urandom"加快随机数产生过程。 以产生uuid的时候使用nextBytes产生随机数为入口,我们看一 ...
分类:
编程语言 时间:
2019-05-07 11:42:16
阅读次数:
270
Tengine特性继承Nginx-1.6.2的所有特性,兼容Nginx的配置;动态模块加载(DSO)支持。加入一个模块不再需要重新编译整个Tengine;支持SO_REUSEPORT选项,建连性能提升为官方nginx的三倍;同时支持HTTPv2协议和SPDYv3协议,可同时使用两种协议;流式上传到HTTP后端服务器或FastCGI服务器,大量减少机器的I/O压力;更加强大的负载均衡能力,包括一致性
分类:
其他好文 时间:
2019-04-21 11:34:49
阅读次数:
215
RESTful levels & HATEOAS 什么是RESTful REST这个词,是Roy Thomas Fielding在他2000年的博士论文中提出的。翻译过来就是"表现层状态转化。” Fielding在论文中将REST定位为“分布式超媒体应用(Distributed Hypermedia ...
分类:
其他好文 时间:
2019-04-18 21:47:38
阅读次数:
153
Parameter PassingThere is often a desire to pass these parameters to the executing job code. The method of passing these parameters is dependent on th ...
分类:
其他好文 时间:
2019-04-15 16:10:58
阅读次数:
277
[warn] proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
分类:
Web程序 时间:
2019-04-01 18:36:31
阅读次数:
236