书栈网 · BookStack 本次搜索耗时 0.050 秒,为您找到 13628 个相关结果.
  • TCP组件-工具方法

    gtcp 模块也提供了一些常用的工具方法。 使用方式 : import "github.com/gogf/gf/net/gtcp" 接口文档 : https://godoc.org/github.com/gogf/gf/net/gtcp func LoadKeyCrt ( crtFile , keyFile string ) ...
  • Queries and history

    Queries and history Counting Scan References SetReference and VerifiedSetReference GetReference and VerifiedGetReference Resolving reference with transaction id Queries an...
  • Data Format

    Data Format Byte format Character Format Data Format There are two main format choices for messages: byte encoded or character encoded. Byte format In the byte format th...
  • 正则处理

    2220 2018-02-08 《Go Web 编程》
    7.3 正则处理 通过正则判断是否匹配 通过正则获取内容 links 7.3 正则处理 正则表达式是一种进行模式匹配和文本操纵的复杂而又强大的工具。虽然正则表达式比纯粹的文本匹配效率低,但是它却更灵活。按照它的语法规则,随需构造出的匹配模式就能够从原始文本中筛选出几乎任何你想要得到的字符组合。如果你在Web开发中需要从一些文本数据源中获取数据,...
  • UDP组件-连接对象

    基本介绍 使用示例 gudp 模块提供了非常简便易用的gudp.Conn 链接操作对象。 使用方式 : import "github.com/gogf/gf/v2/net/gudp" 接口文档 : https://pkg.go.dev/github.com/gogf/gf/v2/net/gudp type Conn fu...
  • UDP组件-连接对象

    基本介绍 使用示例 gudp 模块提供了非常简便易用的gudp.Conn 链接操作对象。 使用方式 : import "github.com/gogf/gf/v2/net/gudp" 接口文档 : https://pkg.go.dev/github.com/gogf/gf/v2/net/gudp type Conn fu...
  • UDP组件-连接对象

    基本介绍 使用示例 gudp 模块提供了非常简便易用的gudp.Conn 链接操作对象。 使用方式 : import "github.com/gogf/gf/v2/net/gudp" 接口文档 : https://pkg.go.dev/github.com/gogf/gf/v2/net/gudp type Conn fu...
  • 连接对象

    基本介绍 使用示例 gudp 模块提供了非常简便易用的gudp.Conn 链接操作对象。 使用方式 : import "github.com/gogf/gf/net/gudp" 接口文档 : https://godoc.org/github.com/gogf/gf/net/gudp type Conn func Ne...
  • UDP组件-连接对象

    基本介绍 使用示例 gudp 模块提供了非常简便易用的gudp.Conn 链接操作对象。 使用方式 : import "github.com/gogf/gf/v2/net/gudp" 接口文档 : https://pkg.go.dev/github.com/gogf/gf/v2/net/gudp type Conn fu...
  • 数据类型概览

    数据类型 整数类型 浮点类型 字符串类型 时间与日期 定点类型Decimal(Beta) 示例 数据类型 MatrixOne 的数据类型与MySQL数据类型的定义一致,可参考: https://dev.mysql.com/doc/refman/8.0/en/data-types.html 整数类型 数据类型 存储空间...