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.
Timerクラスのscheduleメソッドはどのように使用しますか?scheduleメソッドに書き込むタスクは1日1回実行する必要がありますが、メソッドに必要な署名を誰かに書いていただけますか?
1日24時間、1時間60分、1分60秒、1秒1000ミリ秒
scheduleAtFixedRate(yourTask, initialDelay, 24 * 60 * 60 * 1000);