摘要:
动作链(了解) 模拟按住鼠标拖动的效果,或者是在某个标签上的某个位置点击的效果,主要用来做验证码的破解(滑动验证码) from selenium import webdriver from selenium.webdriver import ActionChains import time from 阅读全文
摘要:
celery介绍架构和安装 # celery:芹菜,分布式异步任务框架 # 注意:Celery is a project with minimal funding, so we don’t support Microsoft Windows. Please don’t open any issues 阅读全文