摘要: 1 /// 2 /// DAL基类 3 /// 4 /// 5 public abstract class BaseDAL where T : class, new() 6 { 7 /// 8 /... 阅读全文
posted @ 2016-01-11 14:59 肥大头 阅读(232) 评论(0) 推荐(0)
摘要: 1 /// 2 /// 分页字符串帮助类 3 /// 4 public static class PageStrHelper 5 { 6 /// 7 /// 获取分页字符串 8 /// ... 阅读全文
posted @ 2016-01-11 14:56 肥大头 阅读(218) 评论(0) 推荐(0)
摘要: public class SQLHelperNew { //连接字符串 private static readonly string ConnStr = System.Configuration.ConfigurationManager.ConnectionSt... 阅读全文
posted @ 2016-01-11 14:54 肥大头 阅读(136) 评论(0) 推荐(0)
摘要: //上传文件 function changfile(obj, imgid) { var fileName = $(obj).val(); if (fileName.indexOf("\\") != -1) fileName = fileName.substring... 阅读全文
posted @ 2016-01-11 14:48 肥大头 阅读(185) 评论(0) 推荐(0)