摘要:
查看系统版本 运行-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
阅读(707)
推荐(0)
摘要:
下载地址 https://test.pypi.org/simple/selenium page objects/
阅读全文
posted @ 2019-12-30 11:01
liehen2046
阅读(125)
推荐(0)
摘要:
例示 简介 Python的logging模块提供了通用的日志系统,可以方便第三方模块或者是应用使用。这个模块提供不同的日志级别,并可以采用不同的方式记录日志,比如文件,HTTP GET/POST,SMTP,Socket等,甚至可以自己实现具体的日志记录方式。 logging模块与log4j的机制是一
阅读全文
posted @ 2019-12-14 16:41
liehen2046
阅读(168)
推荐(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)
摘要:
执行顺序 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)
摘要:
设置初始缓存大小 修改bin/catalina.bat文件,新增如下第一行: java8: set "JAVA_OPTS= server Xms1024m Xmx2048m XX:MetaspaceSize=256m XX:MaxMetaspaceSize=1024m XX:CompressedCl
阅读全文
posted @ 2019-11-30 11:44
liehen2046
阅读(114)
推荐(0)
摘要:
启动不了时可更改端口 java jar jenkins.war –httpPort=8090
阅读全文
posted @ 2019-11-29 22:49
liehen2046
阅读(129)
推荐(0)
摘要:
查看IP 通过https://www.ipaddress.com/查找以下IP: github.com github.global.ssl.fastly.net codeload.github.com 绑定至HOST并刷新DNS ipconfig /flushdns
阅读全文
posted @ 2019-11-29 19:17
liehen2046
阅读(157)
推荐(0)
摘要:
导出证书 访问网站,点击锁图标: 查看新页面中的查看证书: 点击详细信息中的复制到文件: 选择加密方式: 导入证书 切换到jre的/lib/security/下 其中: alias 指定别名(推荐和证书同名) keystore 指定存储文件(此处固定) file 指定证书文件全路径(证书文件所在的目
阅读全文
posted @ 2019-11-28 15:28
liehen2046
阅读(181)
推荐(0)
摘要:
配置列表 名称|值 | JAVA_HOME | C:\Program Files\Java\jdk1.8.0_231 Path | ;%JAVA_HOME%\bin; %JAVA_HOME%\jre\bin classpath | .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOM
阅读全文
posted @ 2019-11-28 10:55
liehen2046
阅读(67)
推荐(0)