-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
7 lines (7 loc) · 4.84 KB
/
index.html
File metadata and controls
7 lines (7 loc) · 4.84 KB
1
2
3
4
5
6
7
<!DOCTYPE html><html lang="zh"><head><meta property="qc:admins" content="33401364521164530" /><meta charset="utf-8"><meta name="X-UA-Compatible" content="IE=edge"><title> 浮白</title><meta name="description" content="种一棵树最好的时间是十年前,其次是现在"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="short icon" href="/favicon.ico"><link rel="stylesheet" href="/css/apollo.css"><link rel="stylesheet" href="http://fonts.useso.com/css?family=Source+Sans+Pro:400,600" type="text/css"></head><body><div class="wrap"><header><a href="/" class="logo-link"><img src="/favicon.png"></a><ul class="nav nav-list"><li class="nav-list-item"><a href="/" target="_self" class="nav-list-link active">博客</a></li><li class="nav-list-item"><a href="/archives/" target="_self" class="nav-list-link">归档</a></li><li class="nav-list-item"><a href="https://github.com/AllenField/" target="_blank" class="nav-list-link">GITHUB</a></li></ul></header><section class="container"><ul class="home post-list"><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2016/05/31/构建公司内部自动化工具链/" class="post-title-link">构建公司内部自动化工具链</a></h2><div class="post-info">2016年05月31日</div><div class="post-content"><img src="/images/transfer.png"></div><a href="/2016/05/31/构建公司内部自动化工具链/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2016/04/29/怎么写chaincode/" class="post-title-link">怎么写chaincode</a></h2><div class="post-info">2016年04月29日</div><div class="post-content"><h4 id="什么是chaincode"><a href="#什么是chaincode" class="headerlink" title="什么是chaincode?"></a>什么是chaincode?</h4><p>Chaincode是一段能让你和网络中共享的账本进行交互的代码。每当你在网络上进行交易,都是在调用chaincode的函数来读取或写入账本。</p></div><a href="/2016/04/29/怎么写chaincode/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2016/04/29/openblockchain设置开发网络环境/" class="post-title-link">openblockchain设置开发网络环境</a></h2><div class="post-info">2016年04月29日</div><div class="post-content"><p>本文档介绍了用Docker容器在本地开发机器上设置网络环境。</p></div><a href="/2016/04/29/openblockchain设置开发网络环境/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2016/04/29/在开发环境下编写,运行,测试chaincode/" class="post-title-link">在开发环境下编写,运行,测试chaincode</a></h2><div class="post-info">2016年04月29日</div><div class="post-content"><p>开发者要能在不完整的终端网络中测试区块链。本文档描述了怎样在本地开发环境中编写,构建,测试区块链。</p></div><a href="/2016/04/29/在开发环境下编写,运行,测试chaincode/" class="read-more">阅读全文</a></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2016/04/29/安装openblockchain/" class="post-title-link">安装openblockchain</a></h2><div class="post-info">2016年04月29日</div><div class="post-content"><h4 id="先决条件"><a href="#先决条件" class="headerlink" title="先决条件"></a>先决条件</h4><ul>
<li><a href="https://git-scm.com/downloads">Git client</a></li>
<li><a href="https://golang.org/">Go</a> - 1.6 or later</li>
<li><a href="https://www.vagrantup.com/">Vagrant</a> - 1.7.4 or later</li>
<li><a href="https://www.virtualbox.org/">VirtualBox</a> - 5.0 or later</li>
<li>在BIOS中启用虚拟化 - 不同的机器设置方法不同</li>
</ul></div><a href="/2016/04/29/安装openblockchain/" class="read-more">阅读全文</a></article></li></ul></section><footer><div class="paginator"></div><div class="copyright"><p>种一棵树最好的时间是十年前,其次是现在</p><p>© 2016 <a href="http://fubai.tech">浮白</a></p></div></footer></div><script async src="//cdn.bootcss.com/mathjax/2.6.1/MathJax.js?config=TeX-MML-AM_CHTML"></script><script>(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;e=o.createElement(i);r=o.getElementsByTagName(i)[0];e.src='//www.google-analytics.com/analytics.js';r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));ga('create',"UA-77150972-1",'auto');ga('send','pageview');</script><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?27c1fdf8e81dbebc08f420b1ef5888a6";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s);})();</script></body></html>