jsp+oracle实现简单的分页
oracle脚本:drop table t_student cascade constraints;
?创建学生实体类:package com.stmcc.test;