# demo01from selenium import webdriver from time import sleep bro = webdriver.Chrome(executable_path='/Users/ls/Desktop/爬虫+新工具/chromedriver') bro.get(... ...
分类:
其他好文 时间:
2019-05-13 22:51:51
阅读次数:
182
systemctl UNIT LOAD ACTIVE SUB DESCRIPTION proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Autom ...
分类:
系统相关 时间:
2019-05-02 21:40:56
阅读次数:
1926
再启动swarm管理节点的时候发生了如下错误说没有可执行文件docker-proxy切换到/usr/libexec/docker/目录下执行命令ln-sdocker-proxy-current/usr/bin/proxy删除刚才没有创建成功的容器dockerrm7a再次执行命令dockerrun-d-p4000:4000swarmmanage-H:4000--replication--advert
分类:
其他好文 时间:
2019-05-01 21:14:38
阅读次数:
185
from selenium import webdriver # chrome驱动放在当前文件夹 myweb = webdriver.Chrome(executable_path="./chromedriver") url = "https://www.baidu.com" # 打开百度 myweb... ...
分类:
其他好文 时间:
2019-04-07 13:00:49
阅读次数:
198
Key directories in the file system: */: Root directory (base of file system) /bin: Executable programs /boot: Linux kernel and boot loader /dev: Speci ...
分类:
系统相关 时间:
2019-04-02 18:31:59
阅读次数:
154
尝试在机器上部署athens,运行时发生如下异常 error adding proxy routes ,exec: "go": executable file not found in $PATH。 一般来说go程序的运行环境是不需要安装go的。在交叉编译的加持下,分发部署更加方便。但是如果go程序 ...
分类:
其他好文 时间:
2019-03-30 21:29:30
阅读次数:
322
虽然可以正常运行,但是会出异常,现给出解决方法。 1.问题: 2. 问题解决: 仔细查看报错是缺少winutils.exe程序。 Hadoop都是运行在Linux系统下的,在windows下eclipse中运行mapreduce程序,要首先安装Windows下运行的支持插件 3. 安装并配置插件(我 ...
https://www.exploit-db.com/exploits/46518 ...
分类:
数据库 时间:
2019-03-14 21:21:26
阅读次数:
295
多方寻找终得果,先感谢原作者,原作者博文 原因是本地项目bundler 和 服务器 bundler 版本不一致导致,项目是在本地建立,故Gemfile.lock最后一行BUNDLED WITH中是1.17.2(本地版本) 经查询,本地 1.17.2 服务器 2.0.1 解决办法: 把项目Gemfil ...
分类:
其他好文 时间:
2019-03-08 15:08:51
阅读次数:
296
19/03/04 18:18:42 ERROR Shell: Failed to locate the winutils binary in the hadoop binary path java.io.IOException: Could not locate executable null\bi ...
分类:
其他好文 时间:
2019-03-04 18:56:01
阅读次数:
112