会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
沧海一粟,何以久远
---------------------------心恒方远
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
76
77
78
79
80
81
82
83
84
···
110
下一页
2017年11月20日
java操作数据库
摘要: 参考:https://www.cnblogs.com/centor/p/6142775.html MySQL连接驱动:mysql-connector-java-5.1.27.jar
阅读全文
posted @ 2017-11-20 10:07 脚本小娃子
阅读(463)
评论(0)
推荐(0)
2017年11月17日
jmeter源码编译
摘要: 转载:http://blog.csdn.net/wanglha/article/details/42004943 一、下载源码git clone git://github.com/apache/jmeter.git 二、配置并编译Jmeter 进入Jmeter目录,有个build.xml文件,显然是
阅读全文
posted @ 2017-11-17 21:26 脚本小娃子
阅读(724)
评论(0)
推荐(0)
ant的安装和配置
摘要: 1、从官网下载bin源码 http://ant.apache.org/bindownload.cgi#Verify%20Releases 校验源码的完整性 2、直接把解压,然后把文件放入/usr/local下,然后在.zshrc或者.bash_profile中添加如下内容,source .zshrc
阅读全文
posted @ 2017-11-17 20:48 脚本小娃子
阅读(294)
评论(0)
推荐(0)
jmeter3.x的jtx文件解析
摘要: jtl保存测试结果 打开jtl文件,内容为下: timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,all
阅读全文
posted @ 2017-11-17 11:32 脚本小娃子
阅读(890)
评论(0)
推荐(1)
爬虫:网页里元素的xpath结构,scrapy不一定就找的到
摘要: 这种情况原因是html界面关联的js文件可能会动态修改DOM结构,这样浏览器完成了动态修改DOM,在 浏览器上看到的DOM结构,就和后台抓到的DOM结构不通 举例:新浪微博发的微博,在浏览器通过firebug的插件FirePath可以很容易计算出xpath 通过Firefinder可以查看xpath
阅读全文
posted @ 2017-11-17 10:07 脚本小娃子
阅读(1904)
评论(0)
推荐(0)
2017年11月13日
如何实现新浪微博功能:关注某个的发布信息,自动点赞和转发
摘要: 新浪提供的接口并没有转发和点赞的接口 1、https://github.com/ca2r0tXb0y/FowardingSinaWeibo 2、http://open.weibo.com/apps/2566908347/privilege 3、http://open.weibo.com/tools/
阅读全文
posted @ 2017-11-13 10:45 脚本小娃子
阅读(2909)
评论(0)
推荐(0)
2017年11月7日
性能测试各个指标的含义
摘要: 1、TPS:每秒的请求数 2、并发:多个线程模拟多个虚拟用户(virtual user) 3、RT:response time;90%用户的响应时间,就是这个意思,比如一个小时内90%的响应时间为500ms,表示是这个小时内所有请求该页面的响应时间中,有90%的请求响应时间小于或等于500ms 4、
阅读全文
posted @ 2017-11-07 17:01 脚本小娃子
阅读(916)
评论(0)
推荐(0)
2017年11月3日
python模块相关
摘要: aniso8601 pyquery networkx (2.0) - Python package for creating and manipulating graphs and networks tzlocal (1.4) - tzinfo object for the local timezo
阅读全文
posted @ 2017-11-03 17:29 脚本小娃子
阅读(209)
评论(0)
推荐(0)
2017年10月27日
curl的用法
摘要: 1、官网:https://curl.haxx.se/ 2、版本安全漏洞:https://curl.haxx.se/docs/security.html 3、github:https://github.com/curl/curl 4、文档:https://curl.haxx.se/docs/manpa
阅读全文
posted @ 2017-10-27 18:48 脚本小娃子
阅读(477)
评论(0)
推荐(0)
2017年10月25日
第十八章 Python批量管理主机(paramiko、fabric与pexpect)
摘要: 这个人的文章不错:http://lizhenliang.blog.51cto.com/all/7876557 转载:http://lizhenliang.blog.51cto.com/7876557/1880856 本章节主要讲解运维工程师比较感兴趣的知识,那就是运维批量管理,在Python下有pa
阅读全文
posted @ 2017-10-25 21:27 脚本小娃子
阅读(1286)
评论(0)
推荐(0)
上一页
1
···
76
77
78
79
80
81
82
83
84
···
110
下一页
公告