JSP_网上搜集的分页及example搜索相关代码(5)

发布时间:2021-06-07

/**

* 设置总页数

* @param countPage */

public void setCountPage() {

//通过总行数设置总页数

if (this.countRow % this.PAGEROW == 0) {//如果总行数除以每页显示的

行数余数为零时,总页数等于它们的商 this.countPage = this.countRow / this.PAGEROW;

} /**

* 得到总行数 * @return */

public int getCountRow() { } /**

* 设置总行数

* @param countRow */

public void setCountRow() {

//通过聚合函数查询 TBL_BOOK 表中一共有多少条数据,并把值存储到 countRow String sql = "SELECT COUNT(*) FROM TBL_BOOK"; try { }

PreparedStatement ps =

ResultSet rs = ps.executeQuery(); if (rs.next()) { }

// TODO Auto-generated catch block e.printStackTrace();

this.countRow = rs.getInt(1);

return countRow;

} else {//否则,总页数等于它们的商加1 this.countPage = this.countRow / this.PAGEROW + 1; }

}

super.getConn().prepareStatement(sql);

} catch (SQLException e) {

JSP_网上搜集的分页及example搜索相关代码(5).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219