书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 2061 个相关结果.
  • 9. 非事务场景跨链使用文档

    9. 非事务场景跨链使用文档 9.1. 中继同步合约 9.2. 合约使用方法 9.3. 中继同步进程 9. 非事务场景跨链使用文档 跨链的背景知识可以参考超级链的设计文档 超级链跨链技术 ,这里介绍一下超级链自带的跨链工具的使用方式。 9.1. 中继同步合约 合约的代码在 xuperchain/core/contractsdk/cpp/...
  • C++

    Build a C++ application Prerequisites Installing the C++ driver (libpqxx) Get the source Dependencies Build and Install Working example Sample C++ code Run the application ...
  • Code style guidelines

    Code style guidelines C++ and Objective-C Using clang-format locally Installation Manual usage Pre-commit hook IDE plugin Header includes Java Python Using black locally In...
  • Binary Tree Maximum Path Sum

    Binary Tree Maximum Path Sum 描述 分析 代码 相关题目 Binary Tree Maximum Path Sum 描述 Given a binary tree, find the maximum path sum. The path may start and end at any node in the ...
  • 15. 超级链监管机制

    15. 超级链监管机制 15.1. 监管机制概述 15.2. 监管机制使用说明 15.2.1. 创世块配置 15.2.2. 搭建网络 15.2.3. 部署Reserved合约 15.2.4. Reserved合约调用 15. 超级链监管机制 15.1. 监管机制概述 超级链是一个具备政府监管能力的区块链系统。在设计上我们需要充分考虑监...
  • Introspection

    Introspection Functions addressToLine addressToSymbol demangle Introspection Functions You can use functions described in this chapter to introspect ELF and DWARF for quer...
  • heap profiler

    heap profiler 开启方法 图示 MacOS的额外配置 heap profiler Learn about heap profiler service. brpc可以分析内存是被哪些函数占据的。heap profiler的原理是每分配满一些内存就采样调用处的栈,“一些”由环境变量TCMALLOC_SAMPLE_PARAMETER控制,...
  • heap_profiler

    开启方法 图示 MacOS的额外配置 brpc可以分析内存是被哪些函数占据的。heap profiler的原理是每分配满一些内存就采样调用处的栈,“一些”由环境变量TCMALLOC_SAMPLE_PARAMETER控制,默认524288,即512K字节。根据栈表现出的函数调用关系汇总为我们看到的结果图。在实践中heap profiler对原程序的影响...
  • heap_profiler

    开启方法 图示 MacOS的额外配置 brpc可以分析内存是被哪些函数占据的。heap profiler的原理是每分配满一些内存就采样调用处的栈,“一些”由环境变量TCMALLOC_SAMPLE_PARAMETER控制,默认524288,即512K字节。根据栈表现出的函数调用关系汇总为我们看到的结果图。在实践中heap profiler对原程序的影响...