jsp过程中遇到的困难

jsp过程中遇到的困难

ID:16721054

大小:25.00 KB

页数:7页

时间:2018-08-24

jsp过程中遇到的困难_第1页
jsp过程中遇到的困难_第2页
jsp过程中遇到的困难_第3页
jsp过程中遇到的困难_第4页
jsp过程中遇到的困难_第5页
资源描述:

《jsp过程中遇到的困难》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、1、分页用到的方法:PublicListfindListNews(intpage){Listlist=newArrayList();IntrowBegin=0;If(page>1){rowBegin=5*(page-1);}Stringsql="selecttop5*fromnewswhereidnotin(selecttop"+rowBegin+"idfromnews)";try{conn=this.getConn();pstmt=conn.prepareStatement(sql);rs=pstmt.executeQuery();while(rs.next()

2、){Newsnews=newNews();news.setContent(rs.getString("content"));news.setId(rs.getInt("id"));news.setModifytime(rs.getString("modifytime"));20currencydeposit,weprescribeapassonaregularbasis,qilucardaccountonaregularbasis),certificatebondsandsavingsbonds(electronic);3.notdrawnonabanksavin

3、gscertificate,certificatebondsapplyformortgageloans,acceptingonlythelendernews.setPulishtime(rs.getString("publishtime"));news.setTitle(rs.getString("title"));news.setUid(rs.getInt("uid"));list.add(news);注:对象中的所有列都必须要set出来,包括主键}}catch(SQLExceptione){e.printStackTrace();}returnlist;}一共

4、多少条的方法:publicintfindCountNews(){intcount=0;try{conn=this.getConn();Stringsql="selectcount(*)fromnews";pstmt=conn.prepareStatement(sql);rs=pstmt.executeQuery();while(rs.next()){20currencydeposit,weprescribeapassonaregularbasis,qilucardaccountonaregularbasis),certificatebondsandsavingsb

5、onds(electronic);3.notdrawnonabanksavingscertificate,certificatebondsapplyformortgageloans,acceptingonlythelendercount=rs.getInt(1);注:上面这行是固定的。}}catch(SQLExceptione){e.printStackTrace();}returncount;}一共多少页的方法:publicintfindCountPage(){intcounts=0;try{conn=this.getConn();Stringsql="sele

6、ctcount(*)fromnews";pstmt=conn.prepareStatement(sql);rs=pstmt.executeQuery();while(rs.next()){counts=rs.getInt(1);}20currencydeposit,weprescribeapassonaregularbasis,qilucardaccountonaregularbasis),certificatebondsandsavingsbonds(electronic);3.notdrawnonabanksavingscertificate,certific

7、atebondsapplyformortgageloans,acceptingonlythelender}catch(SQLExceptione){e.printStackTrace();}counts=counts%5==0?counts/5:counts/5+1;returncounts;}在JSP页面里写入:if(pages==null){pages="1";}intp=Integer.parseInt(pages);intcounts=newsdao.findCountPage();intcount=newsdao.findCountNews();

8、ef="i

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。