随笔分类 - AspNetCore
摘要:## 问题描述 在使用Dapr的发布订阅组件时,遇到参数无法正确反序列化的问题,致使拿到的参数属性为默认值,入下图  !
阅读全文
摘要:接口隔离原则 不强迫接口的使用者依赖其不需要的接口 接口隔离原则的一般实现 public interface IFoo { void DoSomeOperation(); } public interface IBar { void DoAnotherOperation(); } public cl
阅读全文

浙公网安备 33010602011771号