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

    Introduction Features Comparison with embed.FS Documentation Introduction Resource Management refers to the ability to package any file/directory into a Golang source file...
  • ORM链式操作(🔥重点🔥)

    基本介绍 部分不支持的操作 相关文档 基本介绍 gdb 链式操作使用方式简单灵活,是 GoFrame 框架官方推荐的数据库操作方式。链式操作可以通过数据库对象的 db.Model 方法或者事务对象的 tx.Model 方法,基于指定的数据表返回一个链式操作对象 *Model ,该对象可以执行以下方法。当前方法列表可能滞后于源代码,详细的方法...
  • 快速开始

    安装框架工具 预编译安装 Mac 环境 Linux 环境 Windows 环境 手动编译安装 验证安装成功 创建项目模板 运行项目模板 升级框架版本 更进一步了解 大家好,欢迎访问GoFrame 框架的快速章节!由于GoFrame 是一款模块化、低耦合设计的开发框架,包含了常用的基础组件和开发工具,既可以作为完整的业务项目框架使用也可...
  • Project Scaffold🌟

    📄️ IntroductionMaster GoFrame’s project scaffolding to quickly build robust business applications. Learn essential steps from installing the framework tools to creating and runnin...
  • 项目脚手架🌟

    📄️ 基本介绍 使用GoFrame框架的脚手架来构建一个简单且完整的业务项目。内容涵盖框架工具的安装与验证、创建工程项目模板、项目模板的运行以及如何升级框架版本等重要步骤。项目模板默认支持HTTP Web Server,并提供接口文档展示与Swagger页面查看功能。 📄️ 项目启动 当您开始第一个项目时,可能对工程目录感到困惑,但通过本章节,您...
  • 错误处理

    基本介绍 相关文档 基本介绍 GoFrame 框架提供了强大、丰富、统一的错误处理能力,由 gerror 组件实现。该组件也是框架统一的错误处理组件,框架所有组件如果存在错误返回时,均带有堆栈信息,方便开发者快速定位问题。 使用方式 : import "github.com/gogf/gf/v2/errors/gerror" 接口文...
  • NoSQL Redis

    Introduction Features Documentation Introduction The Redis client is implemented by the gredis component, which adopts a connection pool design at the bottom layer. tip To...
  • 文件管理-gfile

    基本介绍 内容管理 GetContents GetContentsWithCache GetBytesWithCache GetBytes GetBytesTilChar GetBytesByTwoOffsets PutContents PutBytes PutContentsAppend PutBytesAppend ...
  • 文件管理-gfile

    基本介绍 内容管理 GetContents GetContentsWithCache GetBytesWithCache GetBytes GetBytesTilChar GetBytesByTwoOffsets PutContents PutBytes PutContentsAppend PutBytesAppend ...
  • Engineering Design 🔥

    Introduction Precautions Documentation Introduction Due to its modular design, the GoFrame framework can be used as a utility library or for complete business project develop...