ssh整合的基礎知識@feeling
在web.xml中 新增*** 載入spring的配置
contextconfiglocation
org.springframework.web.context.contextloaderlistener
struts2
org.apache.struts.dispatcher.ng.filter.strutsprepareandexecuterfilter
/*
/index.jsp
配置各類的對映檔案;
配置檔案hibernat.cfg.xml書寫;
原理將原sessionfactory交給spring容器管理。
書寫db.properties配置:
jdbc.jdbcurl=jdbc:mysql:///test
jdbc.driverclass=com.mysql.jdbc.driver
jdbc.user=root
jdbc.password=123456
編寫sessionfactory配置
org.hibernate.dialect.mysqldialect
true
true
update
org.hibernate.dialect.sybaseanywheredialect
使用hibernate模板
建立dao類 繼承hibernatedaosupport;
public class userdaoimpl extends hibernatedaosupport
使用gethibernatetemplate();
contextconfiglocation
org.springframework.web.context.contextloaderlistener
opensessioninview
org.springframework.orm.hibernate5.support.opensessioninviewfilter
/*
struts2
org.apache.struts2.dispatcher.ng.filter.strutsprepareandexecutefilter
/*
實訓 SSH常用註解
1 requestparam value what required true 這個是傳參 當他為false 時 使用這個註解可以不傳這個引數 true時必須傳 required預設值是true 2 autowired可以對成員變數 方法和建構函式進行標註,來完成自動裝配的工作,這裡必須明確 aut...
自學總結4
第四章 1 絕對路徑 從根目錄 開始寫起的檔名或者目錄的名稱 相對路徑 相對於目前路徑的檔名寫法 cd 切換路徑 pwd 顯示當前所在目錄 2 在windows中,能夠執行的副檔名通常為.com.exe.bat.而在linux中,只要你的許可權中有x的話,就代表這個檔案具有被執行的權利。3 fhs要...
2019自學總結
自2018年閱讀量超過40本但發現實際成長卻有限後,2019調整了學習的模式,不再以閱讀為主要的學習方式,而改為開源專案 紙質閱讀 極客時間 imooc的模式,現在已經進入到2020年,來總結一下2019年的學習成果吧。其中 unix網路程式設計 和 tcpi ip詳解 都是重量級的大部頭,閱讀時間...