书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 8949 个相关结果.
  • 21.26. xmlrpc.client — XML-RPC 客户端访问

    21.26. xmlrpc.client — XML-RPC 客户端访问 21.26.1. ServerProxy 对象 21.26.2. DateTime 对象 21.26.3. Binary 对象 21.26.4. Fault 对象 21.26.5. ProtocolError 对象 21.26.6. MultiCall 对象 21.2...
  • bthread_id

    bthread_id bthread_id 学习bRPC bthread_id。 bthread_id是一个特殊的同步结构,它可以互斥RPC过程中的不同环节,也可以O(1)时间内找到RPC上下文(即Controller)。注意,这里我们谈论的是bthread_id_t,不是bthread_t(bthread的tid),这个名字起的确实不太好,容易混淆...
  • Intellij Plugin

    Intellij Plugin Go-Zero Plugin Introduction Idea version requirements Features Install The way one Thw way two Preview Create a new Api(Proto) file Quickly generate api/r...
  • Intellij Plugin

    Intellij Plugin Go-Zero Plugin Introduction Idea version requirements Features Install The way one Thw way two Preview Create a new Api(Proto) file Quickly generate api/r...
  • Intellij Plugin

    Intellij Plugin Go-Zero Plugin Introduction Idea version requirements Features Install The way one Thw way two Preview Create a new Api(Proto) file Quickly generate api/r...
  • 3.6.2. 编码操作资源输出参数

    3.6.2. 编码操作资源输出参数 3.6.2. 编码操作资源输出参数 如果“rpc ”或“action ”语句具有“output ”部分,那么这些输出参数的实例将在定义了“rpc ”或“action ”语句的模块名称空间中编码到一个XML 元素或名为JSON 的对象中的“output ”,它位于定义了“rpc ”或“action ”语句的模块名称空...
  • 第4步:使用Client

    RPC Client 示例 RPC Client 每一个Client对应着一个确定的目标/一个确定的集群 每一个Client对应着一个确定的网络通信协议 每一个Client对应着一个确定的IDL 示例 下面我们通过一个具体例子来呈现 沿用上面的例子,client相对简单,直接调用即可 通过Example::XXXClient 创建某种R...
  • rpc.py

    rpc.py rpc.py 定义了类RequestContextSerializer,RpcProxy,RpcCallback,Service,Connection。 其中RequestContextSerializer类中定义了对实体和上下文的序列化/反序列化,将RPC的通用上下文转化到Neutron上下文。RpcProxy类提供rpc层的操作,...
  • 「连载三」gRPC Streaming, Client and Server

    1441 2021-04-29 《带入 gRPC》
    「连载三」gRPC Streaming, Client and Server 前言 流 图 为什么不用 Simple RPC 为什么用 Streaming RPC 模拟场景 gRPC 目录结构 IDL 基础模板 + 空定义 Server Client 一、Server-side streaming RPC:服务器端流式 RPC Serv...
  • 1.1. Introduction

    1096 2018-06-24 《RPCX英文文档》
    RPCX Introduction RPC RPCX Introduction rpcx is a RPC framework, faster, more features. rpcx 2.0 and below extends Go standard rpc package but rpcx 3.0 has been refactor...