摘要:
/*---------------------------------------------------------------- * 作 者 :姜 彦 * 项目名称 :AE240.Core.Protocol.Model.Decorator * 类 名 称 :SendFrameModelDecoratorDecode * 命名空间 :AE240.Core.Protocol.... 阅读全文
posted @ 2018-08-31 19:19
<--青青子衿-->
阅读(111)
评论(0)
推荐(0)
摘要:
private int _Test=0; public int Test { ... 阅读全文
posted @ 2018-08-31 19:15
<--青青子衿-->
阅读(261)
评论(0)
推荐(0)
摘要:
抽象类:is a 接 口:can do 抽象类:类, 可以放任何元素 重用+约束 单继承 功能丰富 接 口:接口 未实现的元素 纯粹的约束 多实现 简单灵活 接口里面不能放置委托,因为委托是一个类 阅读全文
posted @ 2018-08-31 19:12
<--青青子衿-->
阅读(115)
评论(0)
推荐(0)
摘要:
dynamic 动态加载、跳过编译器的检查 。。。。 阅读全文
posted @ 2018-08-31 19:04
<--青青子衿-->
阅读(109)
评论(0)
推荐(0)
摘要:
1.Obsolete:在类上面加[Obsolete],表示过期特性 阅读全文
posted @ 2018-08-31 19:03
<--青青子衿-->
阅读(98)
评论(0)
推荐(0)
摘要:
1.Window系统默认为小端数据格式 2.使用C# 语法,比如: 使用 BitConverter.GetBytes()方法得到的是默认的小端格式。 切换的方法 Array.Reverse(ds); 阅读全文
posted @ 2018-08-31 19:01
<--青青子衿-->
阅读(2069)
评论(0)
推荐(0)