Skip to content

mac 安装

M4: A3241

显示隐藏文件:Command (⌘) + Shift + .

计算文件 hash

shasum -a 256 文件路径

输入

+ , =

+ . =

保持 多桌面 顺序

端口占用

sh
lsof -ti:3000 | xargs kill -9 2>/dev/null || echo "端口 3000 已释放或未被占用"