摘要: 首页 给出 DataTable 转Json 的方法: 1 public static string TableToJson(DataTable dt) 2 { 3 List> list = new List>(); 4 forea... 阅读全文
posted @ 2015-02-26 11:23 曹杰博 阅读(2630) 评论(0) 推荐(0) 编辑
摘要: 首先需要引用 js 和css1 2 3 4 Img_List.js 如下: 1 /// 2 //显示 3 function imgshow(obj) { 4 //$(obj).find("a").show(); 5 } 6 7 //隐藏 8 function im... 阅读全文
posted @ 2015-02-26 10:59 曹杰博 阅读(1096) 评论(0) 推荐(1) 编辑
摘要: 前台代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 阅读全文
posted @ 2015-02-26 10:26 曹杰博 阅读(1552) 评论(1) 推荐(0) 编辑
摘要: 1 private void LogWrite(string text)2 {3 FileStream fs = new FileStream(this.Server.MapPath("/log.txt"), FileMode.Append);4 ... 阅读全文
posted @ 2015-02-26 10:15 曹杰博 阅读(186) 评论(0) 推荐(0) 编辑