自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(20)
  • 资源 (6)
  • 收藏
  • 关注

翻译 Hyperledger Fabric 官网翻译架构篇--之交易认可的基本工作流程

2. Basic workflow of transaction endorsement/ 交易认可的基本工作流程In the following we outline the high-level request flow for a transaction.在下文中,我们概述了交易的高级请求流程。Remark: Notice that the following protocol ...

2018-08-15 22:36:30 915

翻译 Hyperledger Fabric 官网翻译架构篇--之系统架构说明

Architecture Explained/架构说明The Hyperledger Fabric architecture delivers the following advantages:Hyperledger Fabric架构具有以下优势: Chaincode trust flexibility. The architecture separates trust assump...

2018-08-15 22:36:18 1183

翻译 Hyperledger Fabric 官网翻译架构篇--之交易流程

Transaction Flow/交易流程This document outlines the transactional mechanics that take place during a standard asset exchange. The scenario includes two clients, A and B, who are buying and selling radis...

2018-08-15 22:35:56 2354

翻译 Hyperledger Fabric 官网翻译架构篇--之背书(endorsement)策略

3. Endorsement policies/背书(endorsement)策略 3.1. Endorsement policy specification/背书(endorsement)策略规范An endorsement policy, is a condition on what endorses a transaction. Blockchain peers have a pre...

2018-08-15 22:35:42 3560

翻译 Hyperledger Fabric 官网翻译入门教程--之关键概念(Peers)

PeersA blockchain network is comprised primarily of a set of peer nodes (or, simply, peers). Peers are a fundamental element of the network because they host ledgers and smart contracts. Recall that...

2018-08-15 21:43:34 2179

翻译 Hyperledger Fabric 官网翻译入门教程--之关键概念(Membership/成员关系)

MembershipIf you’ve read through the documentation on identity you’ve seen how a PKI can provide verifiable identities through a chain of trust. Now let’s see how these identities can be used to rep...

2018-08-15 21:23:00 1308

翻译 Hyperledger Fabric 官网翻译入门教程--之关键概念(Identity/身份)

Identity/身份 What is an Identity?/什么是身份?The different actors in a blockchain network include peers, orderers, client applications, administrators and more. Each of these actors — active elements in...

2018-08-13 22:59:38 1913

翻译 Hyperledger Fabric 官网翻译入门教程--之关键概念(Hyperledger Fabric网络)

Hyperledger Fabric Network/Hyperledger Fabric网络 What is a Fabric Network?/什么是Fabric网络?A Fabric permissioned blockchain network is a technical infrastructure that provides ledger services to applic...

2018-08-13 22:48:01 3263

翻译 Hyperledger Fabric 官网翻译入门教程目录

前言学习Hyperledger Fabric 也有一段时间了,刚开始学习的时候没有搜索到完整介绍Hyperledger Fabric 的资料,只好到Hyperledger Fabric 官网(http://hyperledger-fabric.readthedocs.io/en/latest/index.html)去阅读相关的资料,在学习的过程中,翻译了Hyperledger Fabric 官...

2018-08-11 00:04:18 1116

翻译 Hyperledger Fabric 官网翻译入门教程--之关键概念(Hyperledger Fabric 模型)

英文地址:http://hyperledger-fabric.readthedocs.io/en/latest/fabric_model.html Hyperledger Fabric Model/ Hyperledger Fabric模型This section outlines the key design features woven into Hyperledger Fabric ...

2018-08-10 23:47:30 934

翻译 Hyperledger Fabric 官网翻译入门教程--之关键概念(Hyperledger Fabric 功能列表)

英文地址:http://hyperledger-fabric.readthedocs.io/en/latest/functionalities.html Hyperledger Fabric Functionalities/Hyperledger Fabric 功能列表Hyperledger Fabric is an implementation of distributed ledger...

2018-08-10 23:34:35 713

翻译 Hyperledger Fabric 官网翻译入门教程--之关键概念(概论)

 英文地址: http://hyperledger-fabric.readthedocs.io/en/latest/key_concepts.html# Key Concepts/关键概念Introduction/ 介绍 Hyperledger Fabric Functionalities/Hyperledger Fabric 功能列表 Hyperledger Fabric M...

2018-08-10 23:22:58 2016

翻译 Hyperledger Fabric 官网翻译入门教程--之Hyperledger Fabric 入门

 Hyperledger Fabric 入门 官文英文原文地址: http://hyperledger-fabric.readthedocs.io/en/latest/whatis.html Introduction/介绍In general terms, a blockchain is an immutable transaction ledger, maintained wit...

2018-08-09 23:40:35 6035 1

原创 软件架构设计原则

一、开闭原则(OCP:Open-Closed Principle)     软件实体,如类,模块与函数,对于扩展应该是开放的,对于修改是关闭的。  由于客户的需求总是不断的变化和演进的,新需求进来时,要修改代码,尽量使用继承或组合的方式来扩展类的功能,不要直接修改类的代码。  实现开闭原则的关键是对问题进行抽象化,将与具体实现分离,使用接口或抽象类对应用的可变性部分进行封装,通过扩展已有模块或系统...

2018-05-11 00:02:43 858

转载 ECC椭圆曲线详解

重温ECC椭圆曲线,简明易懂,好博文ECC椭圆曲线详解https://www.cnblogs.com/Kalafinaian/p/7392505.html

2018-02-24 15:55:06 2956

转载 Compile Graphics Magick, Boost, Botan and QT with MinGW64 under Windows 7 64

备份一下,别忘喽Compile Graphics Magick, Boost, Botan and QT with MinGW64 under Windows 7 64 http://www.kineticsystem.org/?q=node/19

2017-01-15 16:10:11 351

翻译 危险的对象数组转换

一个指向派生类对象数组的指针是不应该被转换

2014-06-17 00:43:25 429

原创 selenium web测试--浏览器窗口之间交互数据

Selenium也是一个用于Web应用程序测试的工具

2014-04-21 21:33:08 2230

原创 python setuptools splinter安装报错UnicodeDecodeError

在Win7 x64系统上安装完毕python-2.7.6(32bit)后,安装setuptools,安

2014-04-16 20:36:39 742

原创 C# Dll强签名过程

1、准备工具,SN.EXE,一般位于Microsoft Visual Studio安装目录下的SDK目录下的版本目录下的bin目录中。2、从Microsoft Visual Tool 中打开“Visual Studio 2005(根据SDK版本而定) 命令提示”的命令窗口。3、这里假设对Test.dll进行签名,形成强名称程序集,实际操作中,您可以用您的dll名称取代这个名

2014-03-31 12:50:45 5410

Visual C++ Windows _Shell__ Programming.pdf

详细介绍了shell extension的各种用法,以及namespace extension的介绍

2011-04-21

MFC(中文版)深入浅出教程

详细介绍了MFC的框架结构,MFC的运行周期,内存分配等

2011-04-01

COM技术内幕--微软组件对象模型

详细介绍了COM的背景,基本的概念以及COM组件,接口,引用计数等

2011-04-01

DES加密算法的原理介绍

介绍了DES算法的加密原理,以及程序实现

2011-03-04

Linux内核编辑基础

Linux 系统内核基础,详细介绍了Linux内核的基础

2010-12-10

PHP学习经验分享与练习

php学习方法,经验总结,以及经典练习题

2009-02-24

空空如也

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

TA关注的人

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