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

    rpc_press 获取工具 发压力 FAQ rpc_press Learn about bRPC rpc_press tool. rpc_press无需写代码就压测各种rpc server,目前支持的协议有: baidu_std hulu-pbrpc sofa-pbrpc public_pbrpc nova_pbrpc 获取工具 先按...
  • rpc_press

    rpc_press 获取工具 发压力 FAQ rpc_press 学习bRPC rpc_press 工具。 rpc_press无需写代码就压测各种rpc server,目前支持的协议有: baidu_std hulu-pbrpc sofa-pbrpc public_pbrpc nova_pbrpc 获取工具 先按照Getting Sta...
  • Proto Grammar

    Proto Grammar Overview Getting started Example 1. Write the simplest rpc service Example 2. Write a streaming request service sample Example 3. Write rpc group examples Example...
  • 2. 指令介绍(API)

    2. 指令介绍(API) 2.1. 节点rpc接口 2.2. 开发者接口 2. 指令介绍(API) 2.1. 节点rpc接口 详细见:pb/xchain.proto API 功能 rpc createAccount(AccountInput) returns (AccountOutput) 创建公私钥对 rpc GenerateTx(T...
  • RPC Implement & Call

    RPC Implement & Call Scenes rpc service writing Use rpc Start and verify the service Guess you wants RPC Implement & Call [!TIP] This document is machine-translated by Go...
  • RPC Implement & Call

    RPC Implement & Call Scenes rpc service writing Use rpc Start and verify the service Guess you wants RPC Implement & Call [!TIP] This document is machine-translated by Goo...
  • goctl rpc

    326 2023-11-03 《go-zero v1.6 教程》
    goctl rpc 概述 goctl rpc 指令 goctl rpc new goctl rpc protoc tip 小技能 注意 goctl rpc template 注意 参考文献 goctl rpc 概述 goctl rpc 是 goctl 中的核心模块之一,其可以通过 .proto 文件一键快速生成一个 rpc 服务,...
  • RPC 调用

    RPC 远程调用 说明 目录 添加依赖 配置 开始使用 restful 暴露 高级功能 更多的 dubbo 配置 application registry protocol provider consumer SSL monitor metrics module MetadataReport ConfigCenter met...
  • uWSGI RPC栈

    uWSGI RPC栈 通过实例学习 你需要Perl? 那么,比方说,Lua呢? 其他语言/平台? 本地进行RPC 从内部路由子系统进行RPC 从nginx进行RPC HTTP PATH_INFO -> RPC bridge XML-RPC -> RPC bridge uWSGI RPC栈 uWSGI包含了一个快速、简单、平稳跨平台的...
  • rpc服务编写与调用

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