当时安装系统的时候就直接插入了一块硬盘,安装在了第一块机械硬盘上面,虽然读写也没有遇到什么瓶颈,但是记录以做备份,可以用于将系统迁移到 SSD 上。
下面的方法未经验证,慎用。应用可以迁移,但是一些配置可能无法成功备份到另一块硬盘中。
Create a small new Volume using some of the unused space in Storage Pool 1
Back up my System Setting (ControlPanel>Backup/Restore>Back up System Sett
Read more ...
在 设置中进行如下操作开启 jQuery 支持:
First press CTRL + ALT + S and go to settings.
Then click from the menu Languages & Frameworks
Select Javascript from the section below and select Libraries
In the open menu on the right, click on the Download button and select JQuery from t
Read more ...
前提条件
Android 手机
root 权限
Root Explorer
打开目录
/data/media/0/netease/cloudmusic/
看到 AD 目录,去除写入权限即可。
Root Explorer 如果打开的是 /sdcard 下面的目录可能无法设置权限。
Read more ...
用 New API 打造个人 AI 网关:统一管理所有大语言模型接口
这段时间我同时用着好几个大语言模型服务:日常写作和代码靠 [[Claude]],轻量任务交给 [[Codex]],搜索增强用 [[Antigravity]],还有几个本地跑着 [[Ollama]] 的小模型供离线场景使用。每个平台各自的 API Key 散落在项目环境变量里,月底要去好几个后台分别对账,想横向对比两个模型的输出还得打开不同的网页或客户端来回切换,很费事。