/ 设置 10 秒超时 // 每日统计清 0 runtime_set('todaycomments', 0); runtime_set('todayarticles', 0); runtime_set('todayusers', 0); if ($forumlist) { $fidarr = array(); foreach ($forumlist as $fid => $forum) { $fidarr[] = $forum['fid']; } forum_update($fidarr, array('todayposts' => 0, 'todaythreads' => 0)); } // 清理临时附件 attach_gc(); // 当天24点 $today = strtotime(date('Ymd')) + 86400; runtime_set('cron_2_last_date', $today, TRUE); // 往前推8个小时,尽量保证在前一天 升级过来和采集的数据会很卡 // table_day_cron($time - 8 * 3600); cache_delete('cron_lock_2'); } } } ?>开始数第

从菜鸟到高手,电脑麦克风接口问题全攻略

有时候会发现为什么同一根耳机线,插到笔记本上可以同时说话和收音,但是插到台式机就不行呢? 因为在以前,耳机和麦克风的接口都是独立的(如上图)。现在笔记本为了方便,就普遍使用了二合一接口(可以实现输入或输出音频)冷知

1月前80