问题描述
我一直在从事MVC3项目.我刚刚在我的应用程序中使用Quartz.Net创建了示例电子邮件发送作业.这次,我需要在我的MVC3项目中构建一个作业调度系统.该方案完全基于UI.这意味着,系统的用户必须通过UI输入调度频率,如定义作业",调度时间".我尝试了Quartz.Net 2.0.1.我不知道将Quartz.Net与UI结合进行调度.
I have been working on MVC3 project. I have just created Sample email sending job with Quartz.Net in my application. This time, I need to build a job scheduling system in my MVC3 project. The scenario is completely based on UI. It means, the users of the system have to enter the scheduling frequencies like, Defining a Job, Schedule time through the UI. I tried Quartz.Net 2.0.1. I dont have any idea that combining Quartz.Net with UI for scheduling.
是否可以将调度程序与UI附加在一起.请建议我该怎么做.
Is there any possibilities to attach a scheduler with UI. Please suggest me how can i do this.
谢谢
推荐答案
有一些开源项目可以为您提供帮助.
there are a few open source projects which can help you.
ASP.NET MVC应用程序:
ASP.NET MVC applications:
可插拔:
水晶(未安排工作)
Quartzmin (创建并安排作业)
Windows窗体
这篇关于结合Quartz.Net和UI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!