书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 1529 个相关结果.
  • dubbo:provider

    dubbo:provider dubbo:provider dubbo:provider 配置 服务提供者缺省值配置。对应的配置类: org.apache.dubbo.config.ProviderConfig 。同时该标签为 <dubbo:service> 和 <dubbo:protocol> 标签的缺省值设置。 属性 对应URL参数 类型...
  • Encoder(编码器)

    Encoder(编码器) MessageToByteEncoder MessageToMessageEncoder Encoder(编码器) 回顾之前的定义,encoder 是用来把出站数据从一种格式转换到另外一种格式,因此它实现了 ChannelOutboundHandler。正如你所期望的一样,类似于 decoder,Netty 也提供了一组...
  • Proguard

    Proguard note note Proguard note This help topic is in development and will be updated in the future. If you have some restrictions on your JAR size (for example whe...
  • Sofa快速开始

    Sofa快速开始 环境准备 运行shenyu-examples-sofa项目 测试 Sofa快速开始 本文档演示如何将Sofa 服务接入到Apache ShenYu 网关。您可以直接在工程下找到本文档的示例代码 。 环境准备 请参考运维部署的内容,选择一种方式启动shenyu-admin 。比如,通过 本地部署 启动Apache Shen...
  • 配置项列表

    配置项列表 共有配置项 Master配置项 Worker配置项 用户配置项 集群管理配置项 安全性配置项 配置项列表 所有Alluxio配置属性都属于以下六类之一: 共有配置项 (由Master和Worker共享), Master配置项 ,Worker配置项 , 用户配置项 ,集群管理配置项 (用于在诸如Mesos和YARN...
  • Elasticsearch Service

    Elasticsearch Service Creating an Elasticsearch cluster Interact with the cluster Advanced topics Endpoints Custom Endpoints Re-using a single cluster instance Storage Layout ...
  • 概述

    概述 模块介绍 Socket介绍 Hutool封装 概述 模块介绍 Socket介绍 介绍来自:https://www.liaoxuefeng.com/wiki/1252599548343744/1305207629676577 在开发网络应用程序的时候,我们又会遇到Socket这个概念。Socket是一个抽象概念,一个应用程...
  • Architecture Design

    System Architecture Design System Structure System Architecture Diagram Start Process Activity Diagram Architecture Description The Service Mainly Includes: The Service Mainly I...
  • 3. 总结

    3. 总结 3. 总结 本篇文章主要对 Dubbo 中的几种服务调用方式,以及从双向通信的角度对整个通信过程进行了详细的分析。按照通信顺序,通信过程包括服务消费方发送请求,服务提供方接收请求,服务提供方返回响应数据,服务消费方接收响应数据等过程。理解这些过程需要大家对网络编程,尤其是 Netty 有一定的了解。限于篇幅原因,本篇文章无法将服务调用的所...
  • dubbo:registry

    dubbo:registry dubbo:registry 注册中心配置。对应的配置类: com.alibaba.dubbo.config.RegistryConfig 。同时如果有多个不同的注册中心,可以声明多个 <dubbo:registry> 标签,并在 <dubbo:service> 或 <dubbo:reference> 的 regi...