码迷,mamicode.com
首页 >  
搜索关键字:peer    ( 408个结果
Hyperledger Fabric(四)first-network案例中的主要配置文件及主要脚本
主要配置文件: 1.crypto-config.yaml Cryptogen工具使用该文件生成“密码材料”,即Fabric网络中各种实体(peer、order、ca)所需的证书及密钥。crypto-config.yaml包含网络拓扑结构定义,Cryptogen以其为基础为组织(包括order)和属于 ...
分类:Web程序   时间:2020-03-04 09:54:33    阅读次数:273
postgresql配置
远程连接配置: # "local" is for Unix domain socket connections only local all all peer # IPv4 local connections: host all all 127.0.0.1/32 md5 host all all 0 ...
分类:数据库   时间:2020-02-29 00:18:05    阅读次数:95
React
Installing template dependencies using npm... npm WARN eslint config react app@5.2.0 requires a peer of eslint plugin flowtype@3.x but none is install ...
分类:其他好文   时间:2020-02-24 12:52:44    阅读次数:461
lPeer reports incompatible or unsupported protocol version.
linux系统git clone 报错误 Peer reports incompatible or unsupported protocol version. 升级curl yum update -y nss curl libcurl ...
分类:其他好文   时间:2020-02-23 10:01:16    阅读次数:73
npm WARN stylus-loader@3.0.2 requires a peer of stylus@>=0.52.4 but none is installed. You must inst
问题: npm WARN stylus-loader@3.0.2 requires a peer of stylus@>=0.52.4 but none is installed. You must install peer dependencies yourself. 解决办法: 1、在packa ...
分类:其他好文   时间:2020-02-23 00:00:40    阅读次数:120
fabric-sdk-java demo(TLS-enabled)
fabric sdk java demo(TLS enabled) 使用fabric sdk java,实现向fabric区块链上存入数据摘要并查询最新的数据记录。 本实例使用单机fabric1.4.1网络,采用raft共识;拥有五个orderer节点,四个peer节点;使用docker部署;开启T ...
分类:编程语言   时间:2020-01-26 14:26:39    阅读次数:78
peer-connection - ICE
webrtc点对点会话建立过程:https://blog.csdn.net/zhuiyuanqingya/article/details/84108763 本地Candidate收集 本地的IceCandidate收集过程起始于 ,其中会启动收集 MaybeStartGathering具体实现是: ...
分类:其他好文   时间:2020-01-01 12:10:49    阅读次数:114
Hyperledger Fabric动态配置Raft节点
Hyperledger Fabric动态配置Raft节点 最近看官方文档发现新的共识算法etcdRaft允许动态添加或删除排序节点,所以也花了一天时间操作了以下,写篇文章把整个过程记录一下。 初始网络本文设置了4个Orderer节点,1个Peer节点(用于更新配置文件以及测试用),然后动态添加第五个 ...
分类:其他好文   时间:2019-12-31 14:42:14    阅读次数:101
B2C、C2C、O2O、P2P、B2B的含义
1.P2P(Peer to Peer)民间小额借贷 个人对个人的意思。是一种将小额度资金聚集起来借贷给有资金需求人的一种民间小额借贷模式。 代表公司:人人贷、宜人贷、陆金所 2.O2O(Online to Offline)线上线下相结合 把线下商务机会与互联网结合在一起,让互联网成为线下交易的前台。 ...
分类:其他好文   时间:2019-12-25 19:03:26    阅读次数:103
Postgresql常用命令汇总
如果报FATAL: Peer authentication failed for user "postgres" 解决方法https://blog.csdn.net/liyazhen2011/article/details/88977424 ...
分类:数据库   时间:2019-12-20 18:48:10    阅读次数:100
408条   上一页 1 2 3 4 5 6 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!