2020年11月9日
摘要: public static class ExtendMethods { public class DifferenceDto<T> { public DifferenceDto() { FrontOnly = new List<T>(); BackOnly = new List<T>(); Comm 阅读全文
posted @ 2020-11-09 14:22 絆τ 阅读(164) 评论(0) 推荐(0) 编辑
摘要: var path = @"E:\68b2dab36844e760f17f4cde1d9742fb.dat"; byte[] byteArray = FileBinaryConvertHelper.File2Bytes(path); Dictionary<byte, string> keyValueP 阅读全文
posted @ 2020-11-09 08:37 絆τ 阅读(1184) 评论(0) 推荐(0) 编辑