会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天心雪
博客园
首页
新随笔
联系
订阅
管理
2022年9月30日
adb笔记
摘要: 1、查找文件 adb shell busybox find . -name <文件名> 模糊查询: adb shell busybox find . -name <*关键字*> 2、安装应用 adb install <apk> 3、卸载应用 adb uninstall <apk包名> 4、查看第三方
阅读全文
posted @ 2022-09-30 15:47 天心雪
阅读(80)
评论(0)
推荐(0)
2019年12月30日
selenium笔记
摘要: 一、启动浏览器 1.设置驱动: System.setProperty("webdriver.gecko.driver", ".\\tools\\geckodriver.exe"); System.setProperty("webdriver.chrome.driver", ".\\tools\\ch
阅读全文
posted @ 2019-12-30 15:00 天心雪
阅读(118)
评论(0)
推荐(0)
公告