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

    MultiplayerAPI 描述 属性 方法 信号 枚举 属性说明 方法说明 MultiplayerAPI 继承: RefCounted < Object 派生: MultiplayerAPIExtension , SceneMultiplayer 高阶多人游戏 API 接口。 描述 用于高级多人游戏 API 实现的...
  • KV service

    1060 2018-04-21 《Etcd3学习笔记》
    KV service KV service KV service提供对键值对操作的支持。 在 rpc.proto 文件中 KV service 定义如下: service KV { // 从键值存储中获取范围内的 key. rpc Range ( RangeRequest ) returns ( RangeRespons...
  • 脚手架模块

    服务端-Server 客户端-Client 上下文-Ctx 负载均衡-Balancer 注册发现-Resolver GoFrame 框架包含多个微服务组件,并提供了易用的GRPC 脚手架模块和工具。脚手架由grpcx 社区包实现:https://github.com/gogf/gf/tree/master/contrib/rpc/grp...
  • intellij插件

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

    How to: Implement pluggable components Implement a pluggable component Find the proto definition file Create service scaffolding Define the service Returning semantic errors N...
  • External function

    External Function Configuration HTTP Options Usage Mapping Notification Registration and Management Usage Parameter expansion External Function External functions map ex...
  • 模块概述

    模块概述 register protocol serialize transport cluster 模块概述 Motan框架中主要有register、transport、serialize、protocol几个功能模块,各个功能模块都支持通过SPI进行扩展,各模块的交互如下图所示: register 用来和注册中心进行交互,包括...
  • Ruby

    Why use gRPC? Example code and setup Defining the service Generating client and server code Creating the server Implementing RouteGuide Starting the server Creating the clie...
  • MultiplayerAPI

    MultiplayerAPI Description Properties Methods Signals Enumerations Property Descriptions Method Descriptions Up to date This page is up to date for Godot 4.0 . If you st...
  • python 教程

    gRPC 基础: Python 本教程提供了 Python 程序员如何使用 gRPC 的指南。 通过学习教程中例子,你可以学会如何: 在一个 .proto 文件内定义服务。 用 protocol buffer 编译器生成服务器和客户端代码。 使用 gRPC 的 Python API 为你的服务实现一个简单的客户端和服务器。假设你已经阅读了概览 并且...