摘要:
使用spring的定时任务组件的时候,代码如下。 @Scheduled(cron="0 5/5 * * * ?") public void sendWeatherSMS() { String messageContent = messageFactory.getWeatherSMS(); //如果生 阅读全文
posted @ 2016-02-03 15:03
沉默的威廉
阅读(4750)
评论(0)
推荐(0)
2016年2月3日