为 Github 仓库的代码提交添加 Verified?用 GnuPG !

安装 brew search GnuPG gpg --version # 输出 gpg (GnuPG) 2.3.4 libgcrypt 1.10.0 Copyright (C) 2021 Free Software Foundation, Inc. License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Home: /Users/yuhanliu/.gnupg 支持的算法: 公钥: RSA, ELG, DSA, ECDH, ECDSA, EDDSA 密文: IDEA, 3DES,

区块链的搭建与测试

这个开源区块链相关产品的 bug 可真的多…… [toc] lspci | grep -i nvidia cat /proc/cpuinfo | grep model\ name cat /proc/meminfo | grep MemTotal Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz (48) MemTotal: 98622476 kB 98.622476 GB NVIDIA Corporation TU104GL [Tesla T4] (2) Intel(R) Xeon(R) Gold 5218 CPU @ 2.30GHz (64) MemTotal: 527751008 kB 527.751008 GB NVIDIA Corporation

Neo4j 入门

Neo4j 入门 ACID是数据库事务正确执行的四个基本要素的缩写,即原子性(Atomicity)、一致性(Consistency)、隔离性(Isola