摘要: 禁用:https://jingyan.baidu.com/article/624e74594dbc8d34e8ba5aa6.html?qq-pf-to=pcqq.c2c 启用或恢复:https://zhidao.baidu.com/question/1642372566917376660.html? 阅读全文
posted @ 2019-09-25 10:42 大话人生 阅读(653) 评论(0) 推荐(0) 编辑
摘要: 问题:selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally (unknown error: DevToolsActivePort 阅读全文
posted @ 2019-09-23 09:04 大话人生 阅读(829) 评论(0) 推荐(0) 编辑
摘要: 1.<!--StartFragment --> 在D:\Program Files\Python\Lib\site-packages 添加.pth文件,文件名为模块名称(即auto_XXX),文件内容为模块所在目录。(python添加自定义的包也是这个方法)完成文件的添加之后,再次使用python  阅读全文
posted @ 2019-09-21 22:56 大话人生 阅读(1729) 评论(0) 推荐(0) 编辑
摘要: centos7部署tomcat: 参考网址:https://www.cnblogs.com/joe2047/p/9588847.html tomcat上部署Jenkins: 参考网址:https://blog.csdn.net/q13554515812/article/details/8321150 阅读全文
posted @ 2019-09-21 09:58 大话人生 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1.运行git-cmd.exe; 2.d: cd 工程路径 3.执行命令:git remote set-url origin https://github.com/wawj901124/jmeter.git 其中https://github.com/wawj901124/jmeter.git 是gi 阅读全文
posted @ 2019-09-21 08:30 大话人生 阅读(1661) 评论(0) 推荐(0) 编辑
摘要: 1.super(type,obj):obj must be an instance or subtype of type 解决方法: 这行: 阅读全文
posted @ 2019-09-20 13:50 大话人生 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 调试中遇到三个问题: 问题1:Error running 'run_all_test': Cannot run program "C:\Users\Administrator\.virtualenvs\mypython3\bin\python" (in directory "E:\Program F 阅读全文
posted @ 2019-09-18 16:53 大话人生 阅读(1825) 评论(0) 推荐(0) 编辑
摘要: Win系统如何修改远程桌面端口3389: https://jingyan.baidu.com/article/ce43664928d5293773afd39b.html window10远程桌面连接: https://jingyan.baidu.com/article/ad310e8009e72a1 阅读全文
posted @ 2019-09-18 11:02 大话人生 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 1.pip install SendKeys 2. 利用js去掉元素的隐藏属性,然后输入: 一般控制元素显示或隐藏是用display属性来实现的 但是这里不是用的display属性,而是使用的css的visibility属性来实现的, 于是利用js来去掉隐藏属性,开始想只把visibility属性改 阅读全文
posted @ 2019-09-17 16:18 大话人生 阅读(362) 评论(0) 推荐(0) 编辑
摘要: For CentOS 7 run the following as root: 2.python安装: pip install pytesseract pip install PILLOW 3.使用代码: import pytesseract from PIL import Image image 阅读全文
posted @ 2019-09-17 11:36 大话人生 阅读(534) 评论(0) 推荐(0) 编辑