上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 96 下一页
摘要: pip show selenium--查看当前包的信息 pip install selenium==2.48.0--指定版本号安装 pip uninstall selenium--卸载selenium 阅读全文
posted @ 2020-01-08 23:46 干it的小张 阅读(156) 评论(0) 推荐(0)
摘要: 1、settings: """Django settings for luffy_permission project.Generated by 'django-admin startproject' using Django 1.11.7.For more information on this 阅读全文
posted @ 2020-01-08 14:33 干it的小张 阅读(154) 评论(0) 推荐(0)
摘要: from selenium import webdriverimport timeimport random#导入PIL模块和Image:from PIL import Image#导入expected_conditions预期包判断标题是否正确:from selenium.webdriver.su 阅读全文
posted @ 2020-01-03 09:43 干it的小张 阅读(265) 评论(0) 推荐(0)
摘要: ShowapiRequest.py import requestsfrom urllib import parse#全局请求头files = {}headers = {}body = {}timeouts = {}resHeader = {}class ShowapiRequest: def __i 阅读全文
posted @ 2020-01-01 23:54 干it的小张 阅读(812) 评论(0) 推荐(0)
摘要: from selenium import webdriverimport timeimport random#导入PIL模块和Image:from PIL import Image#导入expected_conditions预期包判断标题是否正确:from selenium.webdriver.su 阅读全文
posted @ 2020-01-01 20:08 干it的小张 阅读(257) 评论(0) 推荐(0)
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 96 下一页