注意:本文仅针对于 MacOS 系统。 错误信息如下: Can't use Subversion command line client: svnThe path to the Subversion executable is probably wrong. Fix it. 好家伙,今天发现 IDE ...
分类:
系统相关 时间:
2020-07-23 16:16:11
阅读次数:
178
# 此为获取东航登录时的token(经分析js得出此token存储于localstorage中) browser = webdriver.Chrome(executable_path='xxxx')browser.get('https://passport.ceair.com/?redirectUr ...
分类:
编程语言 时间:
2020-07-18 22:36:19
阅读次数:
166
java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries. 出现这个问题的原因是我们在windows上模拟开发环境,但并没有真正的搭建hadoop和spark 解决办法: ...
Jmeter和Java安装完成后(Jmeter印象中没有安装过程,解压就行),启动Jmeter启动报错-Not able to find Java executable or version. Please check your Java installation,以下解决方法: 我的电脑-属性-高 ...
分类:
编程语言 时间:
2020-07-08 12:59:33
阅读次数:
72
Visual Studio -VS2015 Total UnInstaller July 4, 2020 12:07 AM Release version zip Description This executable is designed to cleanup/scorch all Previe ...
分类:
其他好文 时间:
2020-07-04 01:15:35
阅读次数:
81
Linux git管理项目遇到的问题 ImportError: Failed to initialize: Bad git executable. The git executable must be specified in one of the following ways: - be incl ...
分类:
系统相关 时间:
2020-06-24 15:41:37
阅读次数:
129
from selenium import webdriver from lxml import etree import time bro = webdriver.Chrome(executable_path='./chromedriver') bro.get('http://125.35.6.84 ...
分类:
编程语言 时间:
2020-06-21 11:37:30
阅读次数:
330
查看Chrome版本号: chrome://settings/help 下载相应版本chromedriver http://npm.taobao.org/mirrors/chromedriver/ 解压后放入C:\Python27目录下(我之前已经将其设置为环境变量) ...
分类:
其他好文 时间:
2020-06-20 11:34:43
阅读次数:
64
在执行 yarn start时遇到问题, 最后一行提示 Run `npm rebuild node-sass` to download the binding for your current environment. 于是按提示操作 输入命令 npm rebuild node-sass 的时候有时 ...
分类:
编程语言 时间:
2020-06-20 11:06:29
阅读次数:
118
pip list显示selenium版本 selenium 3.141.0 下载相应版本IEDriverServer http://npm.taobao.org/mirrors/selenium/ 解压后放入C:\Python27目录下(我之前已经将其设置为环境变量) 我这里选择的是:http:// ...
分类:
其他好文 时间:
2020-06-20 11:03:27
阅读次数:
50