上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 234 下一页
摘要: 分析错误日志: 阅读全文
posted @ 2017-02-27 14:14 一天不进步,就是退步 阅读(329) 评论(0) 推荐(0)
摘要: 1.什么是feign?feign的作用是什么? Feign is a java to http client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign's first goal was reducing the comp 阅读全文
posted @ 2017-02-27 13:17 一天不进步,就是退步 阅读(4350) 评论(0) 推荐(0)
摘要: 原因是缺少插件Lomboz。 Lomboz是一个基于LGPL的开源J2EE综合开发环境的Eclipse插件,对编码,发布,测试,以及debug等各个软件开发的生命周期提供支持,支持JSP,EJB等。Lomboz是Eclipse的一个J2EE的插件,它将很多Java应用服务器、J2EE组件和Web应用 阅读全文
posted @ 2017-02-23 19:51 一天不进步,就是退步 阅读(1958) 评论(0) 推荐(0)
摘要: 1.turbine是什么?它的作用是什么? Turbine is a tool for aggregating streams of Server-Sent Event (SSE) JSON data into a single stream. The targeted use case is me 阅读全文
posted @ 2017-02-23 16:56 一天不进步,就是退步 阅读(1460) 评论(0) 推荐(0)
摘要: https://github.com/Netflix/Hystrix/wiki/How-it-Works Contents Flow Chart The following diagram shows what happens when you make a request to a service 阅读全文
posted @ 2017-02-23 14:40 一天不进步,就是退步 阅读(1996) 评论(0) 推荐(0)
摘要: LB方案分类 目前主流的LB方案可分成两类:一种是集中式LB, 即在服务的消费方和提供方之间使用独立的LB设施(可以是硬件,如F5, 也可以是软件,如nginx), 由该设施负责把访问请求通过某种策略转发至服务的提供方;另一种是进程内LB,将LB逻辑集成到消费方,消费方从服务注册中心获知有哪些地址可 阅读全文
posted @ 2017-02-23 14:06 一天不进步,就是退步 阅读(3178) 评论(0) 推荐(1)
摘要: 1.Ribbon Ribbon is a client side IPC library that is battle-tested in cloud. It provides the following features Load balancing Fault tolerance Multipl 阅读全文
posted @ 2017-02-22 17:55 一天不进步,就是退步 阅读(791) 评论(0) 推荐(0)
摘要: 原文地址:http://mt.sohu.com/business/d20161222/122312609_481676.shtml 原文地址:http://mt.sohu.com/business/d20161222/122312609_481676.shtml 账户体系是支付系统的基础,它的设计直 阅读全文
posted @ 2017-02-22 16:37 一天不进步,就是退步 阅读(2771) 评论(0) 推荐(0)
摘要: 原文地址:http://newhtml.net/using-cors/ 跨域请求一直是网页编程中的一个难题,在过去,绝大多数人都倾向于使用JSONP来解决这一问题。不过现在,我们可以考虑一下W3C中一项新的特性——CORS(Cross-Origin Resource Sharing)了。 本文的所有 阅读全文
posted @ 2017-02-22 10:37 一天不进步,就是退步 阅读(3546) 评论(0) 推荐(0)
摘要: 1.zuul 1.x的架构如下所示: 线程模型: 其web应用的web.xml 从上面可以看出,启动时有三个主类: 1.1. StartServer 1.2. ZuulServlet 1.3. ContextLifecycleFilter 2. zuul2的线程模型 其应用的web.xml文件 2. 阅读全文
posted @ 2017-02-20 19:28 一天不进步,就是退步 阅读(11468) 评论(0) 推荐(0)
上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 234 下一页