继华为之后,京东开始布局IPFS

(搜索“杭州区块链国际周”查看)
时空云:成都简单范(翘脚老板)

在这里插入图片描述
2020年7月3-4日,在杭州IPFS生态与分布式存储产业峰会上,京东智联云事业部无线宝业务总经理张晓东发表主题演讲《基于京东云无线宝智能终端及其价值共享理念,构建IPFS基础设施》,其精选内容如下:
在这里插入图片描述

大家上午好,我的名字叫张晓东,我在京东负责无线宝的业务,非常感谢大家参加这个会议,我也特别感谢主办方邀请我参加这次演讲,我今天给大家讲讲我的产品诞生的故事。

无线宝这个产品,是去年在集团的几个部门协作努力下成立的,接下来我会给大家花几分钟讲一下京东云的发展以及这个产品的来历。因为我觉得这个产品的一些理念和IPFS很多理念相近的,而且独特变现方式值得大家认真听一下。

大家知道最近一段时间北京地区发了很多的消费券,没有以现金发到用户,而是以券发到京东,北京市民可以在京东平台领券进行消费,之前有人问我京东会不会进入币圈,我的答案是既不能否认也不能认同,因为这超出我的授权;但是对于京东和币圈的结合,我认为可以以北京市发消费券模式做一个前瞻性的预测或者一个畅想。

其实国家对于区块链领域的很多限制在我看来是因为数字货币和实体的货币之间不受管控,从而无法规避洗钱行为;但是如果把这些东西用来消费,我相信国家是鼓励的,如果在某一天挖矿能够产生价值并且能够和消费结合在一起,那么,国家还会反对吗?</

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,以下是一个简单的京东页面布局,仅作参考: HTML代码: ``` <!DOCTYPE html> <html> <head> <title>京东页面布局</title> <style type="text/css"> body { margin: 0; padding: 0; font-family: Arial, sans-serif; } .header { background-color: #E4393C; color: #fff; padding: 10px; text-align: center; } .navbar { background-color: #F5F5F5; height: 40px; padding: 10px; display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 30px; font-weight: bold; } .search { display: flex; align-items: center; } .search input[type="text"] { border: none; padding: 5px; margin-right: 5px; width: 300px; border-radius: 5px; } .search button { background-color: #E4393C; color: #fff; border: none; padding: 5px 10px; border-radius: 5px; cursor: pointer; } .banner { background-color: #F5F5F5; height: 200px; display: flex; align-items: center; justify-content: center; } .banner img { max-width: 100%; max-height: 100%; } .products { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 20px; } .product { background-color: #fff; padding: 10px; border-radius: 5px; box-shadow: 0px 0px 5px rgba(0,0,0,0.2); width: 30%; margin-bottom: 20px; } .product img { max-width: 100%; max-height: 100%; margin-bottom: 10px; } .product .name { font-size: 16px; font-weight: bold; } .product .price { font-size: 14px; color: #E4393C; margin-top: 5px; } .footer { background-color: #F5F5F5; padding: 20px; text-align: center; } </style> </head> <body> <div class="header"> <h1>京东页面布局</h1> </div> <div class="navbar"> <div class="logo">京东商城</div> <div class="search"> <input type="text" placeholder="搜索商品"> <button>搜索</button> </div> </div> <div class="banner"> <img src="https://img12.360buyimg.com/da/jfs/t1/136496/30/12192/191684/5f6d2b0fE6a84a8f7/f645d4ec5dce3e91.jpg"> </div> <div class="products"> <div class="product"> <img src="https://img12.360buyimg.com/n7/jfs/t1/154617/28/11723/124725/5fc71f4cEe6d8a0b1/9e5e3a59d2a50c5b.jpg"> <div class="name">小米电视4A 32英寸 四核64位高清网络液晶平板电视机</div> <div class="price">¥799.00</div> </div> <div class="product"> <img src="https://img12.360buyimg.com/n7/jfs/t1/136063/16/6025/188851/5f39e9d3Ef8c8f8f6/9405a2d3d51c5d8f.jpg"> <div class="name">戴尔(DELL)成就3470 英特尔酷睿i5 台式电脑整机</div> <div class="price">¥3999.00</div> </div> <div class="product"> <img src="https://img14.360buyimg.com/n7/jfs/t1/140952/38/17333/155752/5fe8d8a6E9c9e4f38/2d4d5f5eab1a0a24.jpg"> <div class="name">美的(Midea)电烤箱家用大容量多功能烤箱</div> <div class="price">¥439.00</div> </div> <div class="product"> <img src="https://img14.360buyimg.com/n7/jfs/t1/155006/24/13911/66528/6034c7c9E08380a25/3d7d48c701f6502e.jpg"> <div class="name">HUAWEI FreeBuds 4i 无线耳机</div> <div class="price">¥499.00</div> </div> <div class="product"> <img src="https://img14.360buyimg.com/n7/jfs/t1/152647/20/18024/95621/6043b6caE3edd0f8c/3f5cd3e5d5f1c3c3.jpg"> <div class="name">华为 MateBook 14 2020款 锐龙版</div> <div class="price">¥4999.00</div> </div> <div class="product"> <img src="https://img10.360buyimg.com/n7/jfs/t1/139899/29/18553/111747/5fd85b4fE5e5f1a65/4d5c37c6a1bdcb7e.jpg"> <div class="name">小米10至尊纪念版 5G手机</div> <div class="price">¥5299.00</div> </div> </div> <div class="footer"> <p>京东商城 © 2021</p> </div> </body> </html> ``` 效果如下图所示: ![京东页面布局](https://i.imgur.com/pmd6H6r.png)

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值