上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 56 下一页

python httprequest, locust

摘要: http://www.cnblogs.com/LanTianYou/p/6208969.html http://www.cnblogs.com/LanTianYou/p/5987741.html r = self.client.get("/orders", headers = {"Cookie": 阅读全文
posted @ 2016-12-22 14:58 szllq2000 阅读(129) 评论(0) 推荐(0)

python jenkins-api,jira crowd. email-servers

摘要: jenkins user authentication: http://stackoverflow.com/questions/15411208/authenticate-jenkins-users-against-jira jenkins email server; sudo pip instal 阅读全文
posted @ 2016-12-22 13:24 szllq2000 阅读(167) 评论(0) 推荐(0)

shell (check return of each line)(PIPESTATUS[@])and sudoer

摘要: shell result from cmdline echo $? if 0 then success ;else failure (shell 执行每部返回值,rm -rf 错误,打包不能覆盖) 我们知道,linux命令行上一个命令的退出码放在了$?环境变变中,但是,如果这个命令是一串管道符连接和 阅读全文
posted @ 2016-12-22 13:20 szllq2000 阅读(482) 评论(0) 推荐(0)

mysql slow query---pt-query-digest----db structure consistency,monitor table records before and after transaction.

摘要: 将数据库脚本纳入版本管理是很必要的,尤其对于需要在客户那里部署升级的系统。 对于Python Django等框架,由于数据库是通过Model生成的,因此框架本身包括数据库升级工具,并通过代码版本间接管理了数据库脚本。对于直接通过数据库脚本来维护数据库schema和数据的框架,或者使用DbMainta 阅读全文
posted @ 2016-10-28 10:52 szllq2000 阅读(156) 评论(0) 推荐(0)

http://www.ibm.com/developerworks/cn/web/wa-aj-jsonp1/index.html

摘要: http://www.ibm.com/developerworks/cn/web/wa-aj-jsonp1/index.html 阅读全文
posted @ 2016-10-18 21:24 szllq2000 阅读(122) 评论(0) 推荐(0)

ubuntu-vnc

摘要: Centos 中文gnome: 全新以最小化包安装了64位的CentOS6.3系统,作为本地的Web服务器使用,现记录全过程: 1、先安装X Window yum groupinstall "X Window System" 2、安装GNOME桌面环境 yum groupinstall "GNOME 阅读全文
posted @ 2016-10-07 11:48 szllq2000 阅读(252) 评论(0) 推荐(0)

sshpass----------------sshfs--sftp(sublime)

摘要: 源码下载地址:http://sourceforge.net/projects/sshpass/ tar -zxvf sshpass-1.05.tar.gz cd sshpass-1.05 ./configure make && make install 安装完成后输入sshpass出现如下提示即安装 阅读全文
posted @ 2016-10-07 11:45 szllq2000 阅读(596) 评论(0) 推荐(0)

snmp ubuntu/centos--

摘要: 软件安装 切换到系统管理员帐户 安装snmp确认snmp代理已安装rpm -q net-snmp如果未安装,安装snmpyum install net-snmp 设置开机自动运行snmp/sbin/chkconfig snmpd on配置snmp vi /etc/snmp/snmpd 第一步,snm 阅读全文
posted @ 2016-09-18 08:31 szllq2000 阅读(194) 评论(0) 推荐(0)

erlang ssl

摘要: http://itindex.net/detail/50701-tomcat-bio-nio.apr http://blog.csdn.net/libing1991_/article/details/47684433 https://my.oschina.net/jielucky/blog/1674 阅读全文
posted @ 2016-09-13 15:58 szllq2000 阅读(532) 评论(0) 推荐(0)

loadrunner generators (controller in windows)

摘要: http://my.oschina.net/u/2391658/blog/735690 http://blog.csdn.net/xu1314/article/details/7455114 http://blog.csdn.net/xu1314/article/details/7455050 阅读全文
posted @ 2016-09-03 15:48 szllq2000 阅读(145) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 56 下一页