1、IDEA报错: This license is being used elsewhere on the network by 0151-00791 (10.2.23.57). Only one active computer at a time can use the license. Would you like to re-activate this computer?
Cl...
ASP.NET
Core具有一个以ServiceCollection和ServiceProvider为核心的依赖注入框架,虽然这只是一个很轻量级的框架,但是在大部分情况下能够满足我们的需要。不过我觉得它最缺乏的是针对AOP的支持,虽然这个依赖注入框架提供了扩展点使我们可以很容易地实现与第三方框架的集成,但是我又不想“节外生枝”,为此我们趁这个周末写了一个简单的Interception框架来解决...