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

    High-Level Design Parser Lexer Scanner Expression Parser Statement Parser Byte-code Compiled Code Format Byte-code Format Literals Literal Store Byte-code Categories Push...
  • 文本字符串

    文本字符串 文本字符串 我发现在文本字符串使用可能会很有用,程序员意识某字符串不想被逆向工程的时候,可能会试图隐藏掉该字符串,让IDA或者其他十六进制编辑器无法找到。 这里说明一个简单的方法,那就是怎么去构造这样的字符串的实现方式: mov byte ptr [ ebx ], ’ h ’ mov byte ptr [ ebx +...
  • 04. Internals

    High-Level Design Parser Lexer Scanner Expression Parser Statement Parser Byte-code Compiled Code Format Byte-code Format Literals Literal Store Byte-code Categories Push...
  • Checksum

    Go Checksum with range This document walks you through how to use RawKV’s Checksum API. Checksum API returns Crc64Xor , TotalKvs and TotalBytes from TiKV cluster. Crc64Xo...
  • 工具方法

    gudp 模块也提供了一些常用的工具方法。 使用方式 : import "github.com/gogf/gf/g/net/gudp" 接口文档 : https://godoc.org/github.com/gogf/gf/g/net/gudp func Checksum ( buffer [] byte ) uint32 ...
  • encoding/binary

    package binary Overview Index Examples Package files version: 1.10 package binary import "encoding/binary" Overview Package binary implements simple translation betw...
  • 04. Internals

    High-Level Design Parser Lexer Scanner Expression Parser Statement Parser Byte-code Compiled Code Format Byte-code Format Literals Literal Store Byte-code Categories Push...
  • 跨语言

    跨平台 PHP示例代码 Go示例代码 Java 跨平台 Rpc 的请求响应通过tcp 协议,服务广播使用udp 协议,我们只需要实现网络协议即可。 PHP示例代码 <? php /** * Created by PhpStorm. * User: xcg * Date: 2019/6/17 * Time: 14...
  • Setting Time To Live(TTL) and User Metadata on Keys

    Setting Time To Live(TTL) and User Metadata on Keys Setting Time To Live(TTL) and User Metadata on Keys Badger allows setting an optional Time to Live (TTL) value on keys. Once...
  • UDP组件-工具方法

    gudp 模块也提供了一些常用的工具方法。 使用方式 : import "github.com/gogf/gf/v2/net/gudp" 接口文档 : https://pkg.go.dev/github.com/gogf/gf/v2/net/gudp func Checksum ( buffer [] byte ) uint32 ...