Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个基于 Linux 的专有服务器,它没有 cron 和 at 实用程序。也不允许我安装相同的可以在没有这两个实用程序的情况下帮助我安排特定任务吗
golang 被编译为静态二进制文件,您可以轻松地使用以下库https://godoc.org/github.com/robfig/cron 创建将给定文本文件作为 cron 数据运行的代码。