My class inherit a third party class and override it's method. And I want generate my JavaDoc to inherit super description. But I cannot find the solution by Google. The most of suggestion is use "link" option. It also maybe my query condition is not good. Any way, I cannot find the solution on the web.
Is it impossible to do that ?
No, I found the solution by my self.
2012年1月20日 星期五
2012年1月19日 星期四
在 Linux 中取得某程式所使用的記憶體大小
例如想知道 Tomcat 到底用了多少記憶體,則用
pmap $(ps -eo pid,comm,command | grep tomcat | awk '$2=="java" {print $1}') | grep total
下面是語法的說明
2012年1月18日 星期三
2012年1月16日 星期一
解決無法在Tomcat Web App 中使用Linux連結資料夾的問題
在 Linux 中可以幫檔案或資料夾建立連結(Symbolic Link)
如此就能像操作實體檔案一樣來操作該連結
若在 Web App 中放了一個資料夾的連結
理論上,這個資料夾下的網頁也能被瀏覽到
但是實際打上對應的 URL 時卻會得到 HTTP 404 找不到網頁的問題
如此就能像操作實體檔案一樣來操作該連結
若在 Web App 中放了一個資料夾的連結
理論上,這個資料夾下的網頁也能被瀏覽到
但是實際打上對應的 URL 時卻會得到 HTTP 404 找不到網頁的問題
訂閱:
文章 (Atom)