05 2023 档案
摘要:本文仅描述.net 6环境下如何安装和使用Hangfire进行后台作业任务调度。 1、首先安装需要的Nuget包: Hangfire.AspNetCore、 如果有持久化需求的话,还需要安装其它包,hangfire支持存储在SQLserver、redis、memory中, 本文演示使用的是SQLse
阅读全文
摘要:Microsoft.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the l
阅读全文