摘要: 查看运行包名:adb shell dumpsys activity top | find "ACTIVITY" // 微信 包名 com.tencent.mm //启动类名:.ui.LauncherUI //QQ 包名 com.tencent.mobileqq //启动类名:.activity.Ho 阅读全文
posted @ 2022-04-16 16:51 彭夸夸 阅读(4167) 评论(0) 推荐(0)
摘要: 安卓机和电脑都在同一局域网内CMD窗口输入adb connect 安卓机ip地址如果提示:unable to connect to 安卓机ip地址:5555解决方法:3.1.使用usb线接连安卓机,启动端口监听,端口监听命令:adb tcpip 5555如果提示:说明手机上有需要我们手动确认的对话框 阅读全文
posted @ 2022-04-13 16:51 彭夸夸 阅读(1339) 评论(0) 推荐(0)
摘要: 1、识别简易验证码接口 搜狗的ocr图片识别 multiple_files={"pic":("pic.jpg", open(r"C:\Users\admin\Desktop\pic.jpg" , 'rb'), 'image/jpg')}resp = requests.post(r'http://oc 阅读全文
posted @ 2021-10-15 13:40 彭夸夸 阅读(76) 评论(0) 推荐(0)