会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Johnson_Yuan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2017年12月25日
sockt-浅谈接口性能测试脚本编写
摘要: 平时我们做的都是http请求的接口测试,初次接触socket接口还是有点不知如何下手,其实他如http接口请求区别并不是很大,也是接口的链接-发送数据-断开连接这三大步骤来实现: 以下文章转载自:http://lovesoo.org/how-to-use-loadrunner-to-write-so
阅读全文
posted @ 2017-12-25 17:58 Johnson_Yuan
阅读(1248)
评论(0)
推荐(0)
2017年12月11日
python+requests接口自动化设计
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-12-11 14:52 Johnson_Yuan
阅读(14)
评论(0)
推荐(0)
2017年11月29日
如何利用python编写简单的excel测试报告
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-11-29 16:58 Johnson_Yuan
阅读(5)
评论(0)
推荐(0)
2017年11月28日
在Python 中怎么表示一个元素在一个list中的数量?
摘要: commonest = [1,2,2,2,1,3,4,5,1,1] print(commonest.count(1))
阅读全文
posted @ 2017-11-28 15:16 Johnson_Yuan
阅读(7100)
评论(0)
推荐(0)
Python判断一个字符串是否包含子串的几种方法
摘要: 转自 http://blog.csdn.net/yl2isoft/article/details/52079960 1.使用成员操作符 in 2.使用string模块的find()/rfind()方法 3.使用string模块的index()/rindex()方法 index()/rindex()方
阅读全文
posted @ 2017-11-28 15:14 Johnson_Yuan
阅读(148847)
评论(1)
推荐(2)
python str与bytes之间的转换
摘要: # bytes object b = b"example" # str object s = "example" # str to bytes bytes(s, encoding = "utf8") # bytes to str str(b, encoding = "utf-8") # an alt
阅读全文
posted @ 2017-11-28 14:14 Johnson_Yuan
阅读(1826)
评论(0)
推荐(0)
2017年11月27日
socket接口请求
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-11-27 16:29 Johnson_Yuan
阅读(4)
评论(0)
推荐(0)
python读写csv、excel实例
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-11-27 16:26 Johnson_Yuan
阅读(2)
评论(0)
推荐(0)
2017年4月17日
mysql常用命令
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-04-17 11:28 Johnson_Yuan
阅读(3)
评论(0)
推荐(0)
2017年4月16日
python+selenium 自动化测试3-关于生成报告和将报告发送到邮件编写代码
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-04-16 20:32 Johnson_Yuan
阅读(7)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告