狼爱上狸

我胡汉三又回来了

#

fabric-samples

https://github.com/hyperledger/fabric-samples

posted @ 2019-05-16 15:09 狼爱上狸 阅读(109) | 评论 (0)编辑 收藏

Linux(Ubuntu18.04)安装Chrome浏览器

一分钟安装教程!

1、将下载源加入到系统的源列表(添加依赖)

sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/

2、导入谷歌软件的公钥,用于对下载软件进行验证。

wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -

3、用于对当前系统的可用更新列表进行更新。(更新依赖)

sudo apt-get update

4、谷歌 Chrome 浏览器(稳定版)的安装。(安装软件)

sudo apt-get install google-chrome-stable

5、启动谷歌 Chrome 浏览器。

/usr/bin/google-chrome-stable

然后添加到状态栏即可。



https://blog.csdn.net/hellozex/article/details/80762705

posted @ 2019-05-16 10:27 狼爱上狸 阅读(1031) | 评论 (0)编辑 收藏

cp: 无法获取".build/docker/gotools/bin/protoc-gen-go" 的文件状态(stat): 没有那个文件或目录

在进行make docker时出现如下错误:

    [root@master1 fabric]# make docker
    mkdir -p .build/image/ccenv/payload
    cp .build/docker/gotools/bin/protoc-gen-go .build/bin/chaintool .build/goshim.tar.bz2 .build/image/ccenv/payload
    cp: 无法获取".build/docker/gotools/bin/protoc-gen-go" 的文件状态(stat): 没有那个文件或目录
    make: *** [.build/image/ccenv/payload] 错误 1

经过查看发现,文件protoc-gen-go确实不在fabric/.build/docker/gotools/bin下。我是在配置的时候将protoc-gen-go放到了fabric/build/docker/gotools/bin下,一个“.”的区别。。。
---------------------
作者:ASN_forever
来源:CSDN
原文:https://blog.csdn.net/ASN_forever/article/details/87547839
版权声明:本文为博主原创文章,转载请附上博文链接!

posted @ 2019-05-16 08:57 狼爱上狸 阅读(7859) | 评论 (0)编辑 收藏

Hyperledge 开发环境配置常见问题

http://www.cnblogs.com/yanlixin/p/6103775.html

posted @ 2019-05-15 15:27 狼爱上狸 阅读(152) | 评论 (0)编辑 收藏

企业应用开发为何选择 Fabric?

https://ethfans.org/topics/1901

posted @ 2019-05-15 09:17 狼爱上狸 阅读(121) | 评论 (0)编辑 收藏

解决Ubuntu 下载额外数据文件失败ttf-mscorefonts-installer的问题

https://www.cnblogs.com/bfhxt/p/9967039.html

posted @ 2019-05-15 08:45 狼爱上狸 阅读(192) | 评论 (0)编辑 收藏

ubuntu,在安装wine时停在了“正在设定 ttf-mscorefonts-installer”,怎么确定啊

TAB 选择确定吧

posted @ 2019-05-15 08:16 狼爱上狸 阅读(280) | 评论 (0)编辑 收藏

解决Ubuntu 18.04中文输入法的问题,安装搜狗拼音

https://blog.csdn.net/fx_yzjy101/article/details/80243710

posted @ 2019-05-14 10:50 狼爱上狸 阅读(342) | 评论 (0)编辑 收藏

以太坊DApps去中心化微博开发(使用truffle框架)

https://blog.csdn.net/yujuan110/article/details/87919338

posted @ 2019-05-13 15:35 狼爱上狸 阅读(168) | 评论 (0)编辑 收藏

Warning: Defining constructors as functions with the same name as the contract is deprecated

https://blog.csdn.net/wuhuimin521/article/details/88796058

posted @ 2019-05-13 15:24 狼爱上狸 阅读(231) | 评论 (0)编辑 收藏

仅列出标题
共38页: First 上一页 8 9 10 11 12 13 14 15 16 下一页 Last