在使用pycharm码代码时编译总是出错,后来验证发现浏览器启动后出现问题。白白耗了我2个小时。我把我的解决方案写出来,希望对大家有帮助。 1.现象:起初安装的时候总是能正常运行,有一天突然发现Webdriver打开fFirefox浏览器后,页面总是显示空白,但是手动打开浏览器时能正常使用。ox 2 ...
分类:
Web程序 时间:
2020-02-28 18:34:47
阅读次数:
222
GNU Octave 官方文档GNU Octave Documentation(Online)GNU Octave Documentation(PDF)安装额外的包Installing and Removing PackagesOctave Forge% 卸载包pkg uninstall io st... ...
分类:
其他好文 时间:
2020-02-28 10:25:10
阅读次数:
332
因为plt默认画图工具为agg,而在ubuntu18中我们需要换为tk才行. $ sudo apt-get install tcl-dev tk-dev python-tk python3-tk $ workon plotting $ pip uninstall matplotlib $ git c ...
分类:
系统相关 时间:
2020-02-27 20:37:39
阅读次数:
131
报错如下: [*] Bundler failed to load and returned this error: 'cannot load such file -- bundler/setup'[*] You may need to uninstall or upgrade bundler 解决如 ...
分类:
其他好文 时间:
2020-02-23 13:09:47
阅读次数:
123
问题:selenium已经放弃PhantomJS,建议使用火狐或者谷歌无界面浏览器。 解决方案1: selenium版本降级 通过pip install selenium默认安装版本。 (通过pip show selenium显示版本)将其卸载pip uninstall selenium,重新安装并 ...
分类:
Web程序 时间:
2020-02-22 14:19:20
阅读次数:
174
解决办法参考https://segmentfault.com/a/1190000010984731?utm_source=tag newest npm uninstall node sass npm i node sass sass_binary_site=https://npm.taobao.or ...
分类:
编程语言 时间:
2020-02-19 20:51:03
阅读次数:
189
How do I uninstall? 1. Remove/Applications/Wireshark.app 2. Remove/Library/Application Support/Wireshark 3. Remove the wrapper scripts from/usr/local/ ...
分类:
其他好文 时间:
2020-02-19 20:50:10
阅读次数:
335
在以下位置按照软件名和主程序路径找一下即可 HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVers ...
分类:
其他好文 时间:
2020-02-16 01:24:51
阅读次数:
57
一、安装vue-cli脚手架 Vue CLI 的包名称由 vue-cli改成了 @vue/cli 。 如果你已经全局安装了旧版本的 vue-cli (1.x 或 2.x),你需要先通过 npm uninstall vue-cli -g或 yarn global remove vue-cli 卸载它。 ...
分类:
其他好文 时间:
2020-02-11 19:08:47
阅读次数:
61
(1)安装-pip安装python模块 pip install pygame 使用该命令后可以实现在线安装,pygame及其相关的依赖包都会自动下载到Python的Lib>site-packages目录下,如图所示 (2)卸载-pip卸载python模块 pip uninstall pygame ( ...
分类:
其他好文 时间:
2020-02-11 11:52:36
阅读次数:
86