自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 虚拟机基本环境配置

Ubuntu18,典型安装,稍后安装操作系统,网络方式为桥接。换成国内阿里源,在software updater中设置更新软件包sudo apt updatesudo apt upgrade安装open-vm-toolssudo apt install open-vm-toolssudo apt install dkms #文件共享sudo apt install open-vm-tools-desktop #文件拖放安装go语言1. #下载go的Linux版本 2. sudo .

2020-06-24 20:33:33 699

原创 IPFS中的分布式哈希表(DHT)

英文部分摘自官方文档,中文部分是基于理解上的翻译Distributed hash tables (DHTs)To find which peers are hosting the content you’re after (discovery), IPFS uses a distributed hash table, or DHT. A hash table is a database of...

2020-03-13 13:01:48 1322 4

原创 IPFS中的有向无环图--Merkle DAG

英文部分摘自官方文档,做了一下翻译。IPFS and many other distributed systems take advantage of a datastructure called directed acyclic graphs, or DAGs. Specifically, theyuse Merkle DAGs, which are DAGs where each no...

2020-03-11 10:25:22 1079

原创 什么是IPFS

首先引用一下官方介绍:IPFS powers the Distributed Web —— A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open.IPFS is a distributed system for storing and accessing files, ...

2020-02-28 15:12:16 893 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除