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.
我有简单的 php 计费应用程序,管理员可以在其中输入他的费用报告(带有截止日期和带复选框的付费选项)
如果付款未完成,如何通过自动邮件记住他(如果他付款了,他可以编辑他的报告)并且使用 php 过期了?
对于自动任务,它非常简单,在基于 linux 的服务器中,我们使用了 Cron Jobs。它是一个简单的任务,在您定义的时间间隔内运行并运行您在 cron 作业中指定的 php 文件。因此,每天创建一个 cron 作业,并为您的 php 脚本提供路径,该脚本将检查数据库中是否有任何没有付款的记录并发送电子邮件。
First of all, I am using playframework 2 with Java.
I have a Bootstrap-lookahead input field in a view and I want to use a json array as source for it, as described 1 apache - WAMP apache httpd.config 和主机 - 如何将 localhost 别名为端口 8080?