上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 187 下一页
摘要: import time, threading, copy import win32api, win32con import win32gui import win32gui def zhaojb(aa): mu=0 jh=[] hwnd_title = dict() def get_all_hwnd 阅读全文
posted @ 2020-12-02 13:52 myrj 阅读(1246) 评论(1) 推荐(0)
摘要: 点击“USB线”一栏中的“刷新设备列表”按钮,随后设备序列号会显示出来; ·点击“获取设备IP”,随后在“无线”一栏中会显示设备的IP地址; ·点击“启动adbd”,这时候可以拔下USB线了; ·点击“无线”一栏中的“无线连接”; ·再次点击“USB线”一栏中的“刷新设备列表”按钮,在“设备序列号” 阅读全文
posted @ 2020-12-01 05:46 myrj 阅读(4792) 评论(0) 推荐(0)
摘要: from PyQt5 import QtCore,QtWidgets import win32gui, win32api, win32con # 调用win32api的模拟点击功能实现ctrl+v粘贴快捷键 def ctrlV(): win32api.keybd_event(17,0,0,0) #c 阅读全文
posted @ 2020-11-23 16:40 myrj 阅读(604) 评论(0) 推荐(0)
摘要: //记录每个题的答案序号var daAn=new Array("2" ,"0","1","2","3","1","3","0","2","3","1","3","0","3","1","1","1","1","0",&q 阅读全文
posted @ 2020-11-23 10:10 myrj 阅读(378) 评论(0) 推荐(0)
摘要: #import pymssql from datetime import datetime import pyodbc import os current_dir = os.path.abspath(os.path.dirname(__file__))+"\\" cnxn = pyodbc.conn 阅读全文
posted @ 2020-11-23 08:57 myrj 阅读(315) 评论(0) 推荐(0)
摘要: ModuleNotFoundError: No module named 'cv2' 解决方法: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python pip install -i https://pypi.tun 阅读全文
posted @ 2020-11-19 21:20 myrj 阅读(3716) 评论(0) 推荐(0)
摘要: 线程分别调用两个函数,函数名后不能带括号 sp1=Thread(target=denglu)sp2=Thread(target=sjkz)sp2.start()sp1.start()sp2.join()sp1.join() 如果带了括号,只能运行SP1.不能运行SP2 阅读全文
posted @ 2020-11-19 20:33 myrj 阅读(67) 评论(0) 推荐(0)
摘要: 找到\frameworks\base\services\usb\java\com\android\server\usb\UsbDeviceManager.java下的 Settings.Global.putInt(mContentResolver, Settings.Global.ADB_ENABL 阅读全文
posted @ 2020-11-19 10:51 myrj 阅读(1053) 评论(0) 推荐(0)
摘要: 连接电脑与手机,手机打开USB调试,接着在电脑上打开CMD输入:adb shell getevent 操作手机,CMD窗口中显示对应的位置信息查看ADB版本号: D:\adb>adb versionAndroid Debug Bridge version 1.0.41Version 29.0.5-5 阅读全文
posted @ 2020-11-19 10:40 myrj 阅读(650) 评论(0) 推荐(0)
摘要: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:http://p 阅读全文
posted @ 2020-11-18 14:52 myrj 阅读(675) 评论(0) 推荐(0)
上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 187 下一页