240 发简信
IP属地:北京
  • Rust安装

    如果rust安装后,执行rustc *.rc命令报错: error: linker `link.exe` not found | = note:...

  • 新建hardhat项目

    新建项目目录 mkdir testpcd testp 安装hardhat npm install hardhat --save-dev 执行命令...

  • Resize,w 360,h 240
    安装Remix

    安装remix 安装remix-ide npm install -g remix-ide 安装remixd npm install -g @re...

  • REMIX+Openzeppelin建立NFT智能合约

    安装openzeppelin智能合约模版 npm install @openzeppelin/contracts Remix配置 通常remix...

  • Go编译为可执行文件增加Logo

    首先准备ico文件,如favicon.ico 新建.rc文件,内容为: IDI_ICON1 ICON "favicon.ico" 创建manif...

  • 关于区块链的收藏文章

    精读比特币白皮书1 精读比特币白皮书2:中本聪确实聪明 精读比特币白皮书3:最宝贵的果然是时间 精读比特币白皮书4:一切都是从成本出发 精读比特...

  • Resize,w 360,h 240
    Git简明操作手册

    Git简明手册 以下都是常用的操作,并做了一些通用的规范性要求。有些操作适应于developer,有些适用于version manager。 准...

  • Resize,w 360,h 240
    Conduit service mesh环境搭建

    关于 Conduit conduit 是linkerd的缔造者新建的service mesh框架,它是为kubernetes而生,需要运行在k8...

  • ubuntu搭建多python环境

    安装virtualenv $ sudo apt install virtualenv 安装virtualenvwrapper $ sudo ap...