写S'日记帐用到的 ...
- 用keytool添加证书,取得https返回的信息
做在线支付,需要从银行的https协议取得一些返回的信息。
如果truststore里没有所需的证书,那么会蹦出异常: No trusted certificate found
...
如果truststore里没有所需的证书,那么会蹦出异常: No trusted certificate found
...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 利用JFreeChart生成图形报表
工作需要后台生成直观的图形报表,搜了一下,用的最广泛的就是JFreeChart ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- PDF Reader
You can't 'parse' an existing PDF file using iText, you can only 'read' it page per page...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- Java中Collection Frame中常用集合简析
摘自:http://www.matrix.org.cn/resource/article/44/44268_Collection+Frame.html <BR />
在使用Java的时候,我们都会遇到使用集合(Collection)的时候,但是Java API提供了多种集合的实现,我在使用和面试的时候频频遇到这样的"抉择"...
在使用Java的时候,我们都会遇到使用集合(Collection)的时候,但是Java API提供了多种集合的实现,我在使用和面试的时候频频遇到这样的"抉择"...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 解决JBuilderX中文显示及光标错位最简单的方法
在用户主目录下(X:\Documents and Settings\xxxxx\)
打开.primetimeX\user_zh.properties 文件...
打开.primetimeX\user_zh.properties 文件...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 获得汉字拼音首字母的java工具类
public class GetCh2Spell { ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 应用HttpClient来对付各种顽固的WEB服务器
一般的情况下我们都是使用IE或者Navigator浏览器来访问一个WEB服务器,用来浏览页面查看信息或者提交一些数据等等 ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- JAVA中将汉字转换为Unicode和Utf-8的两个函数
static public String StringToUnicode(String text) { ...