摘要: 一、用户登录返回结果 {{"code":200, "token":"dbfab2d6c79e4981a86775f"}} 二、查询信息接口header需要用到token作为参数 阅读全文
posted @ 2019-12-02 14:36 jiguanghover 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 在win10家庭版本中安装Docker1、下载Docker Docker可以支持在mac、windows、linux上安装。但是在windows系统中Docker目前仅有win10专业版和企业版的安装包,win7/win8/win10家庭版需要通过docker toolbox来安装。 下载地址:ht 阅读全文
posted @ 2019-10-17 10:06 jiguanghover 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 此随笔记录在使用python过程中遇到的所有问题 1. linecache处理中文 阅读全文
posted @ 2019-09-20 14:28 jiguanghover 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1. 禁止job出现403问题 解决方法: 在系统管理 –> Configure Global Security中调整设置:取消“启用安全(Enable security)”的勾选; 取消“防止跨站点请求伪造(Prevent Cross Site Request Forgery exploits)” 阅读全文
posted @ 2019-09-10 10:38 jiguanghover 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 第一阶段:功能测试 这个是软件测试最基础的阶段,是进入软测行业的必经阶段,主要是理论的学习。包括: 计算机基础,软件生命周期、开发模型、测试模型。 软件测试概念,软件测试方法及分类、热门领域测试技巧。 需求分析、测试计划、测试用例设计与编写、缺陷管理及缺陷报告、测试报告,测试用例编写、缺陷编写集中演 阅读全文
posted @ 2019-09-03 15:18 jiguanghover 阅读(1283) 评论(0) 推荐(0) 编辑
摘要: 一、pip install pyspider 安装出现错误: Command "python setup.py egg_info" failed with error code 10 in C:\Users\xxx\AppData\Local\Temp\pip-install-tc5uvu7l\py 阅读全文
posted @ 2019-08-16 16:00 jiguanghover 阅读(1974) 评论(0) 推荐(1) 编辑
摘要: atxserver2的使用 1.首先clone atxserver2代码,此时使用pip3 install requirements后执行python main.py 会提示“ [WinError 10061] 由于目标计算机积极拒绝,无法连接” 2. 解决rethinkdb的连接问题,下载wind 阅读全文
posted @ 2019-05-27 11:48 jiguanghover 阅读(788) 评论(0) 推荐(0) 编辑
摘要: 1. 添加BeanShell PostProcessor 输入prev.setDataEncoding("utf-8"); 目的是修改响应数据编码格式为utf-8,保存 阅读全文
posted @ 2019-05-23 16:49 jiguanghover 阅读(101) 评论(0) 推荐(0) 编辑
摘要: github地址: https://github.com/jamesdbloom/mockserver 1. org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2 安装https://mvnrepository.com/ar 阅读全文
posted @ 2019-05-21 16:09 jiguanghover 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 1. 对webview页面元素的处理self.driver.switch_to.context("WEBVIEW_com.aaa.bbb")source = self.driver.page_sourceprint("订单支付页面>>",source)print("context>>",self.d 阅读全文
posted @ 2019-04-19 14:06 jiguanghover 阅读(129) 评论(0) 推荐(0) 编辑