传智播客ibatis视频教程源代码

时间:2017-08-12 16:17:34
【文件属性】:

文件名称:传智播客ibatis视频教程源代码

文件大小:1.73MB

文件格式:ZIP

更新时间:2017-08-12 16:17:34

ibatis源代码

private static SqlMapClient sqlMapClient = null; static { try { Reader reader = com.ibatis.common.resources.Resources.getResourceAsReader("com/itcast/SqlMapConfig.xml"); sqlMapClient = com.ibatis.sqlmap.client.SqlMapClientBuilder.buildSqlMapClient(reader); reader.close(); } catch (IOException e) { e.printStackTrace(); } } public void addStudent(Student student) { try { sqlMapClient.insert("insertStudent",student); } catch (SQLException e) { // TODO Auto-generated catch block e.printStackTrace(); } }


【文件预览】:
ibatis
----.project(1KB)
----.mymetadata(291B)
----src()
--------com()
----WebRoot()
--------WEB-INF()
--------index.jsp(279B)
--------META-INF()
----.myeclipse()
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.jdt.core.prefs(330B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------.jsdtscope(500B)
----.classpath(589B)

网友评论

  • 讲的比较简单
  • 下载可以用,不错的资源
  • 不错,正好可以使用
  • 是视频项目的源代码,有帮助,谢谢分享。
  • Ibatis还是比较好学的,视频也不错
  • 很好 很适用。。。
  • 还可以吧,用用看看
  • 不错,正好需要
  • 可以用,还不错
  • 下载可用,基础入门,对IBATIS不熟悉的可以下载学习下