pip install安装SSL错误,Could not fetch URL https://pypi.python.org/simple/python-docx/: There was a problem confirming the ssl certificate:
摘要:pip安装报SSL错误 pip3 install python-docx 解决方法 pip3 install python-docx -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
阅读全文
posted @
2021-12-14 09:47
studyAppStore
阅读(158)
推荐(0)
【jmeter】断言,当响应结果是json格式时,用JSON Assertion更方便判断。
摘要:转自:https://www.cnblogs.com/dinghanhua/p/9823627.html 1 在请求上右键添加json断言 2 编辑json Assertion A.Additionally assert value:添加验证的值,只有勾选了此复选框,才可以在Expected Val
阅读全文
posted @
2021-12-01 22:56
studyAppStore
阅读(187)
推荐(0)