书栈网 · BookStack 本次搜索耗时 0.047 秒,为您找到 13260 个相关结果.
  • 7.3. Regexp

    7.3 Regexp Match Filter Links 7.3 Regexp Regular Expressions (“Regexp”) is a complicated but powerful tool for pattern matching and text manipulation. Although it does not p...
  • Nodes stats

    Nodes stats API Request Description Path parameters Query parameters Response body Examples Retrieve ingest statistics only Nodes stats API Returns cluster nodes statist...
  • Merge Operations

    Merge Operations Merge Operations Badger provides support for ordered merge operations. You can define a func of type MergeFunc which takes in an existing value, and a value t...
  • gaes (AES算法)

    gaes gaes AES算法。 使用方式: import "gitee.com/johng/gf/g/crypto/gaes" 方法列表: func Decrypt ( cipherText [] byte , key [] byte , iv ...[] byte ) ([] byte , error ) ...
  • ABB COMLI

    ABB Comli Parameters Data types Address format SLAVE AREA ADDRESS .BIT #ENDIAN .LEN[H][L][D][E] Examples ABB Comli This comli plugin is used to access ABB’s COMLI co...
  • ghash (经典哈希函数)

    ghash ghash 常用经典哈希函数,提供uint32及uint64类型的哈希函数。 使用方式: import "gitee.com/johng/gf/g/encoding/ghash" 方法列表: func APHash ( str [] byte ) uint32 func APHash64 ( str [] ...
  • Binary Format Basics

    Binary Format Basics Binary Format Basics The starting point for reading and writing binary files is to open the file for reading or writing individual bytes. As I discussed in...
  • Go 加密解密算法总结

    3073 2020-11-15 《Golang 开发笔记》
    9.16 Go 加密解密算法总结 前言 md5 hmac sha1 AES RSA加密 links 9.16 Go 加密解密算法总结 前言 加密解密在实际开发中应用比较广泛,常用加解密分为:“对称式 ”、“非对称式 ”和”数字签名 “。 对称式 :对称加密(也叫私钥 加密)指加密和解密使用相同密钥 的加密算法。具体算法主要有D...
  • 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...
  • 四、流操作工具类

    四、流操作工具类 4. 流操作工具类 4.1 使用类 4.2 强制类型转换方法 4.2.1 从 InputStream 读取一行 4.2.2 从 InputStream 读取定长字符串 4.2.3 从 InputStream 分割读取 4.2.4 从 InputStream 读取全部字节 4.2.5 字节数组拼接 四、流操作工具类 ...