摘要:
很简单的代码,看注释 class Program { private static ManualResetEvent _manualResetEvent = new ManualResetEvent(false); // 参数值1,约束集合的大小。当_messageQueue.Add时大小已经为1时 阅读全文
摘要:
入口 //ConfigureServices foreach (var module in Modules) { if (module.Instance is AbpModule abpModule) { if (!abpModule.SkipAutoServiceRegistration) { / 阅读全文