07 2011 档案
摘要:import java.sql.Connection;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.SQLException;import java.util.Scanner;import jdbc.util.JDBCUtil;public class Page { private int start = 1;//页面的起始位置 private int size = 5;//每页显示的记录数 private int end = 5;//页面的终止位置 private int count =
阅读全文
浙公网安备 33010602011771号