文件名称:pageStudy
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 87kb
- 下载次数:
- 0次
- 提 供 者:
- jho****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
分页的核心思想采用Iterator模式,每次从数据库中取定量的数据块
其中block和pageCount是两个不同的概念,block是块,规定了从数据库中获取的数量
pageCount为表现层每页显示的数量
另外参数中还包含缓存的时间的设置
程序分核心jar包和测试包,测试包以SPring为基础框架-The core idea of the use of paging Iterator mode, each time from the database of quantitative data from which the block and the block pageCount are two different concepts, block is a block from the database provides the number of access layer for pageCount per page In addition the number of parameters also includes the time the cache at the core of the setup program jar package and test kits, test kits to SPring-based fr a mework
其中block和pageCount是两个不同的概念,block是块,规定了从数据库中获取的数量
pageCount为表现层每页显示的数量
另外参数中还包含缓存的时间的设置
程序分核心jar包和测试包,测试包以SPring为基础框架-The core idea of the use of paging Iterator mode, each time from the database of quantitative data from which the block and the block pageCount are two different concepts, block is a block from the database provides the number of access layer for pageCount per page In addition the number of parameters also includes the time the cache at the core of the setup program jar package and test kits, test kits to SPring-based fr a mework
相关搜索: pageStudy
(系统自动生成,下载前可以参看下载内容)
下载文件列表
pageStudy
.........\.classpath
.........\.project
.........\demo
.........\....\query
.........\....\.....\block
.........\....\.....\.....\PageBlockIterator.class
.........\....\.....\.....\PageBlockIterator.java
.........\....\.....\.....\PageIterator.class
.........\....\.....\.....\PageIterator.java
.........\....\.....\.....\PageParametes.class
.........\....\.....\.....\PageParametes.java
.........\....\.....\.....\Parameters.class
.........\....\.....\.....\Parameters.java
.........\....\.....\cache
.........\....\.....\.....\BlockCacheManager.class
.........\....\.....\.....\BlockCacheManager.java
.........\....\.....\.....\Cache.class
.........\....\.....\.....\Cache.java
.........\....\.....\.....\CacheKey.class
.........\....\.....\.....\CacheKey.java
.........\....\.....\.....\CacheKeyFactory.class
.........\....\.....\.....\CacheKeyFactory.java
.........\....\.....\.....\CacheManager.class
.........\....\.....\.....\CacheManager.java
.........\....\.....\.....\CountCacheManager.class
.........\....\.....\.....\CountCacheManager.java
.........\....\.....\.....\imp
.........\....\.....\.....\...\LRUCache.class
.........\....\.....\.....\...\LRUCache.java
.........\....\.....\.....\model
.........\....\.....\.....\.....\ModelCacheKeyFactory.class
.........\....\.....\.....\.....\ModelCacheKeyFactory.java
.........\....\.....\.....\.....\ModelCacheManager.class
.........\....\.....\.....\.....\ModelCacheManager.java
.........\....\.....\.....\ResultFilter.class
.........\....\.....\.....\ResultFilter.java
.........\....\.....\.....\StringKey.class
.........\....\.....\.....\StringKey.java
.........\....\.....\dao
.........\....\.....\...\PageDao.class
.........\....\.....\...\PageDao.java
.........\....\.....\service
.........\....\.....\.......\PageService.class
.........\....\.....\.......\PageService.java
.........\....\.....\.......\PageServiceImp.class
.........\....\.....\.......\PageServiceImp.java
.........\....\util
.........\....\....\FileLocator.class
.........\....\....\FileLocator.java
.........\....\....\jdom
.........\....\....\....\DataFormatFilter.class
.........\....\....\....\DataFormatFilter.java
.........\....\....\....\DataUnformatFilter.class
.........\....\....\....\DataUnformatFilter.java
.........\....\....\....\XMLFilterBase.class
.........\....\....\....\XMLFilterBase.java
.........\....\....\....\XMLProperties.class
.........\....\....\....\XMLProperties.java
.........\....\....\LongList.class
.........\....\....\LongList.java
.........\....\....\PropsUtil.class
.........\....\....\PropsUtil.java
.........\....\....\UtilCache$CacheLine.class
.........\....\....\UtilCache.class
.........\....\....\UtilCache.java
.........\....\....\UtilDateTime.class
.........\....\....\UtilDateTime.java
.........\....\....\UtilValidate.class
.........\....\....\UtilValidate.java
.........\.classpath
.........\.project
.........\demo
.........\....\query
.........\....\.....\block
.........\....\.....\.....\PageBlockIterator.class
.........\....\.....\.....\PageBlockIterator.java
.........\....\.....\.....\PageIterator.class
.........\....\.....\.....\PageIterator.java
.........\....\.....\.....\PageParametes.class
.........\....\.....\.....\PageParametes.java
.........\....\.....\.....\Parameters.class
.........\....\.....\.....\Parameters.java
.........\....\.....\cache
.........\....\.....\.....\BlockCacheManager.class
.........\....\.....\.....\BlockCacheManager.java
.........\....\.....\.....\Cache.class
.........\....\.....\.....\Cache.java
.........\....\.....\.....\CacheKey.class
.........\....\.....\.....\CacheKey.java
.........\....\.....\.....\CacheKeyFactory.class
.........\....\.....\.....\CacheKeyFactory.java
.........\....\.....\.....\CacheManager.class
.........\....\.....\.....\CacheManager.java
.........\....\.....\.....\CountCacheManager.class
.........\....\.....\.....\CountCacheManager.java
.........\....\.....\.....\imp
.........\....\.....\.....\...\LRUCache.class
.........\....\.....\.....\...\LRUCache.java
.........\....\.....\.....\model
.........\....\.....\.....\.....\ModelCacheKeyFactory.class
.........\....\.....\.....\.....\ModelCacheKeyFactory.java
.........\....\.....\.....\.....\ModelCacheManager.class
.........\....\.....\.....\.....\ModelCacheManager.java
.........\....\.....\.....\ResultFilter.class
.........\....\.....\.....\ResultFilter.java
.........\....\.....\.....\StringKey.class
.........\....\.....\.....\StringKey.java
.........\....\.....\dao
.........\....\.....\...\PageDao.class
.........\....\.....\...\PageDao.java
.........\....\.....\service
.........\....\.....\.......\PageService.class
.........\....\.....\.......\PageService.java
.........\....\.....\.......\PageServiceImp.class
.........\....\.....\.......\PageServiceImp.java
.........\....\util
.........\....\....\FileLocator.class
.........\....\....\FileLocator.java
.........\....\....\jdom
.........\....\....\....\DataFormatFilter.class
.........\....\....\....\DataFormatFilter.java
.........\....\....\....\DataUnformatFilter.class
.........\....\....\....\DataUnformatFilter.java
.........\....\....\....\XMLFilterBase.class
.........\....\....\....\XMLFilterBase.java
.........\....\....\....\XMLProperties.class
.........\....\....\....\XMLProperties.java
.........\....\....\LongList.class
.........\....\....\LongList.java
.........\....\....\PropsUtil.class
.........\....\....\PropsUtil.java
.........\....\....\UtilCache$CacheLine.class
.........\....\....\UtilCache.class
.........\....\....\UtilCache.java
.........\....\....\UtilDateTime.class
.........\....\....\UtilDateTime.java
.........\....\....\UtilValidate.class
.........\....\....\UtilValidate.java