摘要: 1.数据结构 public interface IPipeline : IEnumerable<IHandler> public class Pipeline : IPipeline 2.配置 2.1 串口配置(Config\Serial.config) 2.2 socket 配置(Config\S 阅读全文
posted @ 2019-08-14 11:04 头号程序媛 阅读(328) 评论(0) 推荐(0)
摘要: 1.值类型(System.ValueType类)和栈(Stack) System.ValueType--bool、byte、char、decimal、double、enum、float、int、long、sbyte、short、struct、unit、ulong、ushort。 栈是编译期间就分配好 阅读全文
posted @ 2019-01-08 16:49 头号程序媛 阅读(1287) 评论(0) 推荐(1)