launchApp('名字'); //通过app名字启动app应用 launch(‘app包名’); //通过包名启动app应用 sleep(random(1000,5000)); //随机等待1到5秒 swipe(x1,y1,x2,y2,time); //滑动屏幕(time表示滑动的时间) cli ...
分类:
Web程序 时间:
2020-09-18 01:11:00
阅读次数:
89
错误: ERROR: [1] bootstrap checks failed [1]: system call filters failed to install; check the logs and fix your configuration or disable system call fi ...
分类:
其他好文 时间:
2020-09-17 21:25:40
阅读次数:
37
最近打算开发一个自己用的客户端小软件,Delphi、Qt、C#这些都好久不用了,重新拾起来也要花点时间,对比一下觉得还不如研究一下新的东西,最终选中了Electron。
分类:
Web程序 时间:
2020-09-17 17:17:34
阅读次数:
111
最近打算开发一个自己用的客户端小软件,Delphi、Qt、C#这些都好久不用了,重新拾起来也要花点时间,对比一下觉得还不如研究一下新的东西,最终选中了Electron。
分类:
Web程序 时间:
2020-09-17 17:17:12
阅读次数:
31
全局变量的设置 在miniprogram > app.js 文件中设置,globalData对象就是存储全局变量的。 App({ globalData: { hasLogin: false, openid: null }, onLaunch: function () { } }) 2.全局变量的使用 ...
分类:
微信 时间:
2020-09-16 12:07:43
阅读次数:
53
面向百度,发现目标:https://www.cnblogs.com/dbj66/p/8817890.html 测试成功: 1、在安装pyaudio时,报错failed error: portaudio.h: 没有那个文件或目录2、pyaudio的运行需要依赖于portaudio这个库,应该先安装一个 ...
分类:
其他好文 时间:
2020-09-15 20:57:03
阅读次数:
66
相信小伙伴们一定遇到过这种错误, 1 八月 26, 2020 11:32:32 上午 org.apache.catalina.core.StandardWrapperValve invoke 2 严重: Servlet.service() for servlet [springmvc] in con ...
分类:
编程语言 时间:
2020-09-04 17:02:33
阅读次数:
52
设计思路:设计用例时,如果用例执行失败,则标记 xfail,所有引用该用例的其他用例,均调用该 xfail 标记 示例: # File : test_demo_16.py # IDE : PyCharm import pytest @pytest.fixture(params=[{'user': ' ...
分类:
其他好文 时间:
2020-09-03 17:08:19
阅读次数:
48
1)[Remote PC] 启动roscore $ roscore 2)[TurBot3] 启动turbot3 $ roslaunch turbot3_bringup minimal.launch 3)[TurBot3] 启动导航 $ roslaunch turbot3_navigation nav ...
分类:
其他好文 时间:
2020-09-03 16:39:23
阅读次数:
34
pycharm 报错信息 selenium.common.exceptions.SessionNotCreatedException: Message: A new session could not be created. (Original error: Command failed: C:\W ...
分类:
移动开发 时间:
2020-08-24 16:38:42
阅读次数:
75