Welcome
RSS FeedThis is my blog where I write about thoughts, ideas, and experiences.
Social Links:
Recent Posts
-
免费 AI API 对比
Gemini、Groq、OpenRouter、Cerebras、Ollama 等免费 / 免费额度 AI API 怎么选
-
Go 嵌入式数据库对比
Updated:SQLite、bbolt、Badger、Pebble 等 Go 嵌入式 / 进程内数据库怎么选
-
Rust 嵌入式数据库对比
SQLite、redb、fjall、heed、RocksDB 等 Rust 嵌入式 / 进程内数据库怎么选
-
Sandbox 对比
AI Agent / 不可信代码执行用的云端 Sandbox:托管与自建方案对比
-
只拉取指定目录更新
用 git checkout / git restore 从远程分支只更新某个目录
-
只克隆指定 Git 分支
用 --single-branch 和 --depth 只拉某个分支,甚至只要最新一次提交
-
Git 忽略文件的三种方式
.gitignore、.git/info/exclude、全局 ignore 三层忽略规则
-
iframe 跨域锁定帧率
主游戏嵌子游戏时跨域 iframe 会锁帧,点击后解锁;用同源方案解决