原创 j2ee development without EJB 筆記

Typical candidate concerns include: ?      Tracing and performance monitoring ?      Auditing ?      Notificatio

原创 jvm 和 profiler 和hibernate筆記

年輕代:     所有新生成的對象首先都是放在年輕代的。年輕代的目標就是儘可能快速的收集掉那些生命週期短的對象。年輕代分三個區。一個Eden區,兩個 Survivor區(一般而言)。大部分對象在Eden區中生成。當Eden區滿時,還存活的對

原创 hibernate筆記,625

<class name="Item" table="ITEM">     ...     <many-to-one name="seller"                  class="User"        

原创 hibernate筆記,跳過13.4,13.5,

hibernate書推薦這本書,SQL Tuning by Dan Tow。回頭找找電子版   Use  batch  sizes between 3 and 15.   The four built-in concurrency st

原创 hibernate筆記,687頁

native sql: session.createNativeQuery pagination: Query sqlQuery =         session.createSQLQuery("select {u.*} from

原创 hibernate筆記,第十五章打算只看15.3了

select new ItemBidSummary(            bid.item.id, count(bid), avg(bid.amount)            ) from Bid bid whe

原创 blog搬家了

blog搬家到 http://www.blogjava.net/vcycyv 了

原创 四大名著

今天跟老婆學郭德綱的一個小段“劉關張兄弟三人桃園結義,一個頭磕完那就跟親兄弟一樣!然後保着唐僧就上了梁山了~《紅樓夢》裏有這個故事”。講完老婆問,這個笑話裏怎麼沒提聊齋志異?我說這說的是四大名著啊,老婆問,四大名著裏沒有聊齋志異麼?我靠,活

原创 ***

[main] Description= !Host=116.213.97.115 AuthType=1 GroupName=sasapac-beijing GroupPwd= enc_GroupPwd=9756985D7D0EA

原创 我的友情鏈接

51CTO博客開發

原创 hibernate flush

今天看了wang yong的視頻,做筆記之前google了一下,發現有人做過筆記了,抄一下: http://xiaoniudu2008.javaeye.com/blog/228588 ============= 1.session在啥情況下

原创 struts2 和hibernate 零星記錄

struts-default.xml, struts-plugin.xml, struts.xml按照順序加載,因爲多個plugin的加載順序不一定,所以plugin之間不能有依賴關係   因爲struts的action是多實例的,所以跟s

原创 hibernate flush

今天看了wang yong的視頻,做筆記之前google了一下,發現有人做過筆記了,抄一下: http://xiaoniudu2008.javaeye.com/blog/228588 ============= 1.session在啥情況下

原创 visualsvn

今天試用了一下,很好,轉貼自:http://blog.csdn.net/mini_snow/archive/2008/11/01/3197017.aspx VisualSVN Server----更方便使用的SVN服務器 收藏   前

原创 備份mysql的bat腳本

連抄帶改了一個,記錄下來 @echo off set errorlevel=0 set dump_command="C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqldump"