09 2020 档案

摘要: 阅读全文
posted @ 2020-09-27 11:05 橙子Cjw 阅读(143) 评论(0) 推荐(1) 编辑
摘要:第一部分:dos窗口操作,创建相应数据库、表 1、进入mysql :mysql -uroot -p 2、查看所有数据库:show batabases; 3、创建数据库:create batabase test; 4、选择数据库: use test; 5、创建user表: CREATE TABLE ` 阅读全文
posted @ 2020-09-22 10:15 橙子Cjw 阅读(938) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-09-15 13:54 橙子Cjw 阅读(116) 评论(0) 推荐(0) 编辑
摘要:先简单封装一下,后续也可将定位元素方法封装,直接调用方法, import random import string import time import pickle from lib.ShowapiRequest import ShowapiRequest from PIL import Imag 阅读全文
posted @ 2020-09-06 16:32 橙子Cjw 阅读(135) 评论(0) 推荐(0) 编辑
摘要:1、进入https://www.showapi.com/apiGateway/view?apiCode=184 , 注:需注册,再购买此api,1毛钱玩一个月,看自身需求情况 2、下载sdk,安装requests库, 3、将ShowapiRequest.py文件放至项目中,根据需求复制所需java/ 阅读全文
posted @ 2020-09-06 15:41 橙子Cjw 阅读(382) 评论(0) 推荐(0) 编辑
摘要:# 截取全屏 picture1 = str('yzm1')+'.png' self.driver.save_screenshot(picture1) # 定位验证码 code = self.driver.find_element_by_xpath('xxx') print(code.location 阅读全文
posted @ 2020-09-05 20:54 橙子Cjw 阅读(69) 评论(0) 推荐(0) 编辑
摘要:1、【win64】 pip install pytesseract pip install pli 提示: Could not find a version that satisfies the requirement PIL 故: pip install wheel pip install Pil 阅读全文
posted @ 2020-09-05 19:34 橙子Cjw 阅读(390) 评论(0) 推荐(0) 编辑
摘要:注册页需要勾选隐私,定位勾选框 第一种:使用ActionChains elem = driver.find_element_by_id('agree') actions = ActionChains(driver) actions.move_to_element(elem).click().perf 阅读全文
posted @ 2020-09-05 19:03 橙子Cjw 阅读(210) 评论(0) 推荐(0) 编辑
摘要:D:\TestSoftware\mysql5731>cd bin D:\TestSoftware\mysql5731\bin>mysql -uroot -p Enter password: **** Welcome to the MySQL monitor. Commands end with ; 阅读全文
posted @ 2020-09-02 15:58 橙子Cjw 阅读(402) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示