06 2022 档案
摘要:1、通信数据打印: tcpdump -i lo port 9008 -X -n -w /sdcard/XXXX/dump.txt 2、logcat指令 https://developer.android.com/studio/command-line/logcat?hl=zh-cn
阅读全文
摘要:# 安装 指定版本:npm install -g appium@1.22.2 npm install -g appium # 卸载 npm uninstall -g jshint https://blog.csdn.net/xuaner8786/article/details/81630445
阅读全文
摘要:down load: https://www.androiddevtools.cn/#sdk-tools sdk版本: https://www.361shipin.com/blog/1548281747462946816 minSdkVersion 决定应用能安装的最低 API level,同时在调
阅读全文
摘要:https://appium.io/docs/cn/writing-running-appium/touch-actions/ 1、java:https://blog.csdn.net/weixin_43291944/article/details/97003877 2、python:https:/
阅读全文
摘要:**server 配置 https://sonic-cloud.gitee.io/#/Contribute?tag=con-server -- 要求 sdk15 -- 配置application-jdbc.yml 文件的数据库; application-sonic-server-folder.yml
阅读全文
摘要:免安装版 https://www.cnblogs.com/linjiqin/p/11672004.html MySQL5.8下载及安装——免安装版 1、下载MySQL5.8下载地址:https://dev.mysql.com/downloads/mysql/ 图一: 图二: 2、如何安装、配置mys
阅读全文
摘要:教程链接:https://v3.cn.vuejs.org/guide/introduction.html vite: https://cn.vitejs.dev/guide/features.html#jsx ** 使用 Vite 开发和使用一个静态文件服务器并没有太大区别。然而,Vite 还通过原
阅读全文
摘要:1、airtest项目:airtest、poco; 地址: https://github.com/AirtestProject ** pip install -U airtest ** 使用 from airtest.core.api import * # connect an android ph
阅读全文