2019年10月28日
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows.Forms; 6 using System.Drawing; 7 8 namespace Logistics 9 { 10 /// <summary> 11 /// 阅读全文
posted @ 2019-10-28 09:24 leizhui 阅读(1154) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 using System.Text.RegularExpressions; 7 8 namespace Logistics 9 { 10 /// <summary> 11 /// 通用验证类 12 /// 阅读全文
posted @ 2019-10-28 09:23 leizhui 阅读(929) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 //引入三个命名空间 7 using System.Runtime.Serialization; 8 using System.Runtime.Serialization.Formatters.Binar 阅读全文
posted @ 2019-10-28 09:21 leizhui 阅读(3074) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Text; 3 using System.IO; 4 using System.Security.Cryptography; 5 6 namespace Logistics 7 { 8 /// 9 /// 字符串加密解密类 10 /// 11 public sealed cla... 阅读全文
posted @ 2019-10-28 09:20 leizhui 阅读(2283) 评论(0) 推荐(0) 编辑