摘要:
1、登录服务器后,提示: Last failed login: time from ip on ssh:nottyThere were 90 failed login attempts since the last successful login. 表示要么是被(无差别地)扫到了,要么是有人在盯着 阅读全文
摘要:
第一个坑:’geckodriver’ executable needs to be in PATH 这个是因为最新的selenium3.0启动firefox需要geckodriver.exe这个驱动文件; 下载之后,配置到环境变量path下(可以直接放python根目录)。 第二坑:Expected 阅读全文