星火燎原

千日修以返初心 万日炼以达极致

导航

10 2017 档案

使用Apache Commons IO组件读取大文件
摘要:使用Apache Commons IO组件读取大文件,通过行迭代,而不是把所有行都放在内存中。 阅读全文

posted @ 2017-10-17 12:22 xusweeter 阅读(1684) 评论(0) 推荐(0)

Class.getResourceAsStream()与ClassLoader.getResourceAsStream()获取资源时的路径说明
摘要:Class.getResourceAsStream()与ClassLoader.getResourceAsStream()获取资源时的路径说明 阅读全文

posted @ 2017-10-13 14:20 xusweeter 阅读(554) 评论(0) 推荐(0)

使用HttpClient携带证书报错_Certificate for <IP> doesn't match any of the subject alternative names:[域名]
摘要:使用HttpClient携带证书报错_Certificate for doesn't match any of the subject alternative names:[域名] 阅读全文

posted @ 2017-10-13 10:46 xusweeter 阅读(20967) 评论(2) 推荐(0)

使用HttpClient携带pfx证书调用HTTPS协议的WebService
摘要:通过HttpClient构建SSL通道调用HTTPS的WebService接口,携带pfx证书信息,直接发送SOUP报文调用接口; 阅读全文

posted @ 2017-10-13 10:12 xusweeter 阅读(4023) 评论(0) 推荐(0)