go for IT
/*code for living code for fun*/
顯示具有
java
標籤的文章。
顯示所有文章
顯示具有
java
標籤的文章。
顯示所有文章
2011年7月4日 星期一
EntityUtils 中文big5
如果頁面編碼為big5取回頁面時需
EntityUtils.toString(HttpResponse.getEntity(),
"big5"
);
避免亂碼~
2009年10月2日 星期五
xjc tool 轉xsd至java 、schemagen tool 轉java至xsd
在
\jdk1.6.0_11\bin\下可找到xjc.exe及schemagen.exe
轉xsd至java
console->
\jdk1.6.0_11\bin\xjc xxx.xsd 則可轉換於相對目錄下
轉java至xsd
console->
\jdk1.6.0_11\bin\schemagen xxx.java 則可轉換於相對目錄下
參考
http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/twbs_jaxbjava2schema.html
較舊的文章
首頁
訂閱:
文章 (Atom)