书栈网 · BookStack 本次搜索耗时 0.050 秒,为您找到 13260 个相关结果.
  • 消息包处理

    消息包处理 简单协议 操作方法 使用示例1,基本使用 使用示例2,自定义数据结构 消息包处理 gtcp 提供了许多方便的原生操作连接数据的方法,但是在绝大多数的应用场景中,开发者需要自己设计数据结构,并进行封包/解包处理,由于TCP消息协议是没有消息边界保护的,因此复杂的网络通信环境中很容易出现粘包/断包 的情况。因此gtcp 也提供了简单的...
  • 消息包处理

    消息包处理 简单协议 操作方法 使用示例1,基本使用 使用示例2,自定义数据结构 消息包处理 gtcp 提供了许多方便的原生操作连接数据的方法,但是在绝大多数的应用场景中,开发者需要自己设计数据结构,并进行封包/解包处理,由于TCP消息协议是没有消息边界保护的,因此复杂的网络通信环境中很容易出现粘包/断包 的情况。因此gtcp 也提供了简单的...
  • Streams

    Streams Chunked reading Streams Immudb provides stream capabilities. Internally it uses “delimited” messages technique, every chunk has a trailer that describe the length of th...
  • 通用编解码-方法介绍

    New NewWithTag NewWithOptions Load LoadJson LoadXml LoadIni LoadYaml LoadToml LoadContent LoadContentType IsValidDataType Valid Marshal MarshalIndent Unm...
  • Faasm host interface

    571 2020-03-26 《Faasm Document》
    Faasm Host Interface Function invocation and chaining State POSIX-like system calls Further extensions Faasm Host Interface To execute functions compiled to WebAssembly, Fa...
  • 核心加密扩展性

    在 ASP.NET Core中的核心加密可扩展性Core cryptography extensibility in ASP.NET Core 本文内容 IAuthenticatedEncryptorIAuthenticatedEncryptor 如何创建 IAuthenticatedEncryptorHow to create an IAuthent...
  • nucleo-f103rb

    580 2020-02-07 《TinyGo Document》
    nucleo-f103rb Constants Variables func CPUFrequency func NewRingBuffer type ADC type I2C func (I2C) Configure func (I2C) ReadRegister func (I2C) Tx func (I2C) WriteByte fu...
  • Python 3 FAQ

    Python 3 FAQ What Python 3 versions are supported? Are there any PyMongo behavior changes with Python 3? Why can’t I share pickled ObjectIds between some versions of Python 2 and...
  • 第七十一课:基于白名单Msbuild.exe执行payload第一季

    MSBuild简介: 靶机执行: 配置攻击机msf: 附录:Micropoor.xml MSBuild简介: MSBuild 是 Microsoft Build Engine 的缩写,代表 Microsoft 和 Visual Studio的新的生成平台。MSBuild在如何处理和生成软件方面是完全透明的,使开发人员能够在未安装Visual S...
  • $strLenBytes (aggregation)

    900 2019-12-01 《MongoDB v4.2 Manual》
    $strLenBytes (aggregation) Definition Behavior Example Single-Byte and Multibyte Character Set $strLenBytes (aggregation) Definition $strLenBytes New in version 3.4....