上一页 1 ··· 164 165 166 167 168 169 170 171 172 ··· 181 下一页
摘要: //图像数据表:tx//字段id (nvarchar(50) ,image(image)//tgav为图片ID,实质为上传前的主名 (省略了.jpg)private void kkkkk(byte[] imgBytesIn,string tgav) { try { SqlConnection con 阅读全文
posted @ 2020-12-13 20:41 myrj 阅读(92) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ 手机屏幕截图的代码: screenshot.py """ import subprocess,random import os import sys from PIL import Image import os import time imp 阅读全文
posted @ 2020-12-12 15:18 myrj 阅读(146) 评论(0) 推荐(0) 编辑
摘要: VMware workstation虚拟机配置文件不兼容无法使用解决方法打开VMware workstation虚拟机提示:配置文件“…….vmx”是由Vmware产品创建,但该产品与此版本VMware workstation不兼容,因此无法使用,无法打开配置文件…….vmx。最后导致虚拟机无法正常 阅读全文
posted @ 2020-12-12 15:14 myrj 阅读(5656) 评论(0) 推荐(0) 编辑
摘要: 选择 工具->import or export settings(工具->导入导出设置),选择最下面一项即可 阅读全文
posted @ 2020-12-12 10:02 myrj 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 1.打开指定文件夹 2。右击a1.py,用IDLE打开(idle1) 3。右击a2.py,用IDLE打开(idle2) 4。则分别按F5运行,则两个互不影响。 5.再用IDLE1打开新程序,用IDLE2打开新程序,则仍然不会相互影响 阅读全文
posted @ 2020-12-11 07:37 myrj 阅读(1180) 评论(0) 推荐(0) 编辑
摘要: aa="adb -s {0} shell am start -n com.kuaishou.nebula/com.yxcorp.gifshow.HomeActivity".format(sjh) process = subprocess.Popen(aa,shell=True) 阅读全文
posted @ 2020-12-09 11:21 myrj 阅读(748) 评论(0) 推荐(0) 编辑
摘要: import re lb=[] with open("daaa.txt",encoding="utf8") as f: data = f.readlines() for i in data: aa=re.findall("cmp=(.*?)\(",i) if len(aa)>0 and 'kuais 阅读全文
posted @ 2020-12-09 11:15 myrj 阅读(191) 评论(0) 推荐(0) 编辑
摘要: aa = iv.ToString("D2"); 阅读全文
posted @ 2020-12-09 10:00 myrj 阅读(275) 评论(0) 推荐(0) 编辑
摘要: import subprocess,time sjh="192.168.1.102:5555" aa1="adb -s {0} shell pm clear com.kuaishou.nebula".format(sjh) process = subprocess.Popen(aa1,shell=T 阅读全文
posted @ 2020-12-08 13:59 myrj 阅读(969) 评论(0) 推荐(0) 编辑
摘要: 利用ADB 电脑与手机相连 查看序列号: adb shell getprop ro.serialno 查看机器的SN号 adb shell getprop 查看机器的全部信息参数 查看IP地址: adb shell ifconfig|findstr Bcast 结果:inet addr:192.16 阅读全文
posted @ 2020-12-06 21:16 myrj 阅读(405) 评论(0) 推荐(0) 编辑
上一页 1 ··· 164 165 166 167 168 169 170 171 172 ··· 181 下一页