书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 8949 个相关结果.
  • 定义服务(Service)

    定义服务(Service) 定义服务(Service) 如果我们想要将消息类型用在RPC(远程方法调用)系统中,可以在.proto文件中定义一个RPC服务接口,protocol buffer编译器将会根据所选择的不同语言生成服务接口代码及存根。如,想要定义一个RPC服务并具有一个方法,该方法能够接收 NewRequest并返回一个NewRespons...
  • 附录B.NETCONF消息层的XML Schema

    附录B. NETCONF消息层的XML Schema 附录B. NETCONF消息层的XML Schema 本部分是规范性的。 <CODE BEGINS> file “netconf.xsd” <? xml version = "1.0" encoding = "UTF-8" ?> <xs:schema xmlns:xs = "...
  • rpc配置

    796 2021-07-27 《go-zero v1.1 教程》
    rpc配置 配置说明 zrpc.RpcServerConf discov.EtcdConf redis.RedisKeyConf rpc配置 rpc配置控制着一个rpc服务的各种功能,包含但不限于监听地址,etcd配置,超时,熔断配置等,下面我们以一个常见的rpc服务配置来进行说明。 配置说明 Config struct { ...
  • 7.7. < get >

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

    932 2018-05-29 《Hprose 协议规范》
    形式化定义 形式化定义 ABNF : serialize - data = integer / long / double / nan / positive - infinity / negative - infinity / true / false / nu...
  • Remote User Defined Aggregation Function Service

    User Defined Function Rpc Write UDAF functions Copy the proto file Generated interface Implementing an interface Create UDAF Use UDAF Delete UDAF Example User Defined Fu...
  • 远程过程调用

    1788 2018-07-09 《RabbitMQ 中文文档》
    远程过程调用(RPC) (Python客户端 —— 使用 pika 0.9.8) 客户端接口 关于RPC的注意事项: 回调队列 消息属性 关联标识 总结 整合到一起 原文:Remote procedure call (RPC) 状态:翻译完成翻译:Ping 校对:Ping 远程过程调用(RPC) (Python客户端 ...
  • 19.8 分布式程序

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

    xmlrpc.client —- XML-RPC client access ServerProxy 对象 DateTime 对象 Binary 对象 Fault 对象 ProtocolError 对象 MultiCall 对象 Convenience Functions Example of Client Usage Example of ...
  • xmlrpc.client —- XML-RPC client access

    xmlrpc.client —- XML-RPC client access ServerProxy 对象 DateTime 对象 Binary 对象 Fault 对象 ProtocolError 对象 MultiCall 对象 Convenience Functions Example of Client Usage Example of ...