2017-12-19 css实现单行、多行文本溢出显示省略号 css实现单行文本溢出显示省略号123white-space: nowrap; // 规定段落中的文本不进行换行overflow: hidden; // 溢出隐藏text-overflow: ellipsis; // 文本溢出显示省略号 阅读全文…
2017-12-15 npm设置淘宝镜像 npm设置淘宝镜像我们通过npm install xxx 安装包的过程会特别慢,或者安装半天突然报错。这是因为npm镜像地址在国外,所以访问会慢有的时候还访问不到…..(天朝的万能的防火墙) 阅读全文…
2017-12-12 node.js Windows下安装(笔记) 首先去Node.js中文网下载安装包偶数位为稳定版本,奇数位为非稳定版本(开发版)稳定版本中已发布的API是不会改变的奇数开头的开发版就是会不断变化更新 阅读全文…
2017-12-12 Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. 阅读全文…