摘要:
/// /// md5加密方式 /// /// 原字符串 /// 16,32 位 /// 加密后的字符串 public static string MD5(string str, int code) ... 阅读全文
摘要:
string file = ((fileNameIndex)index).ToString(); if (!Directory.Exists(HttpContext.Current.Server.MapPath("~/admin/upload/") + ((f... 阅读全文
摘要:
1,图片加载JSvar LazyLoad = function (options) { this.SetOptions(options); this.container = $(this.options.container); this.childs = $(this.option... 阅读全文