08 2020 档案

摘要:一.通过命令配置 1. 命令 npm config set registry https://registry.npm.taobao.org 2. 验证命令 npm config get registry 如果返回https://registry.npm.taobao.org,说明镜像配置成功。 二 阅读全文
posted @ 2020-08-14 16:54 Haoyin-杰克 阅读(175) 评论(0) 推荐(0) 编辑
摘要:const alphabet=Array.from(new Array(26),(ele,index)=>{ return String.fromCharCode(65+index); }) console.log(alphabet) //["A", "B", "C", "D", "E", "F", 阅读全文
posted @ 2020-08-05 15:32 Haoyin-杰克 阅读(262) 评论(0) 推荐(0) 编辑
摘要:一、什么是 Promise 1.1 Promise 的前世今生 Promise 最早出现在 1988 年,由 Barbara Liskov、Liuba Shrira 首创(论文:Promises: Linguistic Support for Efficient Asynchronous Proce 阅读全文
posted @ 2020-08-04 14:03 Haoyin-杰克 阅读(517) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示