免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1212 | 回复: 2
打印 上一主题 下一主题

兄弟们帮个忙??? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-03-24 14:30 |只看该作者 |倒序浏览
<%@ page contentType="text/html; charset=GBK" %>;
<%@page import="java.sql.*"%>;
<html>;
<head>;
<title>;
text
</title>;
</head>;
<body bgcolor="#ffffff">;

<table border="1" cellspacing="0" cellpadding="0">;
<tr>;
<th>;Id:</th>;
<th>;Name:</th>;
<th>;Description:</th>;
<th>rice:</th>;
<th>;Stock:</th>;
</tr>;

<%
     int rowCount;
     int pageCount;
     int currPage;
     int pageSize;
     int i;
     currPage=1;
     java.sql.Connection con=null;
     Statement stm =null;
     ResultSet rs =null;
     Class.forName("com.pointbase.jdbc.jdbcUniversalDriver";
     con=DriverManager.getConnection("jdbc:pointbase:server://localhost:9092/demo","BPUBLIC", "BPUBLIC";
     stm =con.createStatement(rs.TYPE_SCROLL_INSENSITIVE,rs.CONCUR_READ_ONLY);
     rs =stm.executeQuery("select * from item";
     rs.last();
     rowCount =rs.getRow();
     pageSize =10;



     pageCount =(rowCount-1+pageSize)/pageSize;
     if(currPage>;pageCount) currPage = pageCount;
%>;


<%
    int theo =(currPage-1)*pageSize;


      rs.absolute(theo+1);

       i = 0;
      while(i<pageSize && !rs.isAfterLast()){
%>;
<tr>;
<td>;<%=rs.getInt(1)%>;</td>;
<td>;<%=rs.getString(2)%>;</td>;
<td>;<%=rs.getString(3)%>;</td>;
<td>;<%=rs.getDouble(4)%>;</td>;
<td>;<%=rs.getInt(5)%>;</td>;
</tr>;
<%
rs.next();
i++;
}

%>;

第<%=currPage%>;页  共<%=pageCount%>;页
<%if(currPage<pageCount+1){%>;<a href="text.jsp?page=<%=currPage+1%>;">;下一页</a>;<%}%>;  <%if(currPage>;1){%>;<a href="text.jsp?page=<%=currPage-1%>;">;上一页</a>;<%}%>;
                           <a href="text.jsp?page=<%=pageCount%>;">;尾页</a>;


<%  

rs.close();  


stm.close();  


con.close();
%>;  
</table>;
</body>;
</html>;

总是在第一页显示,怎么翻就是不动.

论坛徽章:
0
2 [报告]
发表于 2004-03-24 14:31 |只看该作者

兄弟们帮个忙???

真郁闷,有谁现在能帮我看一下,到底是怎么回事???

论坛徽章:
0
3 [报告]
发表于 2004-03-24 14:50 |只看该作者

兄弟们帮个忙???

解决了  谢谢.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP