简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Selenium调用PhantomJS的时候报错:Selenium support for PhantomJS has been deprecated
之前的一篇文章使用selenium模拟登录解决滑块验证问题,使用的是Chrome,但它本身不是无头浏览器,这样在Linux环境下就无法正常调用,所以考虑使用PhantomJS进行模拟登录。看了半天,发现依然可以使用Selenium,在创建webdriver的时候只要调用PhantomJS就可以了,像这样:driver = webdriver.PhantomJS(executable_path=&q
centos7安装python3.8.5
一 卸载如果机器上有其他版本的python,可以选择先卸载,例如原本有python3.6,卸载:# 卸载pyhton3rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps# 删除所有残余文件whereis python3 |xargs rm -frv# 确认现有的python(一般还有python2)whereis python二 安装p
使用pymysql报错:pymysql.err.InternalError: Packet sequence number wrong - got 5 expected 1
环境:Python 3.8.5在使用pymysql去数据库查询数据时,出现了如下错误:Exception ignored in: <function MysqlPoolClient.__del__ at 0x000001107810DC10>Traceback (most recent call last):File "E:\test\work\myspider\utils\mysql
到底了