SakuragiBlog
Blog
Tags
Projects
About
Tech
All Posts
daily (99)
swiftui (33)
swift (19)
mdx (5)
swiftdata (4)
tech (3)
note (2)
clash (2)
network (2)
node (2)
layout (1)
scrollview (1)
leetcode (1)
privacy-policy (1)
product (1)
health (1)
cursor (1)
macos (1)
ssh (1)
github (1)
Published on
June 10, 2025
LLDB的3个常用调试命令
tech
总结 Xcode 里最常用的三个 LLDB 命令:`v`、`p` 和 `po`
Published on
May 26, 2025
macOS中的扩展
tech
介绍 macOS 中从 Kext 到 System Extensions 的演进,以及常见扩展类型
Published on
May 23, 2025
什么是依赖注入
tech
用更直白的方式解释依赖注入、它解决的问题,以及一个 Swift 示例