Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Servlet/JSP/JSF/JavaFX Script  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
reply to postflat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:请问,分页的时候,报这样的错误: [Re:kingmax2004]
kingmax2004





发贴: 14
于 2004-12-02 18:38 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我的代码以下:
请看那里出错?今天我弄了一天还不行,所以就请教高手了。
谢谢!

<%@ page contentType="text/html; charset=big5" language="java" import="java.sql.*,java.util.*"%>
<jsp:useBean id="BTUBean" scope="page" class="myutil.MyUtil"/>
<%@ include file="inc/conndb.jsp"%>
<table width="760" height="50" border="0" cellpadding="0" cellspacing="1" bgcolor="#999999">
<!--DWLayoutTable-->
<tr align="center" valign="middle" bgcolor="#CCCCCC">
<td width="115" height="25">ID</td>
<td width="112">用?</td>
<td width="107">密?</td>
<td width="112">是否管理?</td>
<td width="214">建???</td>
<td width="55"> </td>
<td width="43"> </td>
</tr>
<%
int PageSize=3;
int ShowPage=1;
int RowCount=0;
int PageCount=0;
int temp=0;
String sql="SELECT * FROM adminlog order by id desc";
ResultSet RS = stmt.executeQuery(sql);
RS.last();
RowCount=RS.getRow();
temp=RowCount%PageSize;
if(temp==0)
{
PageCount=RowCount/PageSize;
}else{PageCount=RowCount/PageSize+1;}
String ToPage=request.getParameter("topage");
if(ToPage==""){ToPage="1";}else{ShowPage=new Integer(ToPage).intValue();
if(ShowPage>PageCount){ShowPage=PageCount;}
else if(ShowPage<=0){ShowPage=1;}}
RS.absolute((ShowPage-1)*PageSize+1);
int ic=1,linshi=1;
linshi=ShowPage;
RS.previous();
String userid,username;
while(RS.next()&ic<=PageSize)
{
ic++;
userid=RS.getString("id");
username=RS.getString("logname");

%>
<tr align="center" valign="middle" bgcolor="<%
if(ic%2>0)
{out.print("#ffffff");}else{out.print("#e8e8e8");}%>" onMouseOver="this.style.backgroundColor='E5F0FF'" onMouseOut="this.style.backgroundColor=''">
<td height="25"><%=userid%></td>
<td><%=username%></td>
<td><%=RS.getString("logpasswd")%></td>
<td><%=RS.getString("setadmin")%></td>
<td><%=RS.getString("create_date")%></td>
<td><a href="user_edit.jsp?userid=<%=userid%>&username=<%=username%>">??</a></td>
<td><a href="user_del.jsp?userid=<%=userid%>" onClick="javascript:if (confirm('?定?除<%=" "+username+" "%>??')); else return false; ">?除</a></td>
</tr>
<%
}
RS.close();
stmt.close();
userBean.releaseConnection(sConn);
%>
</table>
<table width="753" height="53" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="bottom">
共<%=RowCount%>?,<%=ShowPage%>/<%=PageCount%>,
<%linshi=ShowPage-1;
if(linshi>0)
{%><a href="index.jsp?ToPage=<%=linshi%>">上?</a>
<%}else{%>上?
<%}linshi=ShowPage+1;
if(linshi<=PageCount)
{%><a href="index.jsp?ToPage=<%=linshi%>">下?</a>
<%}else{%>下?<%}%>
</td>
</tr>
</table>
</body>
</html>




搞笑QQ图片

话题树型展开
人气 标题 作者 字数 发贴时间
3496 请问,分页的时候,报这样的错误: kingmax2004 593 2004-12-02 16:46
3120 Re:请问,分页的时候,报这样的错误: chengbd 118 2004-12-02 18:20
3021 Re:请问,分页的时候,报这样的错误: chengbd 173 2004-12-03 17:43
3072 Re:请问,分页的时候,报这样的错误: kingmax2004 32 2004-12-03 17:49
3172 Re:请问,分页的时候,报这样的错误: kingmax2004 196 2004-12-03 18:33
3118 Re:请问,分页的时候,报这样的错误: kingmax2004 337 2004-12-02 18:38
3165 Re:请问,分页的时候,报这样的错误: kingmax2004 2652 2004-12-02 18:38
3032 Re:请问,分页的时候,报这样的错误: chengbd 61 2004-12-02 21:04
3130 Re:请问,分页的时候,报这样的错误: kingmax2004 139 2004-12-03 07:12
3031 Re:请问,分页的时候,报这样的错误: chengbd 1347 2004-12-03 17:13
3003 Re:请问,分页的时候,报这样的错误: chengbd 633 2004-12-03 17:22
3122 Re:请问,分页的时候,报这样的错误: kingmax2004 1405 2004-12-03 17:33
3030 Re:请问,分页的时候,报这样的错误: chengbd 656 2004-12-03 17:38

reply to postflat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923