上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 34 下一页

2020年4月21日

面试题

摘要: 参见:https://blog.csdn.net/Butterfly_resting/article/details/82894172 可以参考他的面试但是有些面试是错的,还有就是很浅显,但是值得借鉴 https://blog.csdn.net/weixin_36279318/article/det 阅读全文

posted @ 2020-04-21 00:37 The羿 阅读(61) 评论(0) 推荐(0) 编辑

2020年4月20日

activemq的基本使用

摘要: 参见:https://blog.csdn.net/liuyuanq123/article/details/79109218 阅读全文

posted @ 2020-04-20 23:17 The羿 阅读(67) 评论(0) 推荐(0) 编辑

mysql的索引基础--------创建,优化,失效

摘要: 回表,如果sql中查询的数据不只是标有索引的那个字段则需要回表查询 https://www.jianshu.com/p/77eaad62f974 附加 回表的解释 参见:http://www.imooc.com/article/301683 简单介绍不详细, 参见:https://yuanrengu 阅读全文

posted @ 2020-04-20 21:58 The羿 阅读(98) 评论(0) 推荐(0) 编辑

2020年4月19日

spring cloud中各个组件设置超时的详细解释

摘要: 参见:https://blog.csdn.net/luanlouis/article/details/90724258 极为清晰的介绍了spring cloud中各个组件的超时设置 https://www.jb51.net/article/129343.htm 设置各种组件超时的方法 https:/ 阅读全文

posted @ 2020-04-19 22:43 The羿 阅读(179) 评论(0) 推荐(0) 编辑

spring cloud中Hystrix组件的基本使用

摘要: 参见:Hystrix基本使用 阅读全文

posted @ 2020-04-19 21:57 The羿 阅读(122) 评论(0) 推荐(0) 编辑

spring cloud的feign调用与rest template+ribbon调用的使用方式

摘要: 参见:https://blog.csdn.net/zhonglunsheng/article/details/89115792 基本的使用 https://www.jianshu.com/p/b5030c47ddcc 概念理解的补充 https://www.leiue.com/difference- 阅读全文

posted @ 2020-04-19 21:25 The羿 阅读(141) 评论(0) 推荐(0) 编辑

spring boot各个组件

摘要: 参见:https://zhuanlan.zhihu.com/p/95696180?from_voters_page=true 阅读全文

posted @ 2020-04-19 19:42 The羿 阅读(1982) 评论(0) 推荐(0) 编辑

spring boot启动原理

摘要: 参见:https://blog.csdn.net/chenpengjia006/article/details/81871792?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-2&utm_s 阅读全文

posted @ 2020-04-19 18:12 The羿 阅读(102) 评论(0) 推荐(0) 编辑

spring boot常用的注解

摘要: 补充: 在使用springcloud ribbon客户端负载均衡的时候,可以给RestTemplate bean 加一个@LoadBalanced注解,就能让这个RestTemplate在请求时拥有客户端负载均衡的能力: @Bean@LoadBalancedRestTemplate restTemp 阅读全文

posted @ 2020-04-19 11:17 The羿 阅读(77) 评论(0) 推荐(0) 编辑

spring中全局异常处理spring boot方式与xml配置方式

摘要: 参见:https://www.cnblogs.com/zs-notes/p/9366066.html spring boot方式处理全局异常 阅读全文

posted @ 2020-04-19 09:35 The羿 阅读(252) 评论(0) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 34 下一页

导航