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

    696 2021-07-16 《Kratos v1.0 教程》
    介绍 kratos工具说明 proto文件说明 使用 文档 扩展阅读 介绍 基于proto文件可以快速生成bm 框架对应的代码,提前需要准备以下工作: 安装kratos tool protoc 工具,请看kratos工具 编写proto 文件,示例可参考kratos-demo内proto文件 kratos工具说明 kratos...
  • Protobuf Reference

    Protocol Buffers Reference Index Requests Responses Miscellaneous Requests CatalogsRequest CloseConnectionRequest CloseStatementRequest ColumnsRequest CommitRequest Connec...
  • Protobuf data

    Protobuf Data Source Guide Deploying to_protobuf() and from_protobuf() Supported types for Protobuf -> Spark SQL conversion Supported types for Spark SQL -> Protobuf conversion ...
  • Protobuf 规范

    353 2022-08-10 《Kratos v2.4 教程》
    Protobuf 规范 目录结构 包名 go_package java_package objc_class_prefix Version Import 命名规范 目录结构 文件结构 Message 和 字段命名 数组 Repeated 枚举 Enums 服务 Services Comment Examples Referen...
  • Protobuf 规范

    117 2023-11-03 《go-zero v1.6 教程》
    Protobuf 规范 概述 链接参考 Protobuf 规范 概述 本教程使用 Protocol Buffers 语言的 proto3 版本,为 Go 程序员提供了使用 Protocol Buffers 的基本介绍。通过创建一个简单的示例应用程序,它向您展示了如何 在 .proto 文件中定义消息格式。 使用协议缓冲区编译器。 使用 Go ...
  • Protobuf 规范

    220 2023-06-20 《go-zero v1.5 教程》
    Protobuf 规范 概述 链接参考 Protobuf 规范 概述 本教程使用 Protocol Buffers 语言的 proto3 版本,为 Go 程序员提供了使用 Protocol Buffers 的基本介绍。通过创建一个简单的示例应用程序,它向您展示了如何 在 .proto 文件中定义消息格式。 使用协议缓冲区编译器。 使用 Go ...
  • 14.3 Protobuf

    14.3 Protobuf 14.3 Protobuf
  • Protobuf Guideline

    Protobuf Guideline Directory Structure Package go_package java_package objc_class_prefix Version Import Naming Convention Directory Structure File Structure Message & Fiel...
  • Protobuf 规范

    972 2021-07-16 《Kratos v2.0 教程》
    目录结构 包名 go_package java_package objc_class_prefix Version Import 命名规范 目录结构 文件结构 Message 和 字段命名 数组 Repeated 枚举 Enums 服务 Services Comment Examples References 这里主要进行...
  • 4.2 Protobuf

    2726 2019-02-27 《Go语言高级编程》
    4.2 Protobuf 4.2.1 Protobuf入门 4.2.2 定制代码生成插件 4.2.3 自动生成完整的RPC代码 4.2 Protobuf Protobuf是Protocol Buffers的简称,它是Google公司开发的一种数据描述语言,并于2008年对外开源。Protobuf刚开源时的定位类似于XML、JSON等数据描述语言...