Fork me on GitHub
摘要: 以下是工作中常用的几种校验算法,后期将不断更新和校验 /// /// CS和校验 /// /// 要进行CS和校验的byte数组. /// System.Byte[]. public static byte[] CsChecksum(byte[] bytesToCalc) { ... 阅读全文
posted @ 2017-10-26 10:18 虫子樱桃 阅读(2672) 评论(0) 推荐(1) 编辑
摘要: 使用离线浏览器制作,格式为chm,本人不对电子书内容具有任何权利!简体中文,适用于.NET开发。 下载地址 阅读全文
posted @ 2017-10-11 08:55 虫子樱桃 阅读(672) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace ConsoleApplication11{using SLID = Guid; //SLID id declarated as typedef GUID SLID; in slp... 阅读全文
posted @ 2017-10-10 17:27 虫子樱桃 阅读(528) 评论(0) 推荐(0) 编辑
摘要: Example code how to make a connection. Example code to read 10 holding registers. 阅读全文
posted @ 2017-10-10 17:21 虫子樱桃 阅读(2383) 评论(0) 推荐(1) 编辑
摘要: If IsActivated() = False Then ;InstallProductKey($OSkey) ; installs a product key and also activates it Else MsgBox(0,'','ssssss os') EndIf If OfficeI 阅读全文
posted @ 2017-10-10 14:51 虫子樱桃 阅读(922) 评论(1) 推荐(1) 编辑