Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 java.util.TimerTask 扩展了我的 java 类。我正在定期设置调度程序,例如 14:00、14:30、15:00 等。
如果我在没有显示器省电模式的情况下运行调度程序,它会在指定时间正常运行,而当我将显示器设置为间隔 1 分钟的省电模式时,TimerTask 会延迟或处于睡眠模式。
稍后当我们在 1 小时内使用机器时,TimerTask 将运行 2 次。