上一页 1 ··· 166 167 168 169 170 171 172 173 174 ··· 181 下一页
摘要: 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 阅读(547) 评论(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 阅读(362) 评论(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 阅读(267) 评论(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 阅读(3600) 评论(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 阅读(59) 评论(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 阅读(977) 评论(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 阅读(555) 评论(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 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 1。搜索adb wifi 2.安装并开启:根据提示 3。电脑:adb connect 192.168.1.134 a安装ADB TOOLS b安装ADB DRIVER c将ADB TOOLS复制到c:\windows\system32,c:\windows\system,C:\Windows\Sys 阅读全文
posted @ 2020-11-17 16:17 myrj 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 1.下载TFTP 3CDaemon:tftp ftp syslog服务器: 2.启动TFTP服务器 3.设置服务器:设置上传下载目录,FTP用户及密码 4.连接交换机: SECURECRT 连接锐捷交换机CONSOLE 协议选择Serial,端口选择COM1、波特率设置为9600、RTS/CTS要把 阅读全文
posted @ 2020-11-17 15:55 myrj 阅读(1817) 评论(0) 推荐(0) 编辑
上一页 1 ··· 166 167 168 169 170 171 172 173 174 ··· 181 下一页