随笔分类 -  区块链

有关区块链资料整理
摘要:谁才是简书江湖的倚天剑和屠龙刀?(钻、贝、卡、FTN) 转 https://www.jianshu.com/p/cde585e7bd4a 2019年9月23日,Fountain官方发布《会员持钻奖励,及PoC内容奖励调整公告》,简书PoC规则迎来重大调整。新规之下,加成卡横空出世,血雨腥风的简书江湖 阅读全文
posted @ 2020-07-22 13:43 中国人醒来了 阅读(701) 评论(0) 推荐(0)
摘要:win10下通过编译源码方式在chrome中成功安装react-devtools开发工具插件 1、去git上下载react-devtools文件到本地,https://github.com/facebook/react-devtools 2、进入到react-devtools-master文件夹,用 阅读全文
posted @ 2019-12-18 17:29 中国人醒来了 阅读(616) 评论(0) 推荐(0)
摘要:nodejs中使用cheerio爬取并解析html网页 转 https://www.jianshu.com/p/8e4a83e7c376 cheerio用于node环境,用法与语法都类似于jquery。jquery本身也可以用于node,在借助于第三方库jsdom的情况下,详见:https://ww 阅读全文
posted @ 2019-12-13 22:51 中国人醒来了 阅读(8708) 评论(0) 推荐(0)
摘要:node.js GET与POST请求 转 http://www.voidcn.com/article/p-ncglaiqx-bdx.html 标签 get post node.js 栏目 Node.js 原文 http://blog.csdn.net/chy555chy/article/detail 阅读全文
posted @ 2019-12-13 04:09 中国人醒来了 阅读(597) 评论(0) 推荐(0)
摘要:javascript – Node.js请求CERT_HAS_EXPIRED 转 http://www.voidcn.com/article/p-ssctwovd-bsy.html 原文 http://stackoverflow.com/questions/20433287/node-js-requ 阅读全文
posted @ 2019-12-13 00:25 中国人醒来了 阅读(3578) 评论(0) 推荐(0)
摘要:利用npm安装/删除/查看包信息 目录 查看远程服务器上的包的版本信息 查看本地安装的包的版本信息 npm语法化版本号 npm install全局安装和本地安装的区别 npm install全局卸载和本地卸载 正文 回到顶部 查看远程服务器上的包的版本信息 npm view webpack vers 阅读全文
posted @ 2019-12-12 17:46 中国人醒来了 阅读(1568) 评论(0) 推荐(0)
摘要:用Java和Nodejs获取http30X跳转后的url 转 https://calfgz.github.io/blog/2018/05/http-redirect-java-node.html 301永久重定向 定义 301 Moved Permanently 被请求的资源已永久移动到新位置,并且 阅读全文
posted @ 2019-12-12 03:05 中国人醒来了 阅读(1834) 评论(0) 推荐(0)
摘要:使用yarn代替npm作为node.js的模块管理器 转 https://www.jianshu.com/p/bfe96f89da0e Fast, reliable, and secure dependency management Yarn是Facebook公司出品的用于管理nodejs包的一款软 阅读全文
posted @ 2019-12-11 20:21 中国人醒来了 阅读(665) 评论(0) 推荐(0)
摘要:使用create-react-app时遇到Module not found问题 转 https://blog.csdn.net/wkq_1212/article/details/90291558 本来项目跑的好好地,然后install了一个axios,然后项目就挂了。 各种Module not fo 阅读全文
posted @ 2019-12-10 20:25 中国人醒来了 阅读(3145) 评论(0) 推荐(0)
摘要:源代码如下: //(node:9240) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure b 阅读全文
posted @ 2019-12-10 06:15 中国人醒来了 阅读(1281) 评论(0) 推荐(0)
摘要:JS replace()方法替换变量(可以对变量进行全文替换) 2016-12-05 17:47:49 yzbben 阅读数 19400 收藏 更多 分类专栏: js 正则 事情是这样的: 本文出处http://blog.sina.com.cn/s/blog_6552200b0102ve60.htm 阅读全文
posted @ 2019-12-09 03:11 中国人醒来了 阅读(563) 评论(0) 推荐(0)
摘要:通过 iconv-lite可以实现中文字符解码 1.安装iconv-lite npm install iconv-lite 2.iconv-lite网址如下 iconv-lite https://github.com/ashtuchkin/iconv-lite 3.使用iconv-lite例子代码如 阅读全文
posted @ 2019-12-06 23:25 中国人醒来了 阅读(2096) 评论(0) 推荐(0)
摘要:Solidity truffle,部署合约到Ropsten测试链或主链,调用合约 转 https://blog.csdn.net/houyanhua1/article/details/89010896 Infura是⼀个托管的以太坊节点集群,可以将你开发的以太坊智能合约部署到infura提供的节点上 阅读全文
posted @ 2019-12-06 18:35 中国人醒来了 阅读(1142) 评论(1) 推荐(0)
摘要:1.安装node-v12.13.1-x64(LTS) 2.安装creatre-react-app: npm install -g create-react-app 3.通过create-react-app命令生成react app create-react-app <app名称> 4.运行第3步生成 阅读全文
posted @ 2019-12-05 05:11 中国人醒来了 阅读(916) 评论(0) 推荐(0)
摘要:react.semantic-ui.com react官方中文网址 https://zh-hans.reactjs.org/ es6标准入门 nodejs官网文档 nodejs.org https://nodejs.org/en/docs/ nodejs中文网文档 nodejs.cn http:// 阅读全文
posted @ 2019-12-04 23:35 中国人醒来了 阅读(272) 评论(0) 推荐(0)
摘要:npm使用国内源 转 https://www.jianshu.com/p/7e84d7b119bc $ npm install -g cnpm --registry=https://registry.npm.taobao.org $ npm --registry=https://registry.n 阅读全文
posted @ 2019-12-04 23:12 中国人醒来了 阅读(3832) 评论(0) 推荐(0)
摘要:ECMAScript 6.0基础入门教程 转:https://blog.csdn.net/hexinyu_1022/article/details/80778727 https://blog.csdn.net/hexinyu_1022/article/details/80838395 ECMAScr 阅读全文
posted @ 2019-10-22 07:07 中国人醒来了 阅读(783) 评论(0) 推荐(0)
摘要:让remix使用本地文件系统 让remix使用本地文件系统 让remix使用本地文件系统 让remix使用本地文件系统 转:https://blog.csdn.net/platocnet/article/details/83376792 1. 测试发现使用npm命令安装相关环境不成功,换成淘宝cnp 阅读全文
posted @ 2019-10-20 06:08 中国人醒来了 阅读(1395) 评论(0) 推荐(0)
摘要:搭建智能合约开发环境Remix IDE及使用 参考原文链接:搭建智能合约开发环境 Remix IDE 及使用 目前开发智能的IDE, 首推还是Remix, 而Remix官网, 总是由于各种各样的(网络)原因无法使用,本文就来介绍一下如何在本地搭建智能合约开发环境remix-ide并介绍Remix的使 阅读全文
posted @ 2019-10-19 13:34 中国人醒来了 阅读(2713) 评论(7) 推荐(1)
摘要:Remix 搭建与简单使用,并支持外部访问 转 https://blog.csdn.net/linshenyuan1213/article/details/83444911 remix是基于浏览器的在线编译器,鉴于网络问题,可能存在登不上去的问题,因此 ,可以搭建自己本地的Remix。 本文是基于v 阅读全文
posted @ 2019-10-19 13:10 中国人醒来了 阅读(2373) 评论(0) 推荐(0)