书栈网 · BookStack 本次搜索耗时 0.073 秒,为您找到 1990 个相关结果.
  • 数据返回-JSON/XML

    JSON JSONP XML 相关方法: func ( r * Response ) WriteJson ( content interface {}) error func ( r * Response ) WriteJsonExit ( content interface {}) error func (...
  • 服务链路跟踪

    基本介绍 相关文档 基本介绍 作为一款工程化完备的开发框架,GoFrame 实现了标准化的分布式链路跟踪( Distributed Tracing )特性,通过GoFrame 开发框架开发者可以非常简便地使用Trace 特性。 相关文档 链路跟踪-背景知识 链路跟踪-准备工作 链路跟踪-基本示例 链路跟踪-HTTP示例 链路跟踪-HT...
  • 泛型类型-方法介绍

    **New** Create Clone Set Val Interface Bytes String Bool Int Uint Float32 Float64 Time GTime Duration MarshalJSON UnmarshalJSON UnmarshalValue ...
  • 泛型类型-方法介绍

    **New** Create Clone Set Val Interface Bytes String Bool Int Uint Float32 Float64 Time GTime Duration MarshalJSON UnmarshalJSON UnmarshalValue ...
  • 泛型类型-方法介绍

    **New** Create Clone Set Val Interface Bytes String Bool Int Uint Float32 Float64 Time GTime Duration MarshalJSON UnmarshalJSON UnmarshalValue ...
  • Frequently Asked Questions (FAQ)

    I. Golang Basics 1. Program throws an exception, but the program crashes directly and is not automatically captured by the framework 2. Shield some fields in json output II. Co...
  • 常见问题(FAQ)

    一、Golang基础 1、程序产生异常,但是程序直接崩溃未被框架自动捕获 二、兼容性相关 1、client_tracing.go:73:3: undefined: attribute.Any 2、使用gf依赖v1.16.2时go mod tidy 失败 三、数据库相关 1、update/insert 操作不生效 2、cannot find da...
  • Warm Coffee☕️

    Alipay Wechat Donates We currently accept donation by Wechat / Alipay / Gitee , please note your github / gitee account in your payment bill. 我们当前接受来自于 微信 、 支付宝 或者 码云 的捐赠...
  • 隐式与显式初始化

    一、隐式初始化 二、显式初始化 三、如何选择 我们知道在程序启动时会需要执行一些”初始化”的逻辑操作,例如:Server 配置、各种数据库(MySQL 、Redis 、Kafka 等)配置、业务对象配置等等。绝大多数场景下,我们有两种初始化方式:隐式初始化和显式初始化。 一、隐式初始化 隐式初始化一般通过包初始化方法init 执行初始化。需要注意...
  • Other Documents

    🗃️ Environment Preparation4 items 📄️ Happily Upgrade from v1 to v2GoFrame framework has released version v2, and it is recommended to upgrade from v1 to v2 for new features and ...