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.
在特定时间后如何触发事件或函数?
例如,有人在网上订购了一些东西,它的付款到期日是 2 月 13 日上午 7:45。如果客户在此日期之前没有支付任何费用,他的订单将被自动取消。
我不知道如何开始编码这种情况。
通常,将使用 cron 作业来管理这样的任务;虽然 MySQL 确实有自己的定时事件调度器