上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: https://www.cnblogs.com/hdwang/p/9071080.html 阅读全文
posted @ 2019-07-16 10:38 高圈圈 阅读(168) 评论(0) 推荐(0)
摘要: 升级老项目spring boot 和 cloud版本之后 gradle clean 报错:“Caused by: org.gradle.api.plugins.UnknownPluginException: Plugin with id 'org.springframework.boot' not 阅读全文
posted @ 2019-07-15 14:51 高圈圈 阅读(31838) 评论(0) 推荐(0)
摘要: 一. 服务注册中心、服务提供者、服务消费者 如何通信? 客户端: 应用主类中配置@EnableDiscoveryClient application.properties中配置defaultZone指定服务中心地址 @EnableDiscoveryClient开启DiscoveryClient实例, 阅读全文
posted @ 2019-07-14 17:50 高圈圈 阅读(272) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/1f4b0f98cbf1 阅读全文
posted @ 2019-07-13 14:24 高圈圈 阅读(103) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/b212afa16f1f SimpleDateFormat不是线程安全的 DateTimeFormatter是线程安全的 阅读全文
posted @ 2019-07-09 19:54 高圈圈 阅读(409) 评论(0) 推荐(0)
摘要: 老项目: SpringBoot 版本 :1.5.13.RELEASE SpringCloud 版本:Dalston.SR5 项目升级: SpringBoot 版本 :2.1.6.RELEASE SpringCloud 版本:Greenwich.SR2 武器: https://mvnrepositor 阅读全文
posted @ 2019-07-08 19:36 高圈圈 阅读(1344) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/bluuusea/article/details/79949592 阅读全文
posted @ 2019-07-08 11:09 高圈圈 阅读(196) 评论(0) 推荐(0)
摘要: 第二份实习结束了,明天就要去新公司报到了,心里很别扭,就像是小孩子上幼儿园,从小班升到中班,有恐惧,不舍,平时一起玩的小伙伴不能陪着自己了,要一个人面对未知。 每次实习都很幸运,都会遇到一群可爱的小伙伴,不敢想以后还能不能再见到。 回忆啊,一幕幕不停的闪啊,怎么都停不下来。 啊啊啊 我好难过 我有小 阅读全文
posted @ 2019-06-30 11:50 高圈圈 阅读(880) 评论(1) 推荐(0)
摘要: https://blog.csdn.net/chenkaibsw/article/details/81031950 源码: 通过代码可以看出: 阅读全文
posted @ 2019-06-23 14:59 高圈圈 阅读(12076) 评论(0) 推荐(0)
摘要: 在setProxy()方法中设置代理IP后可以将url中的域名换成这个代理IP。 http很简单,但是https这样会报错。 问题:如何使用代理发送https请求? 客户端发送https请求之前会先向这台服务器请求ssl证书,并在客服端对这个证书做一个校验。 而使用代理IP时,实际上请求打到了这个代 阅读全文
posted @ 2019-06-17 20:10 高圈圈 阅读(9274) 评论(1) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页