在java中安排电子邮件通知警报

发布于 2024-12-05 08:04:20 字数 445 浏览 0 评论 0 原文

嗨,我是一名最后一年的学生,正在为我的最后一年项目工作。现在,我在我的项目中遇到了这种情况,我需要在定义的时间发送电子邮件警报,或者换句话说,它将在每周一发送。

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...

帮助将不胜感激!

HI, I am a final year student, working for my final year project. Now, i got the situation in my project, where i need email alert to be sent on the defined time or in other words, it will be sent on every Monday.

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...

Help will be appreciated !!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寄意 2024-12-12 08:04:20

如果您的日程安排需求不是很复杂(而且看起来也不是很复杂),那么使用 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.

月棠 2024-12-12 08:04:20

下次,请在搜索字符串中附加关键字“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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文