摘要: Database数据库的分库分表,表映射,切换表,使用到了IModelCacheKeyFactory 代码如下: using Microsoft.EntityFrameworkCore; using System; using System.Collections; using System.Col 阅读全文
posted @ 2020-11-26 16:06 龙骑科技 阅读(298) 评论(0) 推荐(0)
摘要: 并发字典ConcurrentDictionary+迭代器--异步 代码如下: using Microsoft.EntityFrameworkCore; using System; using System.Collections; using System.Collections.Concurren 阅读全文
posted @ 2020-11-26 16:00 龙骑科技 阅读(189) 评论(0) 推荐(0)
摘要: Task任务取消主要使用的是 CancellationTokenSource 对象下的CancellationToken 取消标记, 代码如下 using Microsoft.EntityFrameworkCore; using System; using System.Collections; u 阅读全文
posted @ 2020-11-26 15:56 龙骑科技 阅读(282) 评论(0) 推荐(0)
摘要: 线程取消主要使用的是 CancellationTokenSource 对象下的CancellationToken 取消标记, 代码如下 using Microsoft.EntityFrameworkCore; using System; using System.Collections; using 阅读全文
posted @ 2020-11-26 15:52 龙骑科技 阅读(96) 评论(0) 推荐(0)