• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






猴子哥669

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2018年7月25日

一个简单的ipfs音乐播放器的实现
摘要: IPFS音乐播放器 IPFS相关 IPFS第一次亲密接触 什么是IPFS IPFS对比HTTP/FTP等协议的优势 IPFS应用场景 移动数据 交易 路由 网络 定义数据 命名 使用数据 具体场景; 挂载全球文件 版本管理功能 数据库 加密平台 各种类型cdn 永久访问的链接 ​ ipfs入门 官网 阅读全文
posted @ 2018-07-25 19:23 猴子哥669 阅读(1369) 评论(0) 推荐(0)
 
React错误总结(三)
摘要: 神坑react native之Cannot Add a child that doesn’t have a YogaNode to a parent with out a measure function 在react native最新版 0.50,遍历数据时在组件标签中插入数据,写法大致如下: . 阅读全文
posted @ 2018-07-25 14:40 猴子哥669 阅读(115) 评论(0) 推荐(0)
 
React错误总结解决方案(二)
摘要: 1、React native: Cannot add a child that doesn’t have a YogaNode or parent node 该错误一般是因为render方法中注释语句写法不正确,render的return函数里面的注释语句应该写在 {} 里面,而不是直接 //,正确 阅读全文
posted @ 2018-07-25 14:38 猴子哥669 阅读(1191) 评论(1) 推荐(0)
 
react错误总结
摘要: react native 错误总结 The development server returned response error code: 500 in react native https://blog.csdn.net/qingsong_xu/article/details/72515075 阅读全文
posted @ 2018-07-25 08:42 猴子哥669 阅读(199) 评论(0) 推荐(0)