12 2019 档案
关于jmeter
摘要:命令行启动 命令行运行: 常用函数 同一请求设置多个不重复参数 随机数 随机取变量 递增计数 不重复字符串 将字符串转为大写或小写: 随机字符串: 取字符串中的子串 从文件中按行取字符串 分割字符串 属性 文件位置:jmeter.properties和user.properties 通过BeanSh 阅读全文
posted @ 2019-12-31 14:03 liehen2046 阅读(133) 评论(0) 推荐(0)
Anaconda
摘要:Anaconda下载 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ miniconda(python+conda) https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/ 安装C 阅读全文
posted @ 2019-12-30 16:11 liehen2046 阅读(121) 评论(0) 推荐(0)
IDEA中使用IdeaVim
摘要:安装IdeaVimExtension 运行.打开用户目录,创建_ideavimrc文件,并写入: 阅读全文
posted @ 2019-12-30 14:21 liehen2046 阅读(527) 评论(0) 推荐(0)
安装语言包-英文(美国)
摘要:查看系统版本 运行-winver 常见的Win10版本号如1803,1809,1709等几个 下载语言包(1803) https://pan.baidu.com/s/1mP EXAFYxHbexoLmlolYAw h6kf 安装 运行-lpksetup Refer to http://www.yua 阅读全文
posted @ 2019-12-30 12:43 liehen2046 阅读(700) 评论(0) 推荐(0)
selenium page objects
摘要:下载地址 https://test.pypi.org/simple/selenium page objects/ 阅读全文
posted @ 2019-12-30 11:01 liehen2046 阅读(125) 评论(0) 推荐(0)
logging模块
摘要:例示 简介 Python的logging模块提供了通用的日志系统,可以方便第三方模块或者是应用使用。这个模块提供不同的日志级别,并可以采用不同的方式记录日志,比如文件,HTTP GET/POST,SMTP,Socket等,甚至可以自己实现具体的日志记录方式。 logging模块与log4j的机制是一 阅读全文
posted @ 2019-12-14 16:41 liehen2046 阅读(167) 评论(0) 推荐(0)
新的框架
摘要:关于mvn命令引用springboot配置 在pom.xml中配置一个profile 然后就有了一个activatedProperties值为test,在application.yml中配置: 最后通过mvn clean package P test引用这个id为test的profile就行了。 关 阅读全文
posted @ 2019-12-02 22:07 liehen2046 阅读(160) 评论(0) 推荐(0)
cucumber+testng
摘要:执行顺序 beforeSuite in RunnerForInt beforeSuite in RunnerForString beforeTest in RunnerForInt beforeTest in RunnerForString //1 beforeClass in RunnerForI 阅读全文
posted @ 2019-12-02 11:18 liehen2046 阅读(453) 评论(0) 推荐(0)