2013年3月27日 星期三

Issue Tracking System

http://java-source.net/open-source/issue-trackers

http://en.wikipedia.org/wiki/Comparison_of_issue-tracking_systems

http://www.thegeekstuff.com/2010/08/bug-tracking-system/

2013年3月12日 星期二

Excel #VALUE

Excel若cell formula回傳#VALUE, 可用IFERROR代換回傳值, 以利後續計算

2013年3月11日 星期一

Tomcat7 & JConsole & JMX

不知道是不是因為Timcat7的關係, 網路上找到的設定都沒辦法成功
最後總結成功的設定(基本上參考http://www.haogongju.net/art/1762695)

1. download ​​catalina-jmx-remote.jar from http://tomcat.apache.org/download-70.cgi(address may change)
and save to $CATALINA_HOME/lib

2. Add Listener to server.xml, in my case


3. set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=[Host IP]

3.1 If use CATALINA_OPTS will cause Exception (java.io.FileNotFoundException: jmxremote.access) in my case.
3.2 -Djava.rmi.server.hostname=[Host IP] is essential if want to connect remotely.

4. Start Tomcat

5. Run jconsole Remote Process with :9081

It works!!



Windows & Telnet?

其實我的問題是發生在Windows7

官方的解答
http://support.microsoft.com/kb/982538/zh-tw

...

當我嘗試在 Windows 7 中使用 telnet 功能時,卻出現了錯誤訊息【’telnet’ 不是內部或外部命令、可執行的程式或批次檔】,爲什麽會發生這樣的問題呢?

其實 Window 7 作業系統預設並沒有安裝 Telnet 用戶端程式,所以只有手動新增安裝,就可以解決這個問題了。

...

控制台 >  程式集 >  開啟或關閉Windows功能 > 勾選"Telnet用戶端"