/ 设置 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'); } } } ?>自动隐藏

Windows系统任务栏与系统托盘图标隐藏技巧

简介:在Windows 10和Windows 11系统中,用户可以通过简单的设置步骤来隐藏任务栏和系统托盘图标,以优化屏幕空间或保护隐私。通过任务栏设置选项,可以启用“自动隐藏任务栏”功能,让任务栏在不使用时自动隐藏,并通过“通知区域

1月前290