105月 2021 使用Golang实现区块链和比特币原型 by aiddroid ⋅ Leave a Comment 区块链 区块链概念是由Satoshi Nakamoto(没有正式中文名,一般翻译为 中本聪)在2008年中提出的,目的是实现点对点的电子现金系统——比特币(Bitcoin)。 区块链的理念[……] 继续阅读
195月 2018 Golang跨平台交叉编译 by aiddroid ⋅ Leave a Comment Mac shell命令如下: 编译为本地可执行文件(mac下) go build -o hello hello.go 编译为windows可执行文件 CGO_ENABLED=0[……] 继续阅读