书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 71523 个相关结果.
  • 19. API

    19. API Overview Structure Performing requests Example workflow Authentication Retrieving hosts Creating a new item Creating multiple triggers Updating an item Updating mul...
  • JSONRPC

    JSONRPC 描述 方法 枚举 方法说明 JSONRPC 继承: Object 用于处理看起来像 JSONRPC 文档的字典的辅助类。 描述 JSON-RPC 是一项标准,它将方法调用包装在一个 JSON 对象中。该对象有一个特定的结构,并标识出哪个方法被调用,该函数的参数,并携带一个 ID 来跟踪响应。这个类在 Diction...
  • rpc服务编写与调用

    1036 2021-07-27 《go-zero v1.1 教程》
    rpc编写与调用 场景 rpc服务编写 使用rpc 启动并验证服务 猜你想看 rpc编写与调用 在一个大的系统中,多个子系统(服务)间必然存在数据传递,有数据传递就需要通信方式,你可以选择最简单的http进行通信,也可以选择rpc服务进行通信, 在go-zero,我们使用zrpc来进行服务间的通信,zrpc是基于grpc。 场景 在前...
  • intellij插件

    1099 2022-03-03 《go-zero v1.3 教程》
    intellij插件 Go-Zero Plugin 介绍 idea版本要求 版本特性 安装方式 方式一 方式二 预览 新建 Api(Proto) file 快速生成api/rpc服务 Api/Rpc/Model Code生成 方法一(工程区域) 方法二(编辑区域) 错误提示 Live Template 预设模板及生效区域 ...
  • Technical Architecture

    Technical Architecture Overview The OpenERP server 模块 Clients 架构(Architecture) Relational database server and ORM Models 模块 Services and WSGI XML-RPC, JSON-RPC Techni...
  • Comparison of basic features

    Comparison of basic features Basic concepts RPC Global RPC Status Code RPC IDL Sample RPC Service Sample RPC Server Sample RPC Client Sample RPC Context RPCContext API ...
  • gRPC Plugins

    Introduction to Kong gRPC Plugins gRPC-Gateway plugin configuration gRPC-Web plugin configuration Introduction to Kong gRPC Plugins Before going into the specifics of configur...
  • Configure gRPC Plugins

    Introduction to Kong gRPC Plugins gRPC-Gateway plugin configuration gRPC-Web plugin configuration Introduction to Kong gRPC Plugins Before going into the specifics of configur...
  • 微服务

    1251 2021-07-27 《go-zero v1.1 教程》
    微服务 前言 情景提要 演示功能目标 服务设计分析 创建mall工程 创建user rpc服务 创建order api服务 启动服务并验证 源码 猜你想看 微服务 在上一篇我们已经演示了怎样快速创建一个单体服务,接下来我们来演示一下如何快速创建微服务, 在本小节中,api部分其实和单体服务的创建逻辑是一样的,只是在单体服务中没有服...
  • JSON RPC 服务

    JSON RPC 服务 安装 使用 定义服务提供者 定义 JSON RPC Server 发布到服务中心 定义服务消费者 自动创建代理消费者类 手动创建消费者类 配置复用 通过 PHP 变量生成配置 通过循环生成配置 返回 PHP 对象 使用 JsonRpcPoolTransporter JSON RPC 服务 JSON R...