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

    Parsing XML Parsing XML Go has an XML parser which is created using NewParser . This takes an io.Reader as parameter and returns a pointer to Parser . The main method of this ...
  • 性能数据

    1021 2020-01-08 《Tars 1.8 使用手册》
    性能数据 测试环境 测试结果 性能数据 测试环境 测试机器类型:4 核 /8 线程 CPU 3.3Ghz,16G 内存 测试逻辑:客户端将一定数量的数据传输到服务器,然后服务器将其原样返回给客户端。 服务器单进程,多个客户端启动工作台。 测试结果 框架 TPS(10 byte) TPS(128 byte) TPS(256 ...
  • 接口安全

    1581 2020-05-25 《Android面试宝典》
    token 对称加密 签名验证 签名 加密 第三方支持 保证接口安全一般分为两种,一个是防数据篡改,一个是防数据泄漏,防篡改使用摘要验证,防泄漏使用加密 token token=5位随机数+时间戳 aesEnctrypt(token) (1)验证时间和服务器时间不能超过3分。 (2)同一个时间戳,随机数只能使用一次。 对称加密...
  • Base64

    应用 小结 Base64是一种用64个字符来表示任意二进制数据的方法。 用记事本打开exe 、jpg 、pdf 这些文件时,我们都会看到一大堆乱码,因为二进制文件包含很多无法显示和打印的字符,所以,如果要让记事本这样的文本处理软件能处理二进制数据,就需要一个二进制到字符串的转换方法。Base64是一种最常见的二进制编码方法。 Base64的原理很简...
  • 工具方法

    gudp 模块也提供了一些常用的工具方法。 使用方式: import "gitee.com/johng/gf/g/net/gudp" 方法列表:godoc.org/github.com/johng-cn/gf/g/net/gudp func NewNetConn ( raddr string , laddr ... string...
  • Bytes

    Bytes Functions and Operators​ Bytes Functions and Operators​ bytes Byte sequence bytes[i] Bytes indexing. bytes[from:to] Bytes slicing. bytes ++ bytes Bytes concaten...
  • ByteWriter

    ByteWriter NewByteWriter 构造函数 Bytes 方法 Clear 方法 Grow 方法 Len 方法 String 方法 Write 方法 WriteByte 方法 ByteWriter NewByteWriter 构造函数 func NewByteWriter ( buf [] byte ) ( ...
  • offsetof

    offsetof offsetof An offsetof expression returns the byte offset of a field in an instance of a class or struct. There are two forms of offsetof expressions. The first form a...
  • offsetof

    offsetof offsetof An offsetof expression returns the byte offset of a field in an instance of a class or struct. There are two forms of offsetof expressions. The first form a...
  • Collection of Utility Functions

    Collection of Utility Functions Full code description: Collection of useful Ethereum utility functions in Go. Collection of Utility Functions The utility functions’ impleme...