logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

yarn/yarn install 报错 gifsicle pre-build test failed

从github上clone别人的代码,install时报错如下:Output:‼ connect ETIMEDOUT‼ gifsicle pre-build test failedi compiling from source× Error: Command failed: C:\Windows\system32\cmd.exe /s /c “autoreconf -ivf”‘auto...

google earth pro无法链接服务器的问题

google earth pro无法链接服务器的问题ping hk.google.com记录该IP地址,然后打开 C:\Windows\System32\drivers\etc找到hosts文件,以管理员身份打开,在最下方粘贴3. 重新打开google earth pro就可以联上服务器了!But,我踩了一个小小的坑,,,,由于本人PC装的是家庭版的win10,所以右键没有出现“...

rollup入门,rollup无法引入第三方依赖,无法识别require(‘xxxx‘) (!) Unresolved dependencies

Rolluprollup是一款ESmodules 打包器,仅仅是一款打包器,没有其他功能, 比如webpack中的html热替换,rollup也没有。rollup的模块机制是ESmodules,(使用import, export default/export)但是不会对ES6其他语法进行编译。因此要识别es6, 和webpack一样也是需要babel进行编译转成es5这里注意babel的版本,否则

ES6新增属性之Reflect

1. 什么是Reflect?为操作对象而提供的新API2. Reflect的基本方法Reflect.get(target, propertyKey[,receiver])target 必需, 获取属性的目标对象propertyKey 必需,属性名称receiver 可选,(如果指定属性部署了getter访问器,那么访问器的this就会指向receiver)var antZ = {webName:

到底了