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

    Introduction Usage Example Documentation Introduction UDP (User Datagram Protocol) is a connectionless transport layer protocol that provides a simple unreliable information ...
  • Project Scaffold

    Usage Examples of Use Initialize a project in the current directory Create a project with a specified name Create a MonoRepo project Create a MonoRepoApp project tip Star...
  • UDP组件

    基本介绍 使用示例 相关文档 基本介绍 UDP (User Datagram Protocol) 一种无连接的传输层协议,提供面向事务的简单不可靠信息传送服务。 UDP 服务端通过 gudp.Server 实现,客户端通过 gudp.ClientConn 对象或者工具方法实现。 使用方式 : import "github.com/g...
  • 来杯咖啡

    We currently accept donation by Wechat / Alipay / [Gitee](https://gitee.com/johng/gf) , please note your github /gitee account in your payment bill. 我们当前接受来自于 微信 、支付宝 或者码云 的...
  • ORM链式操作-写入保存

    Insert/Replace/Save InsertIgnore InsertAndGetId 使用示例 示例1,基本使用 示例2,数据批量写入 示例3,数据批量保存 RawSQL 语句嵌入 Insert/Replace/Save 这几个链式操作方法用于数据的写入,并且支持自动的单条或者批量的数据写入,区别如下: Inser...
  • v2.8 2024-11-18

    Version Highlights Future Outlook Special Thanks Main Content Compatibility Notice Component Improvements Community Components Development Tools We are pleased to announce...
  • 请求输入🔥

    简要说明 提交方式 参数类型 参数优先级 大小写敏感 相关文档 请求输入依靠 ghttp.Request 对象实现, ghttp.Request 继承了底层的 http.Request 对象。 ghttp.Request 包含一个与当前请求对应的返回输出对象 Response ,用于数据的返回处理。 相关方法: https://pkg...
  • Service Observability

    As a well-engineered development framework, GoFrame allows developers to easily implement service observability features. 🗃️ Service Tracing6 items 🗃️ Service Metrics7 items ...
  • 隐式与显式初始化

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

    在本章节中,我们演示两个示例,一个用于演示 baggage 服务间上下文数据传递;一个用于演示较完整的 HTTP+DB+Redis+Logging 组件的链路跟踪。 📄️ 链路跟踪-HTTP示例-Baggage使用GoFrame框架进行链路跟踪,重点展示了通过HTTP示例实现Baggage数据在服务间传递的方法。详细说明了客户端和服务端的代码实现,包...