摘要: npm 阅读全文
posted @ 2019-01-31 14:16 王利群 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 预留 阅读全文
posted @ 2019-01-05 10:17 王利群 阅读(76) 评论(0) 推荐(0) 编辑
摘要: version v17.1.0, the latest version is here 阅读全文
posted @ 2018-12-26 10:08 王利群 阅读(132) 评论(0) 推荐(0) 编辑
摘要: npm cache verify npm -v 查看npm版本 npm install -g npm 下载新版本 npm init 根据提示初始化package.json npm i --save-dev <package_name> npm uni --save-dev npm update np 阅读全文
posted @ 2018-12-25 15:54 王利群 阅读(85) 评论(0) 推荐(0) 编辑
摘要: The official docs: https://github.com/creationix/nvm nvm --help Show this message nvm --version Print out the installed version of nvm ... 阅读全文
posted @ 2018-12-21 12:18 王利群 阅读(306) 评论(0) 推荐(0) 编辑
摘要: - __dirname // 文件所在的文件夹的绝对路径 - __filename // 文件的绝对路径 - process.cwd() // 开启进程的路径 - ./ // 在require(机制不同)时同__dirname,其他同process.cwd() 阅读全文
posted @ 2018-12-19 16:52 王利群 阅读(100) 评论(0) 推荐(0) 编辑
摘要: Undefined,NaN,typeof专题 js文件目录寻找顺序(index.js等) stripe博文 js整数当浮点数一样存储1 1.0 阅读全文
posted @ 2018-12-14 10:04 王利群 阅读(83) 评论(0) 推荐(0) 编辑
摘要: // send let amqp = require('amqplib') let conn = amqp.connect('amqp://localhost') let channel = createChannel() channel.assertQueue('haha') channel.se 阅读全文
posted @ 2018-11-23 17:48 王利群 阅读(132) 评论(0) 推荐(0) 编辑
摘要: test() lastIndexOf() 阅读全文
posted @ 2018-11-23 15:34 王利群 阅读(80) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/b497eab58ed7 阅读全文
posted @ 2018-11-23 14:18 王利群 阅读(71) 评论(0) 推荐(0) 编辑