博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年1月24日

摘要: /// summary /// 获取指定页码10条应用列表(每次查询10条数据) /// /summary /// param name="index"页码/param /// returns/returns public IListAppSystem GetAppListByIndex(int index) { string startIndex = ((index - 1) * 10 + 1).ToString(); string endIndex = (index * 10).ToString(); return Selectstring("SelectB 阅读全文

posted @ 2011-01-24 15:46 傷ロ丄の盐ㄜ 阅读(100) 评论(0) 推荐(0) 编辑