上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页
摘要: 该方是基于uiautomator2如下版本进行验证的: PS C:\windows\system32> pip show uiautomator2 Name: uiautomator2 Version: 1.2.2 Summary: Python Wrapper for Android UiAuto 阅读全文
posted @ 2019-09-09 14:50 iSZ 阅读(2252) 评论(0) 推荐(0) 编辑
摘要: 1、打开命令窗口,切换到 asm.jar 所在目录,执行 java -jar asm.jar,正常情况下打开后连接上设备会显示出画面 2、但是在android8.0以上系统该asm.jar包就无法正常使用,执行后提示:"E/Screenshot: Unsupported protocol: 2" 解 阅读全文
posted @ 2019-08-15 16:46 iSZ 阅读(5526) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install python-pip 先安装 pip模块 sudo pip install openpyxl 通过pip安装python模块 阅读全文
posted @ 2019-07-01 16:26 iSZ 阅读(3033) 评论(0) 推荐(0) 编辑
摘要: 如果往工程里面增加了uac.manifest 文件后,QT creator不通过管理员启动的话,若要debug程序的话,就会提示 “The process could not be started!” uac.manifest文件内容: 解决此问题的办法就是通过管理员方式启动 QT creator即 阅读全文
posted @ 2019-06-28 18:58 iSZ 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 最近使用QT写一个小窗口的程序,窗口通过QT designer制作之后,运行时可以最大化操作,且最大化之后界面上控件也不会随窗口变化而变化,但由于人都比较懒,直接在QT designer设置窗口属性时直接将宽和高固定住,哈哈这样你想最大化都难 阅读全文
posted @ 2019-05-25 21:40 iSZ 阅读(2512) 评论(0) 推荐(0) 编辑
摘要: 在所有代码和槽函数全部写好之后,进行编译时竟然报 No such slot xxxx,奇怪 Starting E:\01_project\03_C++\key\debug\key.exe... Object::connect: No such slot MainWindow::GenerateKey 阅读全文
posted @ 2019-05-25 21:34 iSZ 阅读(3917) 评论(0) 推荐(1) 编辑
摘要: 因需要将linx下获取某个网中的MAC地址,可以使用如下命令获取: ifconfig|grep eth0|awk '{print $5}' ifconfig: 输出linux下所有网口的信息(包括IP地址,掩码,MAC地址等) grep eth0: linux下的一种过滤条件,这个是将eth0所在行 阅读全文
posted @ 2019-05-22 14:55 iSZ 阅读(1735) 评论(0) 推荐(0) 编辑
摘要: GetPrivateProfileInt =>从ini文件取得数值 <参数> lpApplicationName String,指定在其中查找条目的小节。注意这个字串是不区分大小写的 lpKeyName String,欲获取的设置项或条目。这个支持不区分大小写 nDefault Long,指定条目未 阅读全文
posted @ 2019-05-20 14:34 iSZ 阅读(5121) 评论(0) 推荐(1) 编辑
摘要: https://pypi.org/ https://pypi.doubanio.com/simple/ 阅读全文
posted @ 2019-05-03 09:16 iSZ 阅读(229) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ https://github.com/doumeki/ThrExcel https://github.com/xinxi1990/MyMonkey https://github.com/cxinping/PyQt5 https://github.com/ope 阅读全文
posted @ 2019-05-03 09:14 iSZ 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页