摘要: System.setProperty("javax.net.ssl.trustStore", certPath); public void uploadComponent() throws Exception { HttpClient httpclient = HttpClientBuilder.create().build(); HttpPut httpget = new HttpPu... 阅读全文
posted @ 2017-02-03 17:38 wblade 阅读(1087) 评论(0) 推荐(0) 编辑
摘要: System.setProperty("javax.net.ssl.trustStore", certPath); public String getCookieString(String userId, String pwd) throws Exception { HttpClient httpc 阅读全文
posted @ 2017-02-03 17:36 wblade 阅读(849) 评论(0) 推荐(0) 编辑
摘要: grep与egrep的区别; 在linux系统环境下,我们通常使用grep命令来过滤出需要的行而egrep确很少使用,他们的区别其实很简单,grep默认不支持正则表达式,egrep默认支持正则表达式,egrep 等于 grep -E 命令。 阅读全文
posted @ 2017-02-03 16:54 wblade 阅读(1011) 评论(0) 推荐(0) 编辑