上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页

2021年1月31日

摘要: sudo apt update sudo apt install --reinstall linux-headers-$(uname -r) virtualbox-dkms dkms sudo modprobe vboxdrv 来源 https://www.kutu66.com/ubuntu/art 阅读全文
posted @ 2021-01-31 22:23 我尽量尽力而为 阅读(1641) 评论(0) 推荐(0)

2021年1月29日

摘要: Either set the environment variable BOOST_TEST_LOG_LEVEL to message when running your test binary: BOOST_TEST_LOG_LEVEL=message <your_test> 命令行添加如下参数: 阅读全文
posted @ 2021-01-29 20:08 我尽量尽力而为 阅读(249) 评论(0) 推荐(0)
摘要: GetHash声明 src\primitives\block.h uint256 GetHash() const; GetHash定义 调用SerializeHash函数 *this指向CBlock对象 src\primitives\block.cpp uint256 CBlockHeader::G 阅读全文
posted @ 2021-01-29 19:40 我尽量尽力而为 阅读(162) 评论(0) 推荐(0)

2021年1月28日

摘要: 文件路径 src\test\validation_block_tests.cpp 包含的头文件 // Copyright (c) 2018-2020 The Bitcoin Core developers // Distributed under the MIT software license, 阅读全文
posted @ 2021-01-28 17:57 我尽量尽力而为 阅读(129) 评论(0) 推荐(0)
摘要: Test库提供了强有力的单元测试框架(UTF),它为软件开发的基本领域一单元测试提供了简单而富有弹性的解决方案,可以满足开发人员从高到低的各种需求,它的优点包括 易于理解,任何人都可以很容易地构建单元测试模块 提供测试用例、测试套件的概念,并能够以任意的复杂度组织它们 提供丰富的测试断言,能够处理各 阅读全文
posted @ 2021-01-28 11:44 我尽量尽力而为 阅读(544) 评论(0) 推荐(0)
摘要: 原文 https://github.com/bitcoin/bitcoin/blob/master/src/test/README.md 基本情况 使用语言为Python,通过如下文件执行 test/functional/test_runner.py 单元测试源代码的目录为: /src/test/ 阅读全文
posted @ 2021-01-28 11:24 我尽量尽力而为 阅读(269) 评论(0) 推荐(0)
摘要: 官网 https://www.boost.org/ 简介 Boost是为C++语言标准库提供扩展的一些C++程序库的总称。Boost库是一个可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的开发引擎之一,是为C++语言标准库提供扩展的一些C++程序库的总称。Boost库由C++标准 阅读全文
posted @ 2021-01-28 10:43 我尽量尽力而为 阅读(1082) 评论(0) 推荐(0)

2021年1月26日

摘要: .vscode/launch.json设置 关键在于 "program": "${workspaceFolder}/src/qt/bitcoin-qt", 全部内容: { // Use IntelliSense to learn about possible attributes. // Hover 阅读全文
posted @ 2021-01-26 23:15 我尽量尽力而为 阅读(220) 评论(0) 推荐(0)
摘要: 运行 cat /proc/sys/fs/inotify/max_user_watches 查看现在的大小 修改/etc/sysctl.conf,在最后一行添加 fs.inotify.max_user_watches=524288 执行 sudo sysctl -p 来源: https://code. 阅读全文
posted @ 2021-01-26 19:48 我尽量尽力而为 阅读(1824) 评论(0) 推荐(0)

2021年1月24日

摘要: #include <iostream> #include <vector> #include <string> #include <cstring> #include <limits> #include <stdexcept> #include <stdint.h> #include <casser 阅读全文
posted @ 2021-01-24 23:16 我尽量尽力而为 阅读(123) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页

导航