摘要:
相邻元素定位,div是需要定位的元素所在的标签[1]代表前一位 前一位:preceding-sibling::div[1]后一位:following-sibling::div[1]前N位:preceding-sibling::div[N]后N位:following-sibling::div[N] 阅读全文
摘要:
问题:ssh模块上传文卡顿 解决:设置超时 1.找到paramiko文件夹下的client.py文件 2.确定 def exec_command(self, command, bufsize=-1,timeout = None) 3.在chan = self._transport.open_sess 阅读全文
摘要:
豆瓣图书 https://book.douban.com/tag/%E5%B0%8F%E8%AF%B4?start=40&type=T 1.店里列表元素的左上角,全选列表内容 2.点击选中子元素 3.点击选中全部 4.点击采集数据,修改数据预览中的字段 5.设计翻页 6.保存 7.采集 阅读全文
摘要:
问题: python中安装包出现Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))………… 解决办法:pip install 模块 -i http://pypi.douban.com/simpl 阅读全文
摘要:
错误提示: The Fiddler AutoResponder is enabled, but this request did not match any of the listed rules. Because the "Unmatched requests passthrough" optio 阅读全文
摘要:
按照方法2 为什么电脑磁盘占用率长时间显示100%?_百度知道 (baidu.com) 阅读全文
摘要:
添加:chrome_options.add_argument('--disable-software-rasterizer') 阅读全文
摘要:
import datetimeimport reimport timedef time_turn(timenum): if 0 < len((timenum)) < 11 and timenum.isdigit(): timenum = int(timenum) timeArray = time.l 阅读全文
摘要:
from lxml import etreeimport timeimport randomfrom selenium import webdriverdriver = webdriver.Chrome()url = 'https://36kr.com/information/technology/ 阅读全文