我有运行下一个代码的服务:
ScheduledExecutorService timer ;
timer = Executors.newScheduledThreadPool(1);
timer.schedule(new MyTimerTask(), 15*60, TimeUnit.SECONDS);
But from some reason it is not working.
有人有什么主意吗?非常感谢,凯伦
我有运行下一个代码的服务:
ScheduledExecutorService timer ;
timer = Executors.newScheduledThreadPool(1);
timer.schedule(new MyTimerTask(), 15*60, TimeUnit.SECONDS);
But from some reason it is not working.
有人有什么主意吗?非常感谢,凯伦