albert's blog
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:
2011/08/12
How to specify the time limit to complete server operations in WAS
›
Problem As I start up WAS (WebSphere Application Server) in Eclipse, it will show timeout error dialog sometimes. Solution Increase star...
Install jquerywtp to Make Eclipse WTP's JavaScript Content Assistance Support jQuery
›
1. Go to download jar file, jqueryWTP1.00foEN.jar, from http://code.google.com/a/eclipselabs.org/p/jquerywtp/downloads/list 2. execute jav...
ADMA0176E: Application installation of {0} faild with PrivilegedActionException. Ear file path is {1}.
›
Problem When I try to deploy an ear file to my WAS (WebSphere Application Server) I get the following error: ADMA0176E: Application...
The name "Ybdt010" is not a recognized entity or identifier
›
Problem As I do query via OpenJPA in WAS(WebSphere Application Server), it complains this error message org.apache.openjpa.persistence.A...
1 comment:
2011/08/11
NIG系統開發文件閱讀步驟
›
NIG系統開發文件閱讀步驟 View more presentations from Guo Albert
2011/08/10
How to setup NIG Development Environment in TaxClipse
›
How to setup NIG Development Environment in TaxClipse View more presentations from Guo Albert
2011/08/08
員工失去幹勁,主管做錯了什麼?
›
不斷的批評 無法達成的目標 不斷改變目標 未提供相關資訊使目標難以達成 當大問題發生的時候,主管卻只責備一個人 侵入式的監督他人工作 低估已經完成的工作 主管將別人的努力據為己有
org.apache.openjpa.persistence.NoResultException
›
Problem As we do search via primary key, it will show this exception message if JPA does not search any matched data 1: org.apache.open...
2011/08/05
Form Bean Creation Process for NIG System
›
View more presentations from Guo Albert
2011/08/04
How to Change WebSphere Console to English
›
Problem As I start up WebSphere, the console show Traditional Chinese in default. But it's difficult for us to figure out solutions as w...
Taking Over a Project
›
Reference: http://kaczanowscy.pl/tomek/2011-08/taking-over-a-project Team who? + characteristics + how long they work with the team + strong...
2011/07/30
Java Tools: Source Code Optimization and Analysis
›
Below is a list of some tools that can help you examine your Java source code for potential problems: http://www.javacodegeeks.com/2...
2011/07/29
[Java] 字串半型轉全型
›
Problem 使用者希望所輸入的地址,在存入資料庫的時候,能夠將數字的部份轉成全型,這樣列印起來比較美觀。 How-To 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ...
‹
›
Home
View web version