按类别查询搜索结果
关于关键词 的检测结果,共 10966
strayb | 2018-09-05 12:02:16 | 阅读(1410) | 评论(0)
find -name '要查找的文件名' | xargs perl -pi -e 's|被替换的字符串|替换后的字符串|g'sed -i "s/原字符串/新字符串/g" `grep 原字符串 -rl 所在目录`【阅读全文】
【系统运维】 计UPD丢包工具
Aquester | 2018-09-04 14:28:07 | 阅读(2520) | 评论(0)
#!/bin/bash# 统计UPD丢包工具# 可选参数1:统计间隔(单位:秒,默认10秒)# 可选参数2:是否输出丢包为0的记录,注意有参数1时,参数2才会生效## 运行结果会写日志,日志文件优先存工具相同的目录,# 但如果没有权限,则选择当前目录,...【阅读全文】
chinaboywg | 2018-09-03 23:04:49 | 阅读(730) | 评论(0)
https://blog.csdn.net/simonchi/article/details/53944308nginx.png【阅读全文】
chinaboywg | 2018-09-03 22:37:53 | 阅读(12520) | 评论(0)
https://www.cnblogs.com/harryc/p/6361892.html【阅读全文】
Aquester | 2018-09-02 21:54:31 | 阅读(2650) | 评论(0)
工具的作用:1)比“cluster nodes”更为直观的显示结果2)指出落在同一个IP上的master3)指出落在同一个IP上的master和slave对运行效果图:源代码(可从https://github.com/eyjian/redis-tools下载):点击(此处)折叠或打开#!/bin/bash# 源码位置:h...【阅读全文】
zds05 | 2018-08-30 16:27:11 | 阅读(1130) | 评论(0)
Traffic server cache模式安装配置笔记【阅读全文】
【系统运维】 MySQL5.7.23解压版
chinaboywg | 2018-08-30 08:54:31 | 阅读(1030) | 评论(0)
MySQL免安装版,遇到MSVCR120.dll文件丢失错误的解决方案https://blog.csdn.net/wzhedward/article/details/79069179【阅读全文】
【系统运维】 python3.6 MySQLdb
chinaboywg | 2018-08-30 02:00:33 | 阅读(1000) | 评论(0)
最近做python的项目需要将json对象存储到数据库,在网上查了一下发现使用mysql数据库和MySQLdb模块是可以做到的。结果上网上查的时候发现,很多人说MySQLdb只能支持python2.4-2.7,不支持python3,但是我的其他部分基于python3的,不能使用python2。于是开始寻找解决办法,我发现后来MySQLdb是有支持python3.5 和3.6的版...【阅读全文】
【系统运维】 python3的
chinaboywg | 2018-08-29 22:15:15 | 阅读(970) | 评论(0)
Python 3.6.0a1 - 2016-05-17Download Windows x86 web-based installerDownload Windows x86 executable installerDownload Windows x86 embeddable zip fileDownload Windows x86-64 web-based installerDownload Windows x86-64 executable installerDownload Windows x86-64 embeddable zip file可以通过...【阅读全文】
【系统运维】 ubuntu 1604pycharm
2005227042 | 2018-08-28 09:21:55 | 阅读(0) | 评论(0)
#sudo apt-get install python3#sudo apt-get install python3-pip#sudo snap install pycharm-community --classic若安装专业版#sudo snap install pycharm-professional --classic【阅读全文】
yinbangmin | 2018-08-25 07:12:52 | 阅读(1090) | 评论(0)
介绍OpenNMS Windows安装程序【阅读全文】
chinaboywg | 2018-08-21 11:12:38 | 阅读(1210) | 评论(0)
原文地址:http://blog.sina.com.cn/s/blog_56d8ea900101hlhv.html情况说明nginx配置https,tomcat正常http接受nginx转发。nginx 代理https后,(java代码redirect地址)应用redirect https变成http情况类似http://2hei.net/mt/2010/02/request-getscheme-cannt-get-https.htmlhttp://yywudi.info/nginx-https-...【阅读全文】
chinaboywg | 2018-08-21 11:02:48 | 阅读(2190) | 评论(0)
记得在之前的一篇文章中介绍了nginx反向代理https的方法,今天这里介绍下haproxy代理https的方法:第一种方式:haproxy服务器本身提供ssl证书 配置参数(修改haproxy.cfg文件)backend web_server  mode http  balance roundrobin  cookie SERVERID insert indirect nocache&nb...【阅读全文】
badb0y | 2018-08-20 21:13:15 | 阅读(2000) | 评论(0)
https://www.ibm.com/developerworks/cn/linux/l-pnfs/https://www.cnblogs.com/liaojiafa/p/6129499.htmlhttps://www.cnblogs.com/liaojiafa/p/6129514.html【阅读全文】
million | 2018-08-19 22:44:34 | 阅读(2590) | 评论(0)
修复Win10下打印机无法双向通信故障【阅读全文】
shiyiLiu | 2018-08-10 16:11:34 | 阅读(4120) | 评论(0)
sudo apt-get install tmux一、session常用命令:1.open session新建一个session  tmux new-session -s sessionname打开一个seesion后,后续所有tmux本身快捷键都要加前缀 ctrl+b 以下把前缀按键称为 prefix 2.detach session暂时离开快捷键 tmux  prefix +d  tmux中在运行的程序还会继续...【阅读全文】
2005227042 | 2018-08-10 10:32:23 | 阅读(3650) | 评论(0)
1)查看线程情况:#ps -T -A -o pid,ppid,pgid,etime,nice,rgroup,ruser,time,vsz,rss,args2)查看进程情况:#ps -A -o pid,ppid,pgid,etime,nice,rgroup,ruser,time,vsz,rss,args【阅读全文】
jdgdf566 | 2018-08-09 20:05:57 | 阅读(0) | 评论(0)
64位CPU应该选择32位还是64位的操作系统和软件?【阅读全文】
2005227042 | 2018-08-04 15:47:41 | 阅读(0) | 评论(0)
# pip3 install bsonCollecting bsonCollecting python-dateutil>=2.4.0 (from bson)  Using cached https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whlRequirement already satisfied: six>=1.9.0 in /us...【阅读全文】
douyaqiang123 | 2018-08-01 10:18:33 | 阅读(4530) | 评论(0)
防火墙 keepalived 组播 vrrp 224.0.0.18【阅读全文】