上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 186 下一页
摘要: VMware workstation虚拟机配置文件不兼容无法使用解决方法打开VMware workstation虚拟机提示:配置文件“…….vmx”是由Vmware产品创建,但该产品与此版本VMware workstation不兼容,因此无法使用,无法打开配置文件…….vmx。最后导致虚拟机无法正常 阅读全文
posted @ 2020-12-12 15:14 myrj 阅读(7280) 评论(0) 推荐(0)
摘要: 选择 工具->import or export settings(工具->导入导出设置),选择最下面一项即可 阅读全文
posted @ 2020-12-12 10:02 myrj 阅读(367) 评论(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 阅读(1366) 评论(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 阅读(882) 评论(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 阅读(199) 评论(0) 推荐(0)
摘要: aa = iv.ToString("D2"); 阅读全文
posted @ 2020-12-09 10:00 myrj 阅读(283) 评论(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 阅读(994) 评论(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 阅读(477) 评论(0) 推荐(0)
摘要: python使用re.findall时必须提前import re否则不提示错误,只是找不到结果 import re ab=re.findall('cmp=com.(.*?)/',aa) 阅读全文
posted @ 2020-12-06 11:08 myrj 阅读(381) 评论(0) 推荐(0)
摘要: a、启动待测apkb、开启日志输出:adb logcat>D:/log.txt c、关闭日志输出:ctrl+cd、查看日志找寻: Displayed com.mm.android.hsy/.ui.LoginActivity: +3s859ms appPackage = com.mm.android. 阅读全文
posted @ 2020-12-06 09:11 myrj 阅读(115) 评论(0) 推荐(0)
上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 186 下一页