資源簡介
分頁的實現純jsp
代碼片段和文件信息
package?com.fit.biz;
import?java.util.List;
import?com.fit.dao.BookInfoDao;
import?com.fit.daoimpl.BookInfoDaoImpl;
import?com.fit.entity.BookInfo;
public?class?BookInfoBiz?{
private?BookInfoDao?bid=null;
????public?List?getAllBook(int?sizeint?index){
???? bid=new?BookInfoDaoImpl();
???? return?bid.findAllBook(size?index);
????}
????public?int?getAllCount(){
???? bid=new?BookInfoDaoImpl();
???? return?bid.getRowsCount();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3640??2011-08-11?17:37??分頁的實現純JSP\split.sql
?????文件???????1046??2011-08-11?14:03??分頁的實現純JSP\pro_spiltPage\.project
?????文件????????834??2011-08-11?14:03??分頁的實現純JSP\pro_spiltPage\.classpath
?????文件????????345??2011-08-11?14:03??分頁的實現純JSP\pro_spiltPage\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件????????395??2011-08-11?14:03??分頁的實現純JSP\pro_spiltPage\.settings\org.eclipse.jdt.core.prefs
?????文件????????469??2011-08-11?14:03??分頁的實現純JSP\pro_spiltPage\.settings\org.eclipse.wst.common.component
?????文件????????503??2011-08-11?14:03??分頁的實現純JSP\pro_spiltPage\.settings\.jsdtscope
?????文件??????????6??2011-08-11?14:03??分頁的實現純JSP\pro_spiltPage\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件?????????49??2011-08-11?14:03??分頁的實現純JSP\pro_spiltPage\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????1641??2011-08-11?16:23??分頁的實現純JSP\pro_spiltPage\src\com\fit\util\PageInfo.java
?????文件???????1138??2011-08-11?14:17??分頁的實現純JSP\pro_spiltPage\src\com\fit\util\DBManager.java
?????文件???????2319??2011-08-11?14:16??分頁的實現純JSP\pro_spiltPage\src\com\fit\entity\BookInfo.java
?????文件????????239??2011-08-11?15:18??分頁的實現純JSP\pro_spiltPage\src\com\fit\dao\BookInfoDao.java
?????文件???????2564??2011-08-11?15:03??分頁的實現純JSP\pro_spiltPage\src\com\fit\daoimpl\BookInfoDaoImpl.java
?????文件????????468??2011-08-11?16:07??分頁的實現純JSP\pro_spiltPage\src\com\fit\biz\BookInfoBiz.java
?????文件???????1767??2011-08-11?16:23??分頁的實現純JSP\pro_spiltPage\build\classes\com\fit\util\PageInfo.class
?????文件???????1459??2011-08-11?14:17??分頁的實現純JSP\pro_spiltPage\build\classes\com\fit\util\DBManager.class
?????文件???????2993??2011-08-11?14:16??分頁的實現純JSP\pro_spiltPage\build\classes\com\fit\entity\BookInfo.class
?????文件????????259??2011-08-11?15:18??分頁的實現純JSP\pro_spiltPage\build\classes\com\fit\dao\BookInfoDao.class
?????文件???????4305??2011-08-11?15:03??分頁的實現純JSP\pro_spiltPage\build\classes\com\fit\daoimpl\BookInfoDaoImpl.class
?????文件????????796??2011-08-11?16:07??分頁的實現純JSP\pro_spiltPage\build\classes\com\fit\biz\BookInfoBiz.class
?????文件???????1378??2011-08-11?16:27??分頁的實現純JSP\pro_spiltPage\WebContent\bookInfo.jsp
?????文件???????1254??2011-08-11?17:04??分頁的實現純JSP\pro_spiltPage\WebContent\splitOperate.jsp
?????文件???????1313??2011-08-11?17:17??分頁的實現純JSP\pro_spiltPage\WebContent\splitDisplay.jsp
?????文件????????718??2011-08-11?14:03??分頁的實現純JSP\pro_spiltPage\WebContent\WEB-INF\web.xm
?????文件??????23770??2011-08-11?14:10??分頁的實現純JSP\pro_spiltPage\WebContent\WEB-INF\lib\jstl.jar
?????文件?????413170??2011-08-11?14:10??分頁的實現純JSP\pro_spiltPage\WebContent\WEB-INF\lib\standard.jar
?????文件?????231949??2011-08-11?14:10??分頁的實現純JSP\pro_spiltPage\WebContent\WEB-INF\lib\sqljdbc.jar
?????文件?????????39??2011-08-11?14:03??分頁的實現純JSP\pro_spiltPage\WebContent\me
?????目錄??????????0??2011-08-11?20:30??分頁的實現純JSP\pro_spiltPage\build\classes\com\fit\util
............此處省略26個文件信息
評論
共有 條評論