会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sophia201552
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
9
下一页
2021年7月1日
docker 安装
摘要: 一、安装步骤1.Docker 要求 CentOS 系统的内核版本高于 3.10 ,查看本页面的前提条件来验证你的CentOS 版本是否支持 Docker ,通过 uname -r 命令查看你当前的内核版本: $ uname -r2.使用 root 权限登录 Centos。确保 yum 包更新到最新。
阅读全文
posted @ 2021-07-01 11:02 爱洗澡的猫妹
阅读(127)
评论(0)
推荐(0)
2021年6月2日
tesseract 识别图片
摘要: response = requests.get(url=pic_url,headers=Setting.DEFAULT_REQUEST_HEADERS)img = Image.open(BytesIO(response.content))text = pytesseract.image_to_str
阅读全文
posted @ 2021-06-02 10:40 爱洗澡的猫妹
阅读(60)
评论(0)
推荐(0)
2021年4月16日
adb 命令汇总
摘要: https://adbshell.com/
阅读全文
posted @ 2021-04-16 17:35 爱洗澡的猫妹
阅读(37)
评论(0)
推荐(0)
2021年3月12日
安卓刷机-知识点
摘要: https://blog.csdn.net/LawssssCat/article/details/107747729
阅读全文
posted @ 2021-03-12 10:31 爱洗澡的猫妹
阅读(49)
评论(0)
推荐(0)
安卓刷机步骤1解锁
摘要: 【教程】小米手机解BootLoader锁教程 小米手机如何解锁呢?由于部分小米手机,在出厂时对BootLoader进行了加密操作,因此无法直接Root或者是刷机。针对此类情况,我们需要先解锁小米手机,然后在执行其他,比如刷机、Root权限获得等操作。 首先我们要知道小米手机解锁有什么作用呢? 为了保
阅读全文
posted @ 2021-03-12 10:29 爱洗澡的猫妹
阅读(752)
评论(0)
推荐(0)
2021年3月10日
adb 获取device id
摘要: adb shell settings get secure android_id
阅读全文
posted @ 2021-03-10 13:52 爱洗澡的猫妹
阅读(1234)
评论(0)
推荐(0)
2021年3月9日
adb 卸载
摘要: 1.adb shell 2. pm uninstall -k --user 0 com.qihoo.appstore
阅读全文
posted @ 2021-03-09 14:08 爱洗澡的猫妹
阅读(250)
评论(0)
推荐(0)
adb 滑动
摘要: adb shell input swipe x1 y1 x2 y2 adb shell input touchscreen swipe x1 y1 x2 y2 100
阅读全文
posted @ 2021-03-09 13:59 爱洗澡的猫妹
阅读(104)
评论(0)
推荐(0)
adb 获取手机imei
摘要: C:\Program Files\Google\Chrome\Application>adb -s 94a630e6 shell service calliphonesubinfo 1
阅读全文
posted @ 2021-03-09 10:49 爱洗澡的猫妹
阅读(1393)
评论(0)
推荐(0)
2021年3月3日
adb调用剪贴板
摘要: 1.安装apk https://github.com/majido/clipper 2. 调用服务 os.popen('adb -s a0d1c6bb shell am startservice ca.zgrs.clipper/.ClipboardService') 3.设置文本 os.popen(
阅读全文
posted @ 2021-03-03 17:22 爱洗澡的猫妹
阅读(1194)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
9
下一页
公告