摘要: 异常处理参考3层解耦ublic class ScrollTest { public static void main(String[] args) throws SQLException { // TODO Auto-generated method stub Object[] params =... 阅读全文
posted @ 2014-01-15 23:51 MrMrCash 阅读(412) 评论(0) 推荐(0) 编辑
摘要: public static void create2(int i) { Connection conn = null; Statement st = null; ResultSet rs = null; try { conn = JdbcUtils.getConnection(); ... 阅读全文
posted @ 2014-01-15 22:55 MrMrCash 阅读(340) 评论(0) 推荐(0) 编辑
摘要: Dao - 提供接口DaoImpl - 实现DaoFactory - 工厂模式获取实现DaoExcetpion - jdbc异常处理 实现runtime exception类即可TestDemo - 主函数User - beandaoconfig.properties - 配置文件package c... 阅读全文
posted @ 2014-01-15 00:00 MrMrCash 阅读(206) 评论(0) 推荐(0) 编辑