书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 13628 个相关结果.
  • 二进制编解码-gbinary

    二进制操作示例 按位操作处理示例 goframe 框架提供了独立的二进制数据操作包gbinary ,主要用于各种数据类型与[ ]byte 二进制类型之间的相互转换;以及针对于整型数据进行精准按位处理的功能。常用于网络通信时数据编码/解码,以及数据文件操作时的编码/解码。 使用方式 : import "github.com/gogf/gf/v2/...
  • 二进制编解码-gbinary

    二进制操作示例 按位操作处理示例 goframe 框架提供了独立的二进制数据操作包gbinary ,主要用于各种数据类型与[ ]byte 二进制类型之间的相互转换;以及针对于整型数据进行精准按位处理的功能。常用于网络通信时数据编码/解码,以及数据文件操作时的编码/解码。 使用方式 : import "github.com/gogf/gf/v2/...
  • inet.h

    inet.h Overview Summary Functions inet.h Overview Related Modules: NET Description: Provides functions and data structures related to network operations. ...
  • String

    String String In Go , string is an immutable array of bytes. So if created, we can’t change its value. E.g.: package main func main () { s := "Hello" ...
  • bufio

    package bufio Overview Index Examples Package files version: 1.10 package bufio import "bufio" Overview Package bufio implements buffered I/O. It wraps an io.Reader ...
  • gfile (文件管理模块)

    gfile gfile 通用的文件管理模块。 使用方式: import "gitee.com/johng/gf/g/os/gfile" 方法列表:godoc.org/github.com/johng-cn/gf/g/os/gfile func Basename ( path string ) string func ...
  • 14.2 二进制流 (Binary Streams)

    14.2 二进制流 (Binary Streams) 14.2 二进制流 (Binary Streams) 第 7 章曾提及的流有二进制流 (binary streams)以及字符流 (character streams)。一个二进制流是一个整数的来源及/或终点,而不是字符。你通过指定一个整数的子类型来创建一个二进制流 ── 当你打开流时,通常是用 ...
  • Modbus TCP

    Modbus TCP Plugins Parameters Data types Address format SLAVE ADDRESS .BIT #ENDIAN .LEN[H][L][D][E] Examples Modbus TCP Modbus TCP is a version of the Modbus proto...
  • Datatypes

    Datatypes Datatypes DateDuration represents the elapsed time between two dates in a fuzzy human way. type DateDuration struct { // contains filtered or unexported f...
  • 正则表达式-方法介绍

    IsMatch/IsMatchString Match/MatchString MatchAll/MatchAllString Quote Replace/ReplaceString ReplaceFunc/ReplaceStringFunc ReplaceFuncMatch/ReplaceStringFuncMatch Spli...