在java中安排电子邮件通知警报
嗨,我是一名最后一年的学生,正在为我的最后一年项目工作。现在,我在我的项目中遇到了这种情况,我需要在定义的时间发送电子邮件警报,或者换句话说,它将在每周一发送。
I search my query in google and in this website also, and found the term Quartz API. But, the problem is, i'm confuse with the API, whether it will helpful for my project, if yes, then how can i implement it. Any tutorial is available, which explain it with the screen-shots. I am very new for Quartz API, so please help me...帮助将不胜感激!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的日程安排需求不是很复杂(而且看起来也不是很复杂),那么使用 cron4j 而不是 Quartz。
If your scheduling needs aren't very complex (and they don't appear to be), it will probably be a lot easier to use something like cron4j instead of Quartz.
下次,请在搜索字符串中附加关键字“tutorial”进行搜索:
http://www.javabeat.net/qna/152-quartz-job-scheduler-example-code/
http://www.roseindia.net/quartz/
Next time, kindly search with keyword "tutorial" appended to your search string:
http://www.javabeat.net/qna/152-quartz-job-scheduler-example-code/
http://www.roseindia.net/quartz/