摘要: /// /// md5加密方式 /// /// 原字符串 /// 16,32 位 /// 加密后的字符串 public static string MD5(string str, int code) ... 阅读全文
posted @ 2015-06-01 17:14 逊老头 阅读(144) 评论(0) 推荐(0) 编辑
摘要: string file = ((fileNameIndex)index).ToString(); if (!Directory.Exists(HttpContext.Current.Server.MapPath("~/admin/upload/") + ((f... 阅读全文
posted @ 2015-06-01 17:10 逊老头 阅读(1446) 评论(0) 推荐(0) 编辑
摘要: 1,图片加载JSvar LazyLoad = function (options) { this.SetOptions(options); this.container = $(this.options.container); this.childs = $(this.option... 阅读全文
posted @ 2015-06-01 17:08 逊老头 阅读(157) 评论(2) 推荐(1) 编辑