Chellhoooo_abyss


  • Home

  • Archives

  • Categories

npm掉坑集锦

Posted on 2017-08-14 | In 掉坑集锦 , npm
[前言]因npm是从国外服务器下载组件的,如果一直下载不下来就用使用淘宝镜像吧,速度会更快一点(之后发现淘宝镜像可能会缺了很多依赖库,后面会补到崩溃。。尤其是npm,如果可以还是尽量官网镜像吧) 临时使用npm --registry https://registry.npm.taobao.org install <name> 长期使用npm config set registry https://registry.npm.taobao.org //配置淘宝镜像仓库,下次安装无需重复执行cnpm intall <name> //安装所需的组件 如果突然遇到什么奇奇怪 ...
Read more »

git掉坑集锦

Posted on 2017-08-13 | In 掉坑集锦 , git
fatal: Unable to create ‘D:/xxxxx/.git/index.lock’: File exists.删掉index.lock即可 fatal: unable to stat ‘xxx/xxxx/xxxx’: Filename too longgit config --system core.longpaths true 未完待续
Read more »

[css学习笔记] w3c标准

Posted on 2017-07-29 | In 学习笔记 , css
首先,How to Read W3C Specs。里面有一句话是这样的, A SPECIFICATION IS NOT A USER MANUAL 翻译为中文也就是规范不是用户手册,我想了很久要怎么去理解这句话,规范不就是文档吗?而文章里面举了一个例子,把这两者分别比喻为车的用户手册和维修手册,然后我就更懵逼了(掩脸..)可是我有时候就是很钻牛角尖想要去字斟句酌,之后随着我学习w3c规范的过程,我好像对此有了一点自己的理解,如若不对,还请指教。 什么是w3c?为什么需要W3C标准w3c,World Wide Web Consortium,中文名为万维网联盟。与其说w3c生产标准,不如说 ...
Read more »
1…11121314
chellhoo

chellhoo

42 posts
15 categories
66 tags
© 2018 chellhoo
Powered by Hexo
Theme - NexT.Muse