Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个映射datetime到某些操作的数据库表(一个时间表)。实现可以在指定时间执行这些操作的 Windows 服务的最佳方法是什么?唯一想到的是每隔一段时间从服务中查询表,但我认为有更合适的方法。你对如何做到这一点有任何想法吗?
datetime
使用Quartz .NET怎么样?这可能是一个可能的解决方案:
Quartz.NET 是一个功能齐全的开源作业调度系统,可用于从最小的应用程序到大型企业系统。
这是功能页和教程。