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.
所以我想做的是将来执行一个脚本。例如,我希望用户选择他们想要通过电子邮件发送的日期。在那一天,我的程序将向用户发送电子邮件。
如何将程序应该在数据库中执行的未来时间存储并有效地检索它?我只是在这里寻找理论。
如果您好奇,我将使用 MySQL,脚本将使用 Python。
在数据库中放置一个日期。运行定期cron作业——如果数据库中的日期 < 现在,则触发提醒或其他任何内容。