书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 3659 个相关结果.
  • ORM高级特性-字段映射

    基本介绍 重要说明 接口设计 字段缓存 使用示例 基本介绍 在对数据进行写入、更新使用诸如Fields/Data/Scan 方法时,如果给定的参数为map/struct 类型,给定参数的键名/属性名称将会自动按照忽略大小写及特殊字符的方式与数据表的字段进行自动识别映射。 这也是为什么使用数据库组件执行数据库操作时会出现 SHOW FULL C...
  • Developer Guide

    Developers Guide Prerequisites Building Helm/Tiller Man pages gRPC and Protobuf The Helm API (HAPI) Docker Images Running a Local Cluster Contribution Guidelines Structure o...
  • ORM高级特性-字段映射

    基本介绍 重要说明 接口设计 字段缓存 使用示例 基本介绍 在对数据进行写入、更新使用诸如Fields/Data/Scan 方法时,如果给定的参数为map/struct 类型,给定参数的键名/属性名称将会自动按照忽略大小写及特殊字符的方式与数据表的字段进行自动识别映射。 这也是为什么使用数据库组件执行数据库操作时会出现 SHOW FULL C...
  • Generating Protobufs

    333 2022-02-28 《Ent v0.10 教程》
    Generating Protobufs with entproto Generating Protobufs with entproto As Ent and Protobuf schemas are not identical, we must supply some annotations on our schema to help entpro...
  • Generating Protobufs

    257 2022-10-19 《Ent v0.11 教程》
    Generating Protobufs with entproto Generating Protobufs with entproto As Ent and Protobuf schemas are not identical, we must supply some annotations on our schema to help entpro...
  • Generating Protobufs

    Generating Protobufs with entproto Generating Protobufs with entproto As Ent and Protobuf schemas are not identical, we must supply some annotations on our schema to help entpro...
  • 服务负载均衡

    基本介绍 策略列表 使用示例 HTTP GRPC 基本介绍 负载均衡组件使用在客户端中。GoFrame 框架提供了解耦化设计的、灵活性高、扩展性强的负载均衡组件,由gsel 组件管理,该组件定义了负载均衡的接口,并提供了多种内置的负载均衡策略实现。开发者也可以根据接口实现自定义的负载均衡策略。 策略列表 gsel 组件提供了多种常用的负...
  • json2pb

    message repeated field map integers floating point enum string bytes bool unknown fields brpc支持json和protobuf间的双向 转化,实现于json2pb ,json解析使用rapidjson 。此功能对pb2.x和3.x均有效。pb3内置...
  • Codecs

    Codecs Format Schema Schema Registry Schema Registry API Codecs The eKuiper uses a map based data structure internally during computation, so source/sink connections to exte...
  • Custom Serializers

    Register a custom serializer for your Flink program Issue with using Kryo’s JavaSerializer Register a custom serializer for your Flink program If you use a custom type in your...