- 博客(3)
- 收藏
- 关注
原创 cnpm 安装依赖时报错
使用npm install 安装项目依赖时出现[fsevents@^1.2.2] optional install error: Package require os(darwin) not compatible with your platfom的问题 与sass-loder有关 cnpm rebuild node-sass 然后cnpm install 继续安装依赖就可以了 ...
2020-03-01 00:06:05 304
原创 hexo 搭建博客并部署到github上
记录一下今天搭建博客的过程吧! hexo是基于node的静态博客,需要安装node、git hexo指令具体使用可查看:https://hexo.io/zh-cn/docs/commands 终端下: cnpm install -g hexo -cli cd blog/(目录下生成了blog文件夹,后面的命令都是在blog文件夹下面进行的) hexo init hexo server hex...
2019-10-27 21:18:31 148
原创 前端第一次面试
第一次面试 js基本类型,引用类型有哪些,区别 基本类型:null undefined string boolean number symbol 引用类型:object array function等 区别: 基本类型是按值访问,可以操作保存在变量中的实际值; 引用类型的值是保存在内存中的对象,js不能直接操作对象的内存空间。操作对象时,实际上操作对象的引用而不是实际的对象。因此,引用类型的值...
2019-09-29 16:29:08 263
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人