1.hyperledger fabric1.1.0 主要包含以下几个结构模型,Assets(资产),Chaincode(链码),Ledger Features(总帐功能),Privacy through Channels(渠道隐私),Security & Membership Services (安 ...
分类:
其他好文 时间:
2018-07-01 20:29:38
阅读次数:
161
Problem Statement There are N piles of candies on the table. The piles are numbered 1 through N. At first, pile i contains ai candies. Snuke and Ciel ...
分类:
其他好文 时间:
2018-07-01 17:52:19
阅读次数:
161
A Walk Through the Forest Problem Description Jimmy experiences a lot of stress at work these days, especially since his accident made working difficu ...
分类:
其他好文 时间:
2018-07-01 16:55:43
阅读次数:
185
题目描述 Description 输入一个年代和一个月份,打印该月的天数 题目描述 Description 输入一个年代和一个月份,打印该月的天数 输入一个年代和一个月份,打印该月的天数 输入描述 Input Description 一个年代和一个月份 输入描述 Input Description ...
分类:
其他好文 时间:
2018-06-30 21:56:15
阅读次数:
168
In Pytorch 0.4, I can forward a tensor through a model which is the same as Variable. Maybe in Pytorch version < 0.4, it is not possible to forward a ...
分类:
其他好文 时间:
2018-06-30 11:00:37
阅读次数:
178
简介 koa 是由 Express 原班人马打造的,致力于成为一个更小、更富有表现力、更健壮的 Web 框架。 使用 koa 编写 web 应用,通过组合不同的 generator,可以免除重复繁琐的回调函数嵌套, 并极大地提升错误处理的效率。koa 不在内核方法中绑定任何中间件, 它仅仅提供了一个 ...
分类:
其他好文 时间:
2018-06-29 14:21:59
阅读次数:
198
持续更新……………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………... ...
分类:
其他好文 时间:
2018-06-28 19:21:10
阅读次数:
250
一、因特网 1 概念 1. 网络:由若干节点和连接这些节点(node)的链路(link)组成 2. 互联网:更大的范围的网络,也就是通过路由器将网络和网络互连起来。“网络的网络” 因特网是目前最大的互联网 3. 主机(host):连接在互联网上的主机 In a word : "网络把许多主机连接在一 ...
分类:
其他好文 时间:
2018-06-26 19:30:54
阅读次数:
172
在CentOS7中手工编译安装Mysql5.7实验介绍:由于Mysql自从5.5之后,都需要安装boost的函数库,所以和LAMP中编译安装Mysql略有不同,配置文件也不一样,下面来介绍。1、首先查看CentOS7之前是否安装过Mysql,先要进行删除,使用的命令是。rpm-qmysql2、首先使用yum仓库安装所需要的开发包和软件包。yum-yinstall\ncurses\#提供字符终端处理
分类:
数据库 时间:
2018-06-26 15:01:02
阅读次数:
236
一、打包压缩解压 ①压缩 tar -czvf Test.tar.gz ./Test tar -cjvf Test.tar.bz2 ./Test ②解压 tar -xzvf Test.tar.gz tar -xjvf Test.tar.bz2 -c, --create: create a new ar ...
分类:
系统相关 时间:
2018-06-26 00:46:37
阅读次数:
192