/ 设置 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'); } } } ?>搞定

搞定VGA难题:一招解决老显示器提示不支持输入的情况!

有2个同事调换工位。电脑都是台式机,条换好位置后开机,其中一台显示“不支持输入”。 这个显示在屏幕飘动。 尝试调整分辨路设置。分辨率是变化了,但是小飘窗依旧存在。 鼓捣半天,不知哪个说了句,是不是数据线的问题?

1月前160

搞定Win11,轻松退出你的微软账户

win11退出microsoft账户怎么操作(如果你在设置-账户-里可以直接改用本地账户,那就不需要这么麻烦)**1、**假设你的微软账号是:xxx@xx.com,win+R打开运行,在运行输入框输入reged

1月前160