jadestoner

导航

 

2019年7月25日

摘要: 配置方式详解 目前dubbo提供了四种配置方式,他们分别是: 1. XML Configuration 2. Properties Configurtion 3. API Configuration 4. Annotation Configuration 下面我们来分别详细的介绍一下他们 XML C 阅读全文
posted @ 2019-07-25 15:25 jadestoner 阅读(578) 评论(0) 推荐(0)
 

2019年7月24日

摘要: Quick start 这个章节较为简单,不过我们作为初学者,最好动手敲一下。加深我们对整个流程和结构的理解。 使用Dubbo最普遍的方式是在spring框架中运行它。接下来的内容将引导你使用spring的xml配置的方式来开发一个Dubbo应用。当然也可以使用API配置的方式。 Service p 阅读全文
posted @ 2019-07-24 15:49 jadestoner 阅读(286) 评论(0) 推荐(0)
 
摘要: 软件架构发展背景 单体 垂直分层 分布式服务 流式计算 dubbo出现的基本需求点 服务变多带来的服务URL难以配置,F5负载均衡的单点故障 服务依赖关系变得复杂,难以描述 流量变大的情况下,服务的容量,机器数量等问题难以评估 dubbo架构及其特点 Architecture Provider Co 阅读全文
posted @ 2019-07-24 15:06 jadestoner 阅读(210) 评论(0) 推荐(0)
 
摘要: "Your First Dubbo Demo" Your First Dubbo Demo Java RMI Introduction(RMI简介) RMI是一种机制,允许访问或者调用另一台JVM上的对象或者方法。RMI是一种特殊的RPC,使用了支持OOP的java语言来实现。用户可以不经过IDL( 阅读全文
posted @ 2019-07-24 11:03 jadestoner 阅读(263) 评论(0) 推荐(0)
 

2019年6月5日

摘要: 原文:https://docs.spring.io/spring framework/docs/current/spring framework reference/core.html beans definition 1.3 Bean Overview bean概述 A Spring IoC co 阅读全文
posted @ 2019-06-05 13:38 jadestoner 阅读(448) 评论(0) 推荐(0)
 

2019年5月28日

摘要: 翻译自:https://docs.spring.io/spring framework/docs/current/spring framework reference/core.html beans basics 原文 The org.springframework.context.Applicat 阅读全文
posted @ 2019-05-28 18:12 jadestoner 阅读(533) 评论(0) 推荐(0)
 
摘要: Version 5.1.7.RELEASE This part of the reference documentation covers all the technologies that are absolutely integral to the Spring Framework. 本章覆盖了 阅读全文
posted @ 2019-05-28 18:12 jadestoner 阅读(642) 评论(0) 推荐(0)
 
摘要: 翻译自:https://docs.spring.io/spring framework/docs/current/spring framework reference/core.html beans introduction 原文及翻译 This chapter covers the Spring 阅读全文
posted @ 2019-05-28 17:08 jadestoner 阅读(203) 评论(0) 推荐(0)
 

2019年5月9日

摘要: 占坑,备忘 部分内容转载自 "link" "link" TCP的定义是一个可靠的面向流的传输协议。 【可靠】就包括俩方面,一个是保证数据是完整的(重传机制),一个就是保证数据流量能在彼此的接受范围内。 本篇主要学习的滑动窗口及拥塞控制等内容主要都是关于流量控制的。 TCP是双全工协议,发送方和接收方 阅读全文
posted @ 2019-05-09 13:22 jadestoner 阅读(368) 评论(0) 推荐(0)
 

2019年5月5日

摘要: 123123 阅读全文
posted @ 2019-05-05 16:14 jadestoner 阅读(177) 评论(0) 推荐(0)