有没有办法为相同的调度程序代码编写java代码来执行批处理文件。
问问题
178 次
2 回答
4
It is likely your OS supports this already and is a better choice for doing this. In Windows its called Scheduled Tasks and in Unix its cron.
You can use Quartz in Java, but I would try the OS support first.
于 2012-09-23T14:16:02.100 回答
0
对于 Win OS 更容易使用“任务计划程序”
br
于 2012-09-23T14:43:49.247 回答