摘要: ![7738](https://img2024.cnblogs.com/blog/3689078/202509/3689078-20250930101818892-1010188513.jpg) ![7667](https://img2024.cnblogs.com/blog/3689078/202509/3689078-20250930101827185-983818207.jpg) ![774 阅读全文
posted @ 2025-09-30 10:19 十月的太阳 阅读(7) 评论(0) 推荐(0)
摘要: WorkManager https://www.cnblogs.com/octsun/category/2471458.html 阅读全文
posted @ 2025-09-21 16:49 十月的太阳 阅读(4) 评论(0) 推荐(0)
摘要: 参考https://developer.android.google.cn/training/wearables/get-started/debugging?hl=zh-cn Android手表上操作,打开开发者选项,打开ADB调试,打开无线调试,配对新设备。 Android Studio中打开Te 阅读全文
posted @ 2025-09-20 21:56 十月的太阳 阅读(9) 评论(0) 推荐(0)
摘要: GGUF、Safetensors、ONNX三种格式 https://blog.csdn.net/woshihlf/article/details/149123005 transformers框架中将SafeTensors模型转换为ONNX https://zhuanlan.zhihu.com/p/2 阅读全文
posted @ 2025-09-20 21:56 十月的太阳 阅读(5) 评论(0) 推荐(0)
摘要: 截屏 adb shell screencap -p /sdcard/screenshot.png -p参数:保存PNG图片 获取系统APK adb shell pm path <package_name> ==> 查询APK的路径 adb pull <apk_file_path_from_previ 阅读全文
posted @ 2025-09-20 21:55 十月的太阳 阅读(9) 评论(0) 推荐(0)