上一页 1 2 3 4 5 6 ··· 13 下一页

2022年10月18日

adb常用命令

摘要: 常见adb命令大全https://github.com/xbdcc/CCommandhttps://blog.csdn.net/xsophiax/article/details/88125776 阅读全文

posted @ 2022-10-18 15:38 土豆爸 阅读(33) 评论(0) 推荐(0)

2022年9月30日

windows 包管理

摘要: @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET 阅读全文

posted @ 2022-09-30 14:50 土豆爸 阅读(34) 评论(0) 推荐(0)

2022年9月27日

中文正则

摘要: [\u4e00-\u9fa5] 阅读全文

posted @ 2022-09-27 18:16 土豆爸 阅读(9) 评论(0) 推荐(0)

2022年9月26日

cv2安装报错

摘要: pip uninstall opencv-python pip uninstall opencv-contrib-python pip uninstall opencv-contrib-python-headless 然后: pip3 install opencv-contrib-python==4 阅读全文

posted @ 2022-09-26 11:48 土豆爸 阅读(47) 评论(0) 推荐(0)

2022年9月7日

autojs

摘要: function unlock() { if (!device.isScreenOn()) { device.wakeUp(); sleep(500); swipe(500, 2000, 500, 1000, 210); sleep(500) var password = "00000" //这里输 阅读全文

posted @ 2022-09-07 17:29 土豆爸 阅读(135) 评论(0) 推荐(0)

2022年6月9日

vmware 开机设置

摘要: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp win10启动目录 添加环境变量 vmrun vmrun start ***.vmx nogui 阅读全文

posted @ 2022-06-09 18:42 土豆爸 阅读(75) 评论(0) 推荐(0)

2022年3月21日

openwrt 旁路由设置

摘要: https://zhuanlan.zhihu.com/p/332868276 阅读全文

posted @ 2022-03-21 21:58 土豆爸 阅读(100) 评论(0) 推荐(0)

2022年3月17日

appium环境变量设置

摘要: https://www.byhy.net/tut/auto/appium/01/ 还有一个 ANDROID_HOME PATH环境变量 adb shell dumpsys activity recents | find "intent={" 查询当前应用命令 https://blog.csdn.ne 阅读全文

posted @ 2022-03-17 06:23 土豆爸 阅读(174) 评论(0) 推荐(0)

2022年3月15日

一句话PYTHON FTP

摘要: python -m pyftpdlib -i 10.39.1.4 -w -d /zhangsan -u zhangsan -P yaun 默认-i 需要 -w 里面的编码最好改一下 把utf8 改成gbk 不然windows不认 在 filesystems 和 handller里面 阅读全文

posted @ 2022-03-15 22:23 土豆爸 阅读(63) 评论(0) 推荐(0)

2022年3月7日

支付宝转账

摘要: https://www.jb51.net/article/160798.htm 阅读全文

posted @ 2022-03-07 05:39 土豆爸 阅读(25) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 ··· 13 下一页

导航