如何允许用户建立时间表并执行一些代码(.net)?

发布于 2024-12-21 08:25:31 字数 272 浏览 0 评论 0原文

我正在尝试构建一个应用程序,允许用户设置 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 技术交流群。

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

发布评论

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

评论(1

抚笙 2024-12-28 08:25:31

我遇到了这些我认为可能非常适合我想做的事情:

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

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