-
airtest 导入air包
from airtest.core.api import using using('de...
2021-06-201379 0 -
adb 上传图片/视频到安卓相册
adb push 11.mp4 /sdcard/DCIM/Camera 上传adb shel...
2021-06-192036 0 -
adb 1.0.39版本下载 可用于win7 airtest不卡
adb.zip...
2021-06-181728 0 -
选品逻辑
销售额 = 流量 * 转化率 * 客单价 * 复购次数 好的产品 一定要满足 >>> 高...
2021-05-181276 0 -
不忘初心 方得始终 我总是忘记自己为什么要出发
我总是陷入技术的漩涡 总是想深入进入 但我好像忘了我只为了赚钱 而不...
2021-05-181269 0 -
selenium 隐藏 webdrive
import time from selenium.webdriver import ...
2021-05-141589 0 -
playwright 隐藏webdrive
from playwright.sync_api import sync_playwright...
2021-05-132378 0 -
python 界面打包命令 pyinstaller pyside2
pyinstaller xxx.py --hidden-import PySide2.QtXml 这样最简洁 &nb...
2021-05-121650 0 -
vscode中使用python相对路径问题?
调试模式:更改launch.json设置在configurations中加入语句"cwd": "$...
2021-05-121407 0 -
用json来保存配置
import json config = {'key1': ...
2021-05-111295 0