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.
私はこれを行うことができますか?同じタイマーで2つのスケジュールで作業できますか?
Long period = 10000L; Timer timer = new Timer(); timer.schedule(new Mytask_1(this), 0, period); timer.schedule(new Mytask_2(this), 0, period);
どんな助けでも大歓迎です!
ありがとう