摘要: //跟据帐号来查询出重复的订单$sql_accounts = 'select `wish_account` from wish_accounts where t_id=0';$res = mysql_query($sql_accounts);while($row = mysql_f... 阅读全文
posted @ 2014-10-24 15:54 KOBE-Jason 阅读(762) 评论(0) 推荐(0)
摘要: 1.第一次编写计划任务,你输入crontab -l 会报错:no crontab for root 这个解决方法:输入crontab -e2,第一次编写计划任务的时候你要输入select -editor ,然后选择4,你就可以输入crontab -e进行编写计划任务。 阅读全文
posted @ 2014-10-24 12:02 KOBE-Jason 阅读(181) 评论(0) 推荐(0)