书栈网 · BookStack 本次搜索耗时 0.051 秒,为您找到 13260 个相关结果.
  • Unicode and passing strings

    Unicode and passing strings Python string types in Cython code String literals General notes about C strings Passing byte strings Accepting strings from Python code Dealing wi...
  • Send

    Send Send Sets the HTTP response body. The Send body can be of any type. Send doesn’t append like the Write method. c . Send ( body ... interface {}) app . Get ( "...
  • 对称加密-SymmetricCrypto

    对称加密-SymmetricCrypto 介绍 使用 通用使用 DESede实现 AES封装 DES封装 SM4 对称加密-SymmetricCrypto 介绍 对称加密(也叫私钥加密)指加密和解密使用相同密钥的加密算法。有时又叫传统密码算法,就是加密密钥能够从解密密钥中推算出来,同时解密密钥也可以从加密密钥中推算出来。而在大多...
  • 数据类型概览

    数据类型 整数类型 示例 浮点类型 示例 字符串类型 示例 JSON 数据类型 示例 时间与日期 示例 Bool 示例 定点类型 Decimal(Beta) 示例 数据类型 MatrixOne 的数据类型与 MySQL 数据类型的定义一致,可参考: https://dev.mysql.com/...
  • 数据类型概览

    数据类型 整数类型 示例 浮点类型 示例 字符串类型 示例 JSON 数据类型 示例 时间与日期 示例 Bool 示例 定点类型 Decimal(Beta) 示例 数据类型 MatrixOne 的数据类型与 MySQL 数据类型的定义一致,可参考: https://dev.mysql.com/...
  • TCP组件-连接对象

    写入操作 读取操作 超时处理 使用示例 示例1,简单使用 示例2,回显服务 示例3,HTTP客户端 gtcp 模块提供了简便易用的gtcp.Conn 链接操作对象。 使用方式 : import "github.com/gogf/gf/v2/net/gtcp" 接口文档 : https://pkg.go.dev/github.c...
  • pca10056

    651 2020-02-07 《TinyGo Document》
    pca10056 Constants Variables func CPUFrequency func InitADC func InitPWM func NewRingBuffer type ADC func (ADC) Configure func (ADC) Get type I2C func (I2C) Configure fun...
  • ether.h

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

    Procs Source Edit This module contains helpers that deal with different byte orders (endian). Endianness is the order of bytes of a value in memory. Big-endian means that...