摘要: 平时我们做的都是http请求的接口测试,初次接触socket接口还是有点不知如何下手,其实他如http接口请求区别并不是很大,也是接口的链接-发送数据-断开连接这三大步骤来实现: 以下文章转载自:http://lovesoo.org/how-to-use-loadrunner-to-write-so 阅读全文
posted @ 2017-12-25 17:58 Johnson_Yuan 阅读(1248) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-12-11 14:52 Johnson_Yuan 阅读(14) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-11-29 16:58 Johnson_Yuan 阅读(5) 评论(0) 推荐(0)
摘要: 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)
摘要: 转自 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)
摘要: # 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)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-11-27 16:29 Johnson_Yuan 阅读(4) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-11-27 16:26 Johnson_Yuan 阅读(2) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-04-17 11:28 Johnson_Yuan 阅读(3) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-04-16 20:32 Johnson_Yuan 阅读(7) 评论(0) 推荐(0)