84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
经理给的要求:然后另外写个php程序,定时读取这个表格,然后把消息发送给代理的异步通知的地址上。。。数据库表我已经弄好了,但不知道怎么弄异步通知。。。没一点概念。。。谁帮助下。后来经理又说nodejs会效率高点,但我一点没接处过nodejs,谁能说下nodejs做这个的例子。
其实都是跑一个后台处理进程实现,或者使用系统定时任务。1、php 用守护进程,在一个while里面循环判断时间,到时间之行读取表格操作2、nodejs,也是跑一个服务,setTimeout的方式实现3、使用系统定时任务cron 触发程序
其实都是跑一个后台处理进程实现,或者使用系统定时任务。
1、php 用守护进程,在一个while里面循环判断时间,到时间之行读取表格操作
2、nodejs,也是跑一个服务,setTimeout的方式实现
3、使用系统定时任务cron 触发程序