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

    1642 2020-02-01 《KitDB 使用手册》
    GET IT Hello World K-V With Spring List ZSet Other GET IT Maven <dependency> <groupId> top.thinkin.kitdb </groupId> <artifactId> store </artifactId> ...
  • Handling UUID Data

    Handling UUID Data Legacy Handling of UUID Data Scenario 1: Applications Share a MongoDB Deployment Scenario 2: Round-Tripping UUIDs Configuring a UUID Representation Supported...
  • Handling UUID Data

    Handling UUID Data Legacy Handling of UUID Data Scenario 1: Applications Share a MongoDB Deployment Scenario 2: Round-Tripping UUIDs Configuring a UUID Representation Supported...
  • 3. 指令介绍(API)

    3. 指令介绍(API) 3.1. 节点rpc接口 3.2. 开发者接口 3. 指令介绍(API) 3.1. 节点rpc接口 详细见: core/pb/xchain.proto API 功能 rpc QueryTx(TxStatus) returns (TxStatus) 查询一个交易 rpc GetBalance(Addre...
  • 3. 指令介绍(API)

    3. 指令介绍(API) 3.1. 节点rpc接口 3.2. 开发者接口 3. 指令介绍(API) 3.1. 节点rpc接口 详细见: core/pb/xchain.proto API 功能 rpc QueryTx(TxStatus) returns (TxStatus) 查询一个交易 rpc GetBalance(AddressSt...
  • 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...
  • Serial

    351 2019-06-07 《Discovery》
    Serial Serial The second API we’ll rediscover is Serial which replaces our old code thatinvolved direct register manipulation and busy waiting. Here’s an example of this API....
  • io

    package io 概述 索引 例子 文件 Subdirectories version: 1.9.2 package io import "io" 概述 io 包提供了基本的 I/O 原语接口。它主要用于将类似 os 包中的已有 I/O 原语实现封装进公共抽象接口中,还附加了一些其他相关原语。 因为这些接口和原语封装了多...
  • ID3 Frames

    ID3 Frames ID3 Frames As I discussed earlier, the bulk of an ID3 tag is divided into frames. Each frame has a structure similar to that of the tag as a whole. Each frame starts...