命令用途简写fis --version查看版本fis -vfis install安装fis release发布项目fis server start启动一个服务器用于预览项目fis server clean清空www发布目录的文件fis server open打开路径fis release --hel...
分类:
其他好文 时间:
2015-11-19 13:12:35
阅读次数:
313
1、命令安装:npm install -g less同时还要装 npm install -g less-plugin-clean-css2、Sublime中ctrl+shift+p,输入ip按回车,找到SublimeOnSaveBuild安装然后当保存.less文件的时候会自动生成对应的.css文件
分类:
其他好文 时间:
2015-11-19 10:53:01
阅读次数:
236
ll 脚本执行mvn clean install 报错12月12日北京OSC源创会 —— 开源技术的年终盛典 »[INFO] Scanning for projects...[INFO] --------------------------------------------------------...
分类:
系统相关 时间:
2015-11-17 12:22:00
阅读次数:
341
ob_clean这个函数的作用就是用来丢弃输出缓冲区中的内容,如果你的网站有许多生成的图片类文件,那么想要访问正确,就要经常清除缓冲区。
分类:
其他好文 时间:
2015-11-17 07:08:43
阅读次数:
149
即使有子文件夹也能处理。Makefile:.PHONY: clean all# annotation when release versionDEBUG := TARGET_PROG := main.out# project directory DEBUG_DIR := ./...
分类:
其他好文 时间:
2015-11-16 18:57:36
阅读次数:
165
(1)、attr attr: function(elem, name, value){ var fix = { "for": "htmlFor", "class": "className", "float": "c...
分类:
Web程序 时间:
2015-11-16 12:01:49
阅读次数:
266
Warnings1.Do not delay things,write down what comes up immeditately.2.Keep your desk /hair/face/fingers/shoes/clothes and mind! clean.3.Do not lean on...
分类:
其他好文 时间:
2015-11-15 17:39:07
阅读次数:
174
1.安装nodejshttp://nodejs.org/2.安装各自的node packagejs我用的是UglifyJS github地址:https://github.com/mishoo/UglifyJScss我用的是clean-cssgithub地址:https://github.com/G...
分类:
Web程序 时间:
2015-11-15 13:22:17
阅读次数:
201
最近花了一些时间看了这本书,书名是《Writing Clean Code ── Microsoft Techniques for Developing Bug-free C Programs》这里主要总结了一些里面的编程思想。为空语句加上NULL当需要使用空语句的时候,最好写上NULL, 比如:if...
分类:
其他好文 时间:
2015-11-12 23:30:55
阅读次数:
277
代理:npm config set proxy http://username:password@server:port取消:npm config rm proxy缓存:npm cache clean
分类:
其他好文 时间:
2015-11-10 19:13:56
阅读次数:
158