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

    Introduction Documentation Introduction A map container with a concurrent safety switch option, the most commonly used data structure. This module includes map containers wit...
  • 编码解码

    🗃️ 通用编解码-gjson7 个项目 📄️ 二进制编解码-gbinaryGoFrame框架中的gbinary包提供了用于二进制数据与各种数据类型之间转换的编解码功能,广泛应用于网络通信和数据文件操作。支持对整型数据进行按位精准处理,并提供了一系列编码和解码接口,以确保数据在不同类型和平台间的高效转换。 📄️ BASE64编解码-gbase64使用...
  • Type Conversion

    Introduction Documentation Introduction The GoFrame framework provides a very powerful and easy-to-use type conversion package gconv , which can convert common data types into...
  • Error Handling - Error Code

    📄️ Error Code - ExampleIn the GoFrame framework, the NewCode and WrapCode methods are used for error handling, allowing the creation and wrapping of error objects with custom erro...
  • ORM高级特性

    📄️ ORM高级特性-RawSQL在GoFrame框架中使用ORM的RawSQL特性,通过使用gdb.Raw类型,可以在生成的SQL语句中嵌入自定义的SQL片段,实现更灵活的数据库操作。详细讲解了在Insert、Update和Select操作中使用RawSQL的方法及其示例,确保SQL语句的安全性和灵活性。 📄️ ORM高级特性-SQL捕获GoFram...
  • Regular Expression

    Introduction Documentation Introduction gregex provides support for regular expressions, encapsulating the standard library regexp at the core, greatly simplifying regex usag...
  • 框架设计

    基本介绍 相关文档 基本介绍 设计思想是GoFrame 框架的灵魂,同时对于使用者来讲,是不可或缺的内功心法。 GoFrame 有其独特的设计思想,理解了GoFrame 的设计思想,您就理解了GoFrame 的全部。 相关文档 模块化设计 统一框架设计 工程开发设计 代码分层设计 工程目录设计 对象封装设计 结构化编程设计 DA...
  • 文件管理-gfile

    基本介绍 内容管理 GetContents GetContentsWithCache GetBytesWithCache GetBytes GetBytesTilChar GetBytesByTwoOffsets PutContents PutBytes PutContentsAppend PutBytesAppend ...
  • API Development Tutorial🌟

    Ready to build your first API with GoFrame? This chapter will show you how to create professional-grade CRUD endpoints using GoFrame’s scaffolding tools. Whether you’re new to Go ...
  • 数据管理

    📄️ 数据库ORM-gdbGoFrame框架中的gdb模块,该模块是实现数据库ORM功能的核心组件,负责高效的数据操作与管理。在GoFrame框架中,gdb扮演着至关重要的角色,有助于简化数据库的交互和管理。 📄️ Redis客户端-gredisRedis客户端-gredis模块旨在通过GoFrame框架提供高效的数据库缓存操作,用户可以探索如何在Go...