01 2021 档案
摘要:/// <summary> /// Memcached 帮助类 /// </summary> public class MemCachedHelper { /// <summary> /// 客户端 /// </summary> private static MemcachedClient _cli
阅读全文
摘要:public static string Encrypt(string str, string sKey, string iv) { string result = string.Empty; try { DESCryptoServiceProvider des = new DESCryptoSer
阅读全文
摘要:public class ValidateCodeHelper { /// <summary> /// 验证码的最大长度 /// </summary> public int MaxLength { get { return 10; } } /// <summary> /// 验证码的最小长度 ///
阅读全文
浙公网安备 33010602011771号