书栈网 · BookStack 本次搜索耗时 0.081 秒,为您找到 9361 个相关结果.
  • Router Extensions

    Router Extensions Extension Description Extension Interfaces Known Extensions Extension Example Feedback Router Extensions Router Extensions Extension Description Select ...
  • 19.8 分布式程序

    1260 2021-06-27 《Go入门指南》
    版本 5 - 分布式程序 19.8 多服务器处理架构 链接 版本 5 - 分布式程序 第 5 个版本的代码 goto_v5(19.8 节 和 19.9 节 讨论)见 goto_v5 。该版本仍然基于 gob 存储,但很容易调整为使用 json,正如版本 4 演示的那样。 19.8 多服务器处理架构 目前为止 goto 以单线程运行,但即使用...
  • 7.7. < get >

    7.7 <get> 说明: 参数: 正面响应: 负面响应: 示例 7.7 <get> 说明: 检索运行配置和设备状态信息。 参数: filter :此参数指定要检索的系统配置和状态数据的部分。 如果此参数不存在,则返回所有设备配置和状态信息。 <filter> 元素可以包含一个“type ”属性。 该属性指示<fi...
  • 配置与启动

    配置与启动 服务配置 配置与启动 RPC 服务不仅仅可以单独启动,也可以HTTP Server 启动的时候,监听端口,启动RPC服务。无论哪种方式启动,都需要配置RPC服务基础信息。 服务配置 .env文件中,配置RPC服务的基础信息。 TCPABLE = true TCP_HOST = 0.0 . 0.0 TCP_PORT =...
  • 7.15. “动作”声明

    7.15. “动作”声明 7.15.1. action 子语句 7.15.2. NETCONF XML 编码规则 7.15.3. 使用示例 7.15. “动作”声明 “action ”语句用于定义连接到特定容器或列表数据节点的操作。它有一个参数,它是一个标识符,后面是一个包含详细动作信息的子语句块。参数是动作的名称。 “action ”语句...
  • 快速开始

    快速开始 概述 示例 小技巧 参考文献 快速开始 概述 本文将介绍如何快速使用 gRPC client 连接 rpc。 示例 准备工作 事先我们执行如下执行生成一个 proto 文件及其 pb 文件。 # 创建 demo 服务目录 $ mkdir demo && cd demo # go mod 初始化 $ go m...
  • Framework Introduction

    Framework Introduction What is dubbo-go Concepts and Architecture RPC Triple Multi-Protocol Support Filter Streaming Service Governance Service Discovery Observability Full...
  • Remote User Defined Function Service

    User Defined Function Rpc Write UDF functions Copy the proto file Generated interface Implementing an interface Create UDF Use UDF Delete UDF Example User Defined Functi...
  • Go

    Why use gRPC? Example code and setup Defining the service Generating client and server code Creating the server Implementing RouteGuide Simple RPC Server-side streaming RPC C...
  • Quick Start

    Quick Start Overview Sample small trick References Quick Start Overview This paper will describe how to quickly use gRPC customers to connect to rpc. Sample Preparation ...