JAVA
workonsunday
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
use JAXB/CXF to process soap message XML
我参考下列资料 http://stackoverflow.com/questions/11465653/how-to-unmarshall-soap-response-using-jaxb-if-namespace-declaration-is-on-soap-e http://stackoverflow.com/questions/11425109/how-to-include-the-so原创 2012-10-24 14:03:05 · 1763 阅读 · 0 评论 -
Use java.net.HttpURLConnection/HttpClient 访问web service ( HTTP/HTTPS)
提交request soap message xml到服务器,得到response xml 使用的第三方包 commons-httpclient-3.1.jar commons-codec-1.3.jar activation.jar // use HttpURLConnection public static String getResponseContent(Stri原创 2012-10-24 14:40:19 · 1364 阅读 · 0 评论 -
UrlConnection连接和Socket连接是有区别的
参考 http://zhoujianghai.iteye.com/blog/1195988 http://www.coderanch.com/t/350517/Servlets/java/socket-http-connection in ODC, there is a proxy server. It can tell us UrlConnection is differe转载 2012-10-25 12:19:09 · 902 阅读 · 0 评论 -
java keytool
http://www.micmiu.com/lang/java/keytool-start-guide/ keytool -genkey -alias michaelkey -keyalg RSA -keysize 1024 -keypass michaelpwd -validity 365 -keystore g:\sso\michael.keystore -storepass mi转载 2013-11-27 09:36:52 · 562 阅读 · 0 评论 -
java float 精度不高
float的内存空间有限,所以大数就会原创 2014-08-19 18:34:51 · 866 阅读 · 0 评论 -
use tptp to monitor java application performance (1)
Use TPTP monitor. Sometime TPTP says it is slow, but real case is it is not slow. Why?原创 2014-09-23 11:43:52 · 705 阅读 · 0 评论 -
websphere sslSocketFactory,SSLSocketFactory.getDefault() is null
SSLSocketFactory.getDefault() is null原创 2015-10-10 14:08:58 · 1752 阅读 · 0 评论 -
learn Netty
======download https://github.com/netty/netty/archive/netty-4.0.32.Final.zip =====compile with maven 1. use jdk7 2. disable checkstyle, otherwise it will says no newline at each line because原创 2015-11-03 16:31:03 · 1008 阅读 · 0 评论
分享