spring使用筆記

2021-08-22 17:23:48 字數 613 閱讀 4946

1,service方法的transactionattributes配置為readonly時,

批處理中出現錯誤: ora-01456: 不可以在 read only 事務處理中執行插入/刪除/更新操作

2,failed to convert property value of type

錯誤的原因是service屬性應該是介面,而不能是乙個類

3,spring2.5支援jdk1.4

readme.txt裡有這樣一句:

the spring framework 2.5 requires jdk 1.4.2 and j2ee 1.3 (servlet 2.3, jsp 1.2, jta 1.0, ejb 2.0). jdk 1.6 is

required for building the framework; for the full build including all aspects, aspectj is required as well.

core包下有個jdkversion類,用來判斷jdk版本.**裡的相關位置對環境變數進行了判斷,有時候做同一件事提供了兩套方案,高於1.5(或1.6)一種,低於1.5(或1.6)又是一種,構建時用1.6版本以1.4編譯,就能在1.4上用了。

Vim 使用筆記

set hlsearch set nohlsearch 搜尋後清除上次的加亮 nohl nohlsearch 拷貝 很有用的一句話,規定了格式選項,讓它換行不自動空格 set formatoptions tcrqn set fo r set noautoindent 再 shift insert 正...

xemacs使用筆記

xemacs使用筆記 xemacs emacs的下一代,由lucid原創 from debian參考手冊.由於不知道什麼時候刪掉了emacs的乙個重要檔案.每次都沒法安裝好.突然發現了xemacs,於是決定使用看看.本人還是菜鳥,僅供交流 我使用的ubuntu系統,所以就直接apt get inst...

TreeView使用筆記

treeview由節點構成,建樹通過對treeview.items屬性進行操作。items是乙個ttreenodes物件,這是乙個ttreenode集。一 針對ttreenodes,也就是 treeview.items,有這些屬性 1 count,節點個數。2 item index 通過index得...