会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
旅行箱中的候鸟
博客园
首页
新随笔
联系
管理
订阅
2017年6月5日
idea google code style
摘要: 1、https://github.com/google/styleguide 下载google code style风格配置xml 2、自己操作系统所属目录\.IntelliJIdea15\config\codestyles\ 没有codestyles文件目录的自己创建一个把 intellij-ja
阅读全文
posted @ 2017-06-05 19:21 旅行箱中的候鸟
阅读(1217)
评论(0)
推荐(0)
2017年4月28日
httpclient4.4信任所有请求支持https
摘要: //https信任所有请求创建 public static CloseableHttpClient createSSLClientDefault(){ try { SSLContext sslContext = new SSLContextBuilder().loadTrustMaterial(null, new TrustStrategy() { ...
阅读全文
posted @ 2017-04-28 18:04 旅行箱中的候鸟
阅读(2107)
评论(0)
推荐(0)
公告