Solidity、Geth、EVM 三者之间的关系 Posted on October 11, 2024 在以太坊开发生态系统中,Solidity 版本、Geth 版本 和 EVM(Ethereum Virtual Machine)版本 之间有密切的关系。理解它们的关系对于智能合约开发、部署和执行至关重要。以下是对这些版本关系的详细介绍: [Read More] Tags: blockchain ethereum
ethereum权威共识机制(PoA)简述 Posted on September 26, 2024 以太坊是一个强大的区块链平台,支持智能合约和去中心化应用(dApps)的开发。为了确保网络的安全性和交易的有效性,以太坊采用了多种共识机制。其中,权威证明(Proof of Authority, PoA)是一种相对较新的共识模型,主要用于提升网络的效率。本文将深入探讨PoA的工作原理、优缺点及其应用场景。 [Read More] Tags: blockchain
“wsl:检测到 localhost 代理配置,但未镜像到 WSL......”解决办法 Posted on September 23, 2024 之前一直是使用的mac作为工作电脑,最近切换到Windows电脑,使用wsl时每次都会提示wsl: 检测到 localhost 代理配置,但未镜像到 WSL。NAT 模式下的 WSL 不支持 localhost 代理。 [Read More] Tags: wsl
Excel 公式函数 SUMIF Posted on September 20, 2024 SUMIF() 是 Excel 中的一个公式,它的主要功能是根据特定的条件来对某一范围内的数据进行求和。 [Read More] Tags: 数据处理
Go语言Excel库:excelize Posted on September 20, 2024 Go语言Excel处理库 github.com/xuri/excelize/v2 使用详解 [Read More] Tags: go