偶然路过的靓仔-胡阳

为中华之崛起而读书!中国加油! 问题不能及时回答,有需要的话加微信:921308494

   ::  ::  ::  ::  :: 管理

2020年10月19日

摘要: 用pip install sudo是不行的。去官网下载下来,安装。然后pycharm里面install一下 导包: import suds.clientfrom suds.sax.text import Raw准备webservice连接: webserviceUrl='****:****/eif- 阅读全文
posted @ 2020-10-19 13:00 偶然路过的靓仔-胡阳 阅读(924) 评论(0) 推荐(0)

摘要: 导包: import requestsimport re 准备 url、head, baseUrl = 'http://******:****'head = {'Content-Type': 'text/x-gwt-rpc; charset=UTF-8', 'Cookie': 'JSESSION_I 阅读全文
posted @ 2020-10-19 12:53 偶然路过的靓仔-胡阳 阅读(297) 评论(0) 推荐(0)

摘要: 接口返回: r = requests.post(url=self.url, data=params,headers=self.head)print(r.text)assert 'OK' in r.text'''根据左右边界提取,(.*?)是正则表达式,如同jmeter一样,a在b里面找'''impo 阅读全文
posted @ 2020-10-19 12:46 偶然路过的靓仔-胡阳 阅读(738) 评论(0) 推荐(0)