安装方式 Git Repository The material icons are available from the git repository which contains the complete set of icons including all the various formats we are making available. 1 2 $ git clone http://github.com/google/material-design-icons/ Installing icons from bower Install the icons using the Bower package manager. 1 2 $ bower install material-design-icons Installing icons from npm Install the icons using npm package manager. 1 $ npm install
字蛛是一个智能 WebFont 压缩工具,它能自动分析出页面使用的 WebFont 并进行按需压缩。
使用时注意:
- @font-face 中的 src 定义的 .ttf 文件必须存在,其余的格式将由工具自动生成
- 开发阶段请使用相对路径的 CSS 与 WebFont (否则后面还得改回去 - -#)
安装、使用什么的都很简单,基于nodejs
npm install font-spider -g
下载这个文件 http://pan.baidu.com/s/1hqIj6de 然后启动genymotion,在手机界面把这个zip文件拖到手机屏幕上,点确定安装,之后提示重启,就不会有兼容性的问题了
本文根据Github公开API,抓取了地址显示China的用户,根据粉丝关注做了一个排名,分析前一百名的用户属性,剖析这些活跃在技术社区的牛
最近几天尝试各种git库管理方案,还有各种库调试。 突然感觉到git的push太过繁琐了,用 git add. 全加上不科学, 一个个加又太费劲,内容撸完了推送
常见错误 1 2 3 { [Error: Cannot find module './build/Release/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } { [Error: Cannot find module './build/default/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } { [Error: Cannot find module './build/Debug/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } Try to install with --no-optional option. 1 $ npm install hexo --no-optional
升级 gulp-sass后报错 Import directives may not be used within control directives or mixins.
1
2
3
|
@if compass-env() == 'development' {
@import 'debug'; #导入样式表
}
|
改为: