摘要: 直接上代码 using Autofac; using Autofac.Extras.DynamicProxy; using Framework.Core.AOP; using Framework.Core.AOP.Cache; using Framework.Core.Configuration; 阅读全文
posted @ 2022-06-08 17:10 听海漫步 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1.首先后台在Nuget引入程序包 Microsoft.AspNetCore.SignalR 2.实现消息处理总线 using Microsoft.AspNetCore.SignalR; using System; using System.Collections.Generic; using Sy 阅读全文
posted @ 2022-06-08 17:04 听海漫步 阅读(437) 评论(0) 推荐(1) 编辑