摘要:
http://www.oracle.com/technetwork/java/javase/downloads/index.html JAVA下載地址 http://commons.apache.org/logging/ Apache Commons Logging API 下載地址 http:// 阅读全文
2018年8月27日
摘要:
hibernate 的作用是控制數據庫 1,首先要導入相關的jar包在WebRoot->WebInf->lib 2,配置好hibernate.cfg.xml 配置步驟:1數據庫名字, 2數據庫密碼,3數據庫驅動,4數據庫url,5數據庫方言,6需要映射domain地址 3,在實現類寫操作方法 寫法步 阅读全文