摘要: 1 //最终方法 2 3 4 5 public static bool GetAdminLoginIP(string LoginIp) 6 { 7 List list = null; 8 list = (List)Utility.MakeCacheAll[Common.Const... 阅读全文
posted @ 2012-08-10 18:38 狄大人 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// 分页获取数据列表 3 /// 4 public DataSet GetList(int PageSize, int PageIndex, string strWhere) 5 { 6 StringBuilder strSql = new StringBui... 阅读全文
posted @ 2012-08-10 18:26 狄大人 阅读(265) 评论(0) 推荐(0) 编辑