2011笔记

Nov 8th

远程jboss debug:
set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8080,server=y,suspend=y %JAVA_OPTS%


Apr 22nd

Main Windows CODEPAGE
http://en.wikipedia.org/wiki/Code_page

ANSI - 1252
SHIFT-JIS - 932 (Japanese Shift-JIS)
UTF-8 - 65001

修改WinMerge编码:
For all other cases, to instruct WinMerge to assume that all documents are UTF-8, set the default WinMerge codepage to 65001 (which is Microsoft's code for UTF-8) in Codepage options (Edit->Options from main menu) and then Custom Codepage.

修改完后需要重新导入文件,编码才会生效.

你可能感兴趣的:(java,xml,jboss,socket)