摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using SQLDMO; //------------... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; //先导入以下两个命名空间 using System.Security.Cryptography; /// /// 自己封装一个 MD5加密算法 的方法 /// /// /// 加密后的数据 public static string GetMD5(s... 阅读全文