Lu Peng
Lu Peng
厉害了我的楼主!!
👍 , 样式很不错呢 ; 作为一个基础入门版 ,非常的合格了 ; 很开心
执行命令 `font-spider *.html` 时报错 : ```shell (node:17032) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "url" argument must be of type string. Received type object at Url.parse (url.js:150:11) at urlParse (url.js:144:13) at Url.resolve (url.js:659:29)...
是因为上次的内部调整, 人都裁掉了吗 ?
如题,自己也尝试做了一些修改,但是没成功。主要是遇到了这个问题,导致我无法在页面刷新时获得Cookie中的language来初始化设置语言 : If the page is refreshed after switching the new language, the language displayed on the page will be changed back to the default language . I also tried...
have a js file (demo.js) : ``` const imagemin = require('imagemin'); const imageminOptipng = require('imagemin-optipng'); (async () => { await imagemin(['img/*.png'], 'build/img', { use: [ imageminOptipng() ] }); console.log('Images optimized!');...
如题:  
### window X64系统下报bug 重现bug步骤: - npm install -g yarn - yarn ` 此时出现bug ` ``` error read ECONNRESET at exports._errnoException (util.js:1018:11) at TLSWrap.onread (net.js:568:26) info Visit http://yarnpkg.com/en/docs/cli/install for documentation about...