05 2024 档案
摘要:上篇我们已经使用python识别了验证码,接下来用RPA接收python识别验证码结果进行登录 1、RPA首先安装python包 ddddocr 2、RPA新建一个python模块 编写代码 import xbot from xbot import print, sleep from .import
阅读全文
摘要:纯数字 数字+字母 python代码: import ddddocr def main(imgpath): # imgpath='E:\yam_0.png' ocr = ddddocr.DdddOcr() with open(imgpath,'rb') as f: image_bytes = f.r
阅读全文
摘要:Jmeter一键导入抓包数据生成HTTP请求。路径:工具->Import from cURL 在弹框里粘贴cURL,点击“Create Test Plan”会自动生成HTTP请求 生成的HTTP请求里面自动填好了请求路径、请求方法、请求参数、请求头等数据。省去了人工填写,方便快捷 直接运行该HTTP
阅读全文