albert's blog
2011/03/25
Implementing a simple toString() with Apache Commons
›
我們在Web開發的時候,JSP頁面參數是透過 form bean 傳遞,有時候需要印出 form bean 裡頭的 value 來 debug ,大家可以在 form bean 中, override toString() ,如以下寫法 public String toStr...
2011/03/24
Apply MyEclipse to do entity class generation
›
Check out this SlideShare Presentation: Apply MyEclipse to do entity class generation View more presentations from Guo Albert .
NIG Project setup quickly tutorial
›
Nig project setup quickly tutorial from Guo Albert
2011/03/16
WTRN0037W: The transaction service encountered an error on an xa_recover operation
›
As I start up WAS(WebSphere Application Server) V7, it show error messages as bellows: [2011/3/16 17:30:48:784 CST] 0000000b XARmins...
2 comments:
2011/03/03
如何在Word中建立書籤及超連結
›
建立書籤與超連結 1. 將要做書籤的文字進行反白 2. 插入-->書籤 3. 輸入書籤名稱-->新增 4. 把要做超連結的文字進行反白 5. 按下書籤按鈕 6. 選擇剛剛建立的書籤 --> 確定 ...
2011/01/31
RSA Error: 需要管理員權限,請嘗試『以系統管理員身分執行』。
›
Scenario I got this error message " 需要管理員權限,請嘗試『以系統管理員身分執行』。 " when I launch IBM Installation Manager. Solution
2011/01/28
Rational Software Architect (RSA) 7.5 for WebSphere Installation
›
Install IBM Installation Manager Welcome Page, Click Next Choose I accept agreement...., and Click Next Click Next Click Install Downloading...
RSA Error: alt + / does not work
›
Scenario In Rational Software Architect (RSA) 7.5, I create a web project. And I would like to use alt + / hot key. Root Cause I u...
RSA Error:WebSphere Application Server 6.1版目前正在執行,請關閉它以繼續進行。
›
Scenario As I installed RSA 7.5 for WebSphere, and selected RSA & WebSphere It show this error message: WebSphere Application...
2011/01/27
Eclipse Error – Failed to load the JNI shared library "C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll"
›
Scenario As I start up eclipse after I installed Windows 7 64-bit, it complained this error: Failed to load the JNI shared library ...
2011/01/18
How to Query Columns' Comments from Database
›
Problem I would like retrieve comments from each column. The database is Oracle. Solution select table_name , column_name , comments ...
2011/01/07
Utilize JDeveloper and SchemaSpy to maintain database schema & document
›
Scenario 1. I need to change database schema frequently, and add comments for each column (it does not have any comments originally). 2. I h...
‹
›
Home
View web version