//分頁查詢H2表中的數據,10-20條數據
H2Opertion.query(conn,10,20); } catch (Exception e) { H2Opertion.log.error(e); } finally { try { conn.close(); } catch (SQLException e) { H2Opertion.log.error(e); } } }}文章首發地址:Solinx
http://www.solinx.co/archives/67
新聞熱點
疑難解答