摘要: 1,安装(官网下载nginx tar.gz包) 依赖包 yum -y install pcre pcre-devel zlib zlib-devel ./configure --prefix=/usr/local/nginx make && make install 2,信号 QUIT 优雅的杀掉( 阅读全文
posted @ 2018-05-14 14:47 jianxiaofeng 阅读(126) 评论(0) 推荐(0)
摘要: 一,环境说明 git1.8.3 jenkins2.89 jdk1.8 maven3.3.9 tomcat7 二,本教材目的 jenkins 通过git命令拉取gitlab上的代码到本地,再通过maven构建java项目代码,,接下来通过 ssh到线上服务器 分析: jenkins服务器需要配置git 阅读全文
posted @ 2018-04-27 16:29 jianxiaofeng 阅读(170) 评论(0) 推荐(0)
摘要: 1, 开启组策略允许共享https://jingyan.baidu.com/article/aa6a2c14ec4f340d4c19c487.html 2,开启防火墙 文件打印机共享 3,*重要 网络客户端和 网络文件打印机共享 这两个好像是网卡的属性 ,类似防火墙过滤,,要打开不然贡献会抱错:网络 阅读全文
posted @ 2018-03-29 13:38 jianxiaofeng 阅读(250) 评论(0) 推荐(0)
摘要: 一,html,css 1,cursor属性 有pointer move hlep wait 等 2,background-color background-image 3,float属性用来标签漂移,部署标签 ]4,position标签 fixed 固定定位相对于窗口 relative 本身不起作用 阅读全文
posted @ 2018-03-10 12:14 jianxiaofeng 阅读(191) 评论(0) 推荐(0)
摘要: 优化方法: 增大io缓存 不应盲目增加以上队列参数值。这样有可能造成磁盘子系统过载或在启动时引起设备配置报错。因此,仅增加hdisk的queue_depths值并不是最好的方法,而应该同时调整可提交最大IO数量。当queue_depths和发送至磁盘子系统的IO数量同时增加时,IO响应时间可能会增加 阅读全文
posted @ 2018-03-09 15:13 jianxiaofeng 阅读(6898) 评论(0) 推荐(0)
摘要: 环境:cenos7 keepalive1.3.8 nginx1.12.2 vip 172.18.203.101 master机器 nginx1:外网172.18.203.172 内网 172.18.1.172 slave机器 nginx2:外网172.18.203.173 内网 172.18.1.1 阅读全文
posted @ 2018-03-08 15:39 jianxiaofeng 阅读(835) 评论(0) 推荐(0)
摘要: 面试 https://github.com/taizilongxu/interview_python 老男孩教育Python自动化2.0课程课件目录 http://www.cnblogs.com/alex3714/articles/5885096.html alex http://www.cnblo 阅读全文
posted @ 2018-02-12 17:28 jianxiaofeng 阅读(231) 评论(0) 推荐(0)
摘要: 公司板卡经常ping不同,想到zabbix会报警,于是去数据库取出相关报警内容,查询zabbix数据库select from_unixtime(clock) as DateTime,subject from alerts WHERE sendto = 'xiaofeng@sunspeedy.com' and subject like '%ping down%' \G; 每个子元组里面的格式是... 阅读全文
posted @ 2018-01-29 08:01 jianxiaofeng 阅读(460) 评论(0) 推荐(0)
摘要: https://docs.saltstack.com/en/latest/topics/windows/windows-package-manager.html 可以看官网文档,本人英文差,翻译不好,谅解 在2015.8.0及更高版本中,Windows Software Repository缓存是在 阅读全文
posted @ 2018-01-25 14:36 jianxiaofeng 阅读(3692) 评论(1) 推荐(0)
摘要: nginx 配置文件 user www;worker_processes 1;events { worker_connections 1024;}http { include mime.types; default_type application/octet-stream; sendfile on 阅读全文
posted @ 2018-01-08 08:26 jianxiaofeng 阅读(140) 评论(0) 推荐(0)