摘要:
1 //最终方法 2 3 4 5 public static bool GetAdminLoginIP(string LoginIp) 6 { 7 List list = null; 8 list = (List)Utility.MakeCacheAll[Common.Const... 阅读全文
摘要:
1 /// 2 /// 分页获取数据列表 3 /// 4 public DataSet GetList(int PageSize, int PageIndex, string strWhere) 5 { 6 StringBuilder strSql = new StringBui... 阅读全文