09 2018 档案

摘要:1. "阿里巴巴镜像源站点" 有所有linux的源的镜像加速。 "点击查看介绍" 2. "具体配置方法在这里" copy: ubuntu 18.04(bionic) 配置如下 创建自己的配置文件,比如创建文件 编辑内容如下: 然后执行: 即可。 阅读全文
posted @ 2018-09-22 07:29 王大鹏 阅读(2291) 评论(0) 推荐(0)
摘要:class test { set xx(v){ console.log('i am set'); this.__ok = v; } get xx(){ console.log('i am get'); return 100; } } function testFn(){ const y = new 阅读全文
posted @ 2018-09-14 11:47 王大鹏 阅读(152) 评论(0) 推荐(0)