SSH框架 不能儲存 和修改,但能查詢資料庫記錄

2021-06-06 18:28:52 字數 349 閱讀 8714

ssh框架 不能儲存 和修改,但能查詢資料庫記錄

使用的是struts2.2  spring 3 hibernate3 

需要在web.xml.裡的節點  

hibernatefilter

org.springframework.orm.hibernate3.support.opensessioninviewfilter

sessionfactorybeanname

sessionfactory

singlesession

true

flushmode

auto

/*

加入紅色**就好了。

MySQL檢視和修改資料庫儲存目錄

登入mysql後使用如下命令 show global variables like datadir mysql預設資料庫儲存目錄是在根目錄 下,如果根目錄儲存空間很小的話,我們需要資料庫的儲存目錄,具體方法可參考 mysql更改資料庫資料儲存目錄。下面是我測試機器上mysql資料庫目錄下的所有資料庫...

查詢資料庫中的儲存過程和函式

查詢資料庫中的儲存過程和函式 方法一 select name from mysql.proc where db your db name and type procedure 儲存過程 select name from mysql.proc where db your db name and typ...

查詢資料庫中的儲存過程和函式

方法一 select name from mysql.proc where db your db name and type procedure 儲存過程 select name from mysql.proc where db your db name and type function 函式 方...