摘要: 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)
摘要: //https信任所有请求创建 public static CloseableHttpClient createSSLClientDefault(){ try { SSLContext sslContext = new SSLContextBuilder().loadTrustMaterial(null, new TrustStrategy() { ... 阅读全文
posted @ 2017-04-28 18:04 旅行箱中的候鸟 阅读(2107) 评论(0) 推荐(0)