书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 2334 个相关结果.
  • PingSource reference

    PingSource reference PingSource CloudEvent Overrides Example: CloudEvent Overrides PingSource reference This topic provides reference information about the configurable fie...
  • peer

    peer Description Syntax Flags Usage peer Description The peer command has five different subcommands, each of which allows administrators to perform a specific set of task...
  • Application layer policy attributions

    Application layer policy attributions Direct dependencies docopt-go (784ddc588536785e7299f7272f39101f7faccc3f) go (e369490fb7db5f2d42bb0e8ee19b48378dee0ebf) app-policy (12beec6...
  • APB Migration

    Ansible Playbook Bundle Migration Operator Directory structure and metadata Generate Operator resources Dockerfile watches.yaml Binding deploy/crds/ Ansible logic Idempotence...
  • 5. 操作指导

    5.1 如何升级软件 5.2 配置文件说明 5.3 各模块说明 5.1 如何升级软件 当版本升级时,需要pull最新的代码,并重新编译,然后将 plugins文件夹, 二进制文件xchain,xchain-cli 全部替换后全部重新启动即可,注意需要先启动bootNodes节点。 5.2 配置文件说明 XuperUnion的配置文件默认读取...
  • Glossary

    Alarm Authentication Client Cluster Compaction Election Endpoint Key Key range Keyspace Lease Member Modification Revision Peer Proposal Quorum Revision Role Snap...
  • 消息解密

    消息解密 初始化实例 处理微信Token验证请求 接收消息推送 消息类型 使用示例 消息解密 初始化实例 在使用小程序消息解密之前,请先参考微信消息推送 ,你需要配置好URL(服务器地址) 、Token(令牌) 、 EncodingAESKey(消息加密密钥) 。 // 回调配置 func CallbackVerify ( c ...
  • 输入校验

    6.11 输入校验 6.11 输入校验 在本章中, 已经讨论了很多种用来解析 input 的方法。 如果格式不对,那这些基本的实现都是抛出异常。 如果数据丢失一部分, FixedLengthTokenizer 也会抛出异常。 同样, 使用 FieldSetMapper 时,如果读取超出 RowMapper 索引范围的值,又或者返回值类型不匹配,...
  • 监听事件日志

    订阅事件日志 完整代码 概述: 用Go订阅智能合约事件日志的教程。 订阅事件日志 为了订阅事件日志,我们需要做的第一件事就是拨打启用websocket的以太坊客户端。 幸运的是,Infura支持websockets。 client , err := ethclient . Dial ( "wss://rinkeby.infura.io...
  • 简介

    简介 历史与规划 特点 组织 简介 根据以太坊官方的宣称,以太坊(Ethereum)目标是打造成一个运行智能合约的去中心化平台(Platform for Smart Contract),平台上的应用按程序设定运行,不存在停机、审查、欺诈、第三方人为干预的可能。以太坊平台由 Golang、C++、Python 等多种编程语言实现。 当然,为了打...