如何允许用户建立时间表并执行一些代码(.net)?
我正在尝试构建一个应用程序,允许用户设置 N 个计划,然后为每个计划执行一些不同的自定义代码。
我知道我可以使用任务计划程序手动设置这些内容,并将不同的参数传递给控制台应用程序,但我真的很想允许用户通过 Web UI 管理计划。
有许多 Windows 产品使用类似的复杂计划生成器。有没有什么方法可以让我利用类似的东西,或者有任何 OSS 项目可以做类似的事情,我可以利用?
网站和服务器都在我的控制之下,如果重要的话,我计划将主要处理组件编写为 .net windows 服务。
I'm trying to build an application that will allow the user to setup N number of schedules, and then execute some different custom code for each schedule.
I know I could manually set this stuff up with Task Scheduler, and pass different arguments to a console application but I'd really like to allow the users to manage the schedules through a web UI.
There are lots of windows products that use similar complex schedule builders. Is there any way I can tap into something like that, or any OSS projects that do something similar that I could harness?
The website and server(s) are all under my control and I was planning on writing the main processing component as a .net windows service if that matters.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了这些我认为可能非常适合我想做的事情:
http://quartznet.sourceforge。 net/
http://www.codeproject.com/KB/cs/tsnewlib.aspx
I came across these which I think might be pretty good for what I'm looking to do:
http://quartznet.sourceforge.net/
http://www.codeproject.com/KB/cs/tsnewlib.aspx