albert's blog
2011/09/23
There are no resources that can be added or removed from the server
›
Today I simply would like to deploy my ear file to WAS (Web Application Server) as usual. But it fail to find my EAR file: I spent...
1 comment:
2011/09/22
How to avoid CheckStyle Errors
›
View more presentations from Guo Albert
2011/09/21
NIG系統報表開發指南
›
View more presentations from Guo Albert
2011/09/17
net.sf.json.JSONException: org.apache.openjpa.lib.util.ParseException
›
Scenario 當使用者輸入 異常代號 ,系統要自動帶出 違章編號 、 徵銷管理代號 、 應納金額 、 已納金額 等欄位。 Problem 在Controller,我們會去呼叫後端service class,根據使用者所輸入的異常代號進行搜尋,帶回符合條件的e...
2011/09/15
How to Organize Imports Automatically in Eclipse
›
Problem When using Eclipse, I find myself typing Ctrl+Shift+O several times, to organize imports (usually imports which are no longer requi...
2011/09/10
tutorials point
›
一個還不錯的技術學習網站: http://www.tutorialspoint.com/index.htm
2011/09/09
JPA Annotation @JoinColumn / @JoinColumns 應用
›
Scenario 我們在利用JPA(Java Persistence API)的時候,code generator會自動幫table之間有關連的部份產生出來,但是在實際應用上,有可能table之間沒有關連性,但是卻需要來做join抓取資料的需求。 此時就要自行在該entit...
Checkbox/Radio Button filters with jQuery
›
Scenario 當使用者輸入查詢條件,並按下查詢按鈕,系統會自動將符合條件的資料呈現於data grid中,使用者選擇某筆資料,點選查詢 當使用者點選查詢後,系統會將資料庫的資料帶入dialog中: 系統會根據欄位值來決定radio button要預設選擇哪一個,...
2011/09/08
net.sf.json.JSONException: There is a cycle in the hierarchy!
›
Problem I apply JPA(Java Persistence API) to do search via primary key, then it return an object to me. And I would like to covert this o...
1 comment:
2011/09/07
How to Automatically Add Javadoc and File Headers to Your Source Code
›
Problem In our project, we need to fix all checkstyle checking errors. One of the most annoying error is missing a Javadoc comment . So...
1 comment:
2011/09/05
How to Adjust Your Eclipse's Tab Policy to Spaces Only
›
1. Window --> Preference 2. Use " formatter " as keyword to search --> New 3. Give it a new name in New Profile dialog -...
2011/09/03
ADMA0174E: The filepermission argument contains an invalid formator contains an invalid regular exp
›
Problem As I try to deploy my ear file to WAS(WebSphere Application Server), it show this error message [10/09/03 15:22:21:394 GMT] 0000...
2011/09/01
@Autowire is not working properly in my spring application
›
Problem From my @Controller, i can easily access my autowired @Service class and play with it no problem. But when I do that from a separat...
2011/08/31
Example of the Strategy Design Pattern
›
Summary The Strategy Design Pattern consists of a number of related algorithms encapsulated in a driver class often named Context. A user...
2011/08/24
illegal character: \65279 when using file encoding UTF8
›
Problem As I try to compile classes in my workspace, it show this error message "illegal character: \65279 when using file encoding UT...
JasperWave - designer for JasperReports
›
Another report designer tool choice for JasperReports: http://jasperwave.com/docs/introduction.html
Ease Your Effort of Putting Data into History Table
›
Ease Your Effort of Putting Data into History Table from Guo Albert
2011/08/23
had objects of type "gov.fdc.nig.domain.Nigt038PK" but expected signature "gov.fdc.nig.domain.Nigu038PK"
›
Problem As I utilize Appche commons PropertyUtils.copyProperties API, it show this error message in runtime Cannot invoke gov.fdc.nig....
2011/08/21
NIG 系統開發指引
›
NIG 系統開發指引 View more presentations from Guo Albert
2011/08/18
org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [gov.fdc.nig.controlop.NIG225Manager] found for dependency
›
Problem As I execute my function, it show this error message Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException:...
1 comment:
‹
›
Home
View web version