java筆記
在此記錄工作上所遇到的一些問題
2013年1月29日
下載與安裝 ADT (Android Developer Tools)
›
其實之前就有安裝過好幾次ADT了 從上次到這次 2.3 ~ 4.1 版本又差了許多 需要重新安裝 所以開始寫了心得 以目前來說是在 下載ADT 這邊下載的 如果連結失效 日後要找這應該也不難,搜尋 android develop就會有了... 意外的在下載頁面看到了...
2012年11月27日
Throwable while attempting to get a new connection: null
›
Enviroment: JBoss AS 5.1 GA JBoss Seam 2.2 MySQL 5.1 IDE: JBoss Developer Studio 用JBoss 來當apserver還真多災多難.... 才剛解決 ds.xml讀不到的問題結果又...
java.lang.RuntimeException: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
›
首先還是介紹一下環境 Enviroment: JBoss AS 5.1 GA JBoss Seam 2.2 IDE: JBoss Developer Studio 打包Seam 專案的EAR檔後使用 JBoss admin console來deploy時出現錯誤 參考...
2012年11月26日
mysql configuration wizard hang win7
›
因為防毒軟體可能造成MySQL安裝失敗 要再重複安裝的時候反而會Hang住... 如果你不是首次安裝可以參考以下解法 Enviroment MySQL 5.1 Win 7 64 bit 由於Uninstall並不會把所有的資料都清乾淨 這時候重複安裝就會...
2011年7月31日
JSF 取 Session
›
FacesContext facesContext = FacesContext.getCurrentInstance(); HttpSession session = (HttpSession) facesContext.getExternalContext().getSes...
2011年7月17日
install the Administration web app
›
install the Administration web app If you install Tomcat 5.5 binaries, the Administration web app is not bundled with it; this describes h...
2011年6月27日
shell script 語法簡易範例
›
while迴圈 #!/bin/sh read -r filename while [ ! -f $filename ]; do echo "--> $filename does not exist" read -r filename done...
›
首頁
查看網路版