摘要: public class MD5 { /// /// 加密 /// /// 加密字符串 /// public static string Encrypt(string encryptString) { var md5 = new MD5Cryp... 阅读全文
posted @ 2018-05-08 10:08 紫晶城 阅读(118) 评论(0) 推荐(0) 编辑
摘要: //错误类 public class Error { /// /// 错误代码 /// public string errcode { get; set; } /// /// 错误描述 /// public string errmsg { g... 阅读全文
posted @ 2018-05-08 10:03 紫晶城 阅读(174) 评论(0) 推荐(0) 编辑
摘要: public class JsonF { #region 字符串转json /// /// 字符串转json /// /// /// public static HttpResponseMessage toJson(Object obj) { ... 阅读全文
posted @ 2018-05-08 10:01 紫晶城 阅读(3640) 评论(0) 推荐(0) 编辑
摘要: public class BackA { #region 后台 AJAX public static string GetPage(string posturl) { Stream outstream = null; Stream instream = null; St... 阅读全文
posted @ 2018-05-08 09:59 紫晶城 阅读(273) 评论(0) 推荐(0) 编辑