分类 其他 下的文章

ADB 无线连接手机# 通过 USB 开启无线调试 adb tcpip 5555 # 无线连接设备 adb connect 192.168.10.88:5555 # 断开连接 adb disconnect 192.168.10.88:5556 # 切回 USB 模式 adb usb坐标参考:X: 1522, Y: 429

阅读全文

Clash for Windows 进程信息相关文件路径控制台主机C:\Windows\System32\conhost.exeClash for Windows 主程序G:\ProgramFiles\ClashforWindows\Clash for Windows\Clash for Windows.exeClash 核心程序G:\ProgramFiles\ClashforWindows...

阅读全文

工具与资源记录1. GitHub 项目项目地址说明BiliToolshttps://github.com/btjawa/BiliToolsB站相关工具res-downloaderhttps://github.com/putyy/res-downloader资源下载器BiliNotehttps://github.com/JefferyHcool/BiliNoteB站笔记工具2. 进程与文件进程...

阅读全文

Python 环境配置与 PyTorch 安装记录1. PyTorch 本地安装安装指定版本(cp312)pip install F:\Anaconda-old\torch121\torch-2.7.0+cu126-cp312-cp312-win_amd64.whl手动下载安装(cp310,大小约 2.7 GB)下载地址:https://download.pytorch.org/whl/cu...

阅读全文