摘要:
监视windows窗口状态都可以用以下hook WindowEventHook /// <summary> /// Represents a hook that the system calls in response to events generated by an accessible obj 阅读全文
摘要:
项目中遇到对接外部产品,之前用的通讯占用端口较多,并且每次对接都要新建一个通讯,维护麻烦,后面就做了个路由模式,一个端口,一套代码就能对接所有外部产品 直接上代码: using Core; using Microsoft.AspNetCore.Components.Routing; using Ne 阅读全文