上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 229 下一页
摘要: 原因是缺少插件Lomboz。 Lomboz是一个基于LGPL的开源J2EE综合开发环境的Eclipse插件,对编码,发布,测试,以及debug等各个软件开发的生命周期提供支持,支持JSP,EJB等。Lomboz是Eclipse的一个J2EE的插件,它将很多Java应用服务器、J2EE组件和Web应用 阅读全文
posted @ 2017-02-23 19:51 一天不进步,就是退步 阅读(1926) 评论(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 一天不进步,就是退步 阅读(1412) 评论(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 一天不进步,就是退步 阅读(1957) 评论(0) 推荐(0)
摘要: LB方案分类 目前主流的LB方案可分成两类:一种是集中式LB, 即在服务的消费方和提供方之间使用独立的LB设施(可以是硬件,如F5, 也可以是软件,如nginx), 由该设施负责把访问请求通过某种策略转发至服务的提供方;另一种是进程内LB,将LB逻辑集成到消费方,消费方从服务注册中心获知有哪些地址可 阅读全文
posted @ 2017-02-23 14:06 一天不进步,就是退步 阅读(3144) 评论(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 一天不进步,就是退步 阅读(760) 评论(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 一天不进步,就是退步 阅读(2694) 评论(0) 推荐(0)
摘要: 原文地址:http://newhtml.net/using-cors/ 跨域请求一直是网页编程中的一个难题,在过去,绝大多数人都倾向于使用JSONP来解决这一问题。不过现在,我们可以考虑一下W3C中一项新的特性——CORS(Cross-Origin Resource Sharing)了。 本文的所有 阅读全文
posted @ 2017-02-22 10:37 一天不进步,就是退步 阅读(3520) 评论(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 一天不进步,就是退步 阅读(11413) 评论(0) 推荐(0)
摘要: 原文地址:http://techblog.netflix.com/2013/06/announcing-zuul-edge-service-in-cloud.html The Netflix streaming application is a complex array of intertwine 阅读全文
posted @ 2017-02-17 18:06 一天不进步,就是退步 阅读(600) 评论(0) 推荐(0)
摘要: 原文地址:http://blog.csdn.net/enweitech/article/details/52582918 看了几周spring相关框架的书籍和官方demo,是时候开始总结下这中间的学习感悟。 首先,最想说的是,当你要学习一套最新的技术时,官网的英文文档是学习的最佳渠道。因为网上流传的 阅读全文
posted @ 2017-02-17 10:25 一天不进步,就是退步 阅读(28608) 评论(2) 推荐(4)
上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 229 下一页