int(1) 分类 默认 下的文章 - 请叫我仓鼠阁下
博主头像
请叫我仓鼠阁下

Never forget why you started!

分类 默认 下的文章

UV

An extremely fast Python package and project manager, written in Rust.Resources Docs UV Github Installcurl -LsSf https://astral.sh/uv/install.sh | sh Updateuv self update 国内加速export UV_DEFAULT_IN

Supervisor

"Supervisor" 是一个进程管理工具,用于监控和管理 Unix 系统上的进程,它允许你启动、停止和重启程序,并在程序崩溃时自动重启,非常适合管理长期运行的进程,如 Web 服务、后台任务等。