摘要:
1 /// 2 /// MD5加密 3 /// 4 public class Md5 5 { 6 /// 7 /// MD5加密 8 /// 9 /// 加密字符 10 /// 加密位数16/32 11 /// 12 ... 阅读全文
摘要:
1 public class Base64 2 { 3 #region Base64加密 4 /// 5 ///Base64加密 6 /// 7 /// 8 /// 9 public static string Base64Code(... 阅读全文
摘要:
1 private static string IsOpenSendMail = ConfigurationManager.AppSettings["IsOpenSendMail"]; //是否启用异常消息发送邮箱功能 2 private static string SendUser=ConfigurationManager.AppSettings["Mail... 阅读全文