摘要: /// <summary> /// CRC校验 /// </summary> public class CRC { #region CRC16 public static byte[] CRC16(byte[] data) { int len = data.Length; if (len > 0) 阅读全文
posted @ 2018-02-07 10:04 龙骑科技 阅读(777) 评论(0) 推荐(0)
摘要: 生成操作:无,编译 ,内容 ,嵌入的资源... 如果是类.cs文件,就得编译之后你才能使用的。如果是txt,excel 这种文件,就属性内容或者资源文件了。 内容(Content) - 不编译该文件,但将其包含在“内容”(Content) 输出组中。 编译(Compile) - 将该文件编译到生成输 阅读全文
posted @ 2018-02-07 09:56 龙骑科技 阅读(774) 评论(0) 推荐(0)