Data Store

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年1月3日

摘要: import com.topcoder.util.scheduler.scheduling.Job;import com.topcoder.util.scheduler.scheduling.ScheduledJobRunner;import com.topcoder.util.scheduler.scheduling.ScheduledEnable;import com.topcoder.uti... 阅读全文
posted @ 2010-01-03 23:38 standlove 阅读(213) 评论(0) 推荐(0)

摘要: private String smtpHost; private String smtpUserName; private String smtpPassword; public void sendEmail(String fromAddress, List<String> toAddresses, List<String> ccAddresses, String subj... 阅读全文
posted @ 2010-01-03 16:43 standlove 阅读(256) 评论(0) 推荐(0)