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.
现在我使用 thread.sleep(3000) 并每 3 秒打印一次日志中的数据,但现在我想将其更改为 15 分钟。什么最好用?是警报管理器还是处理程序?
有什么问题:
thread.sleep(1000*60*15)