01 2019 档案

摘要:想要用Python的suds模块调用webservice地址做自动测试,但是找了很多方法都失败了,最终找到另外一个模块可以作为客户端访问服务器地址。 1.针对非安全的http 打印结果: { '_value_1': '{"errorMsg":"没有找到路由信息!"}', 'id': None, 'h 阅读全文
posted @ 2019-01-24 23:22 FelixApff 阅读(2389) 评论(0) 推荐(0)
摘要:用法:zeros(shape, dtype=float, order='C') 返回:返回来一个给定形状和类型的用0填充的数组; 参数:shape:形状 dtype:数据类型,可选参数,默认numpy.float64 dtype类型: t ,位域,如t4代表4位 b,布尔值,true or fals 阅读全文
posted @ 2019-01-22 16:00 FelixApff 阅读(20819) 评论(0) 推荐(0)
摘要:代码信息: 问题描述: raise exception_class(message, screen, stacktrace)selenium.common.exceptions.WebDriverException: Message: Unexpected error launching Inter 阅读全文
posted @ 2019-01-02 16:45 FelixApff 阅读(1434) 评论(0) 推荐(0)