许久没更新博客啦,这两天研究了下 SASS 和 LESS ,最终选了 SASS,因为相对比较成熟些吧,试了很多坑之后,终于成功了,下面上步骤:
1. 安装 PHPStorm 的 SASS 插件
好像是自带了该插件的,如果没有的话,就打开 setting -> plugins 自己安装一个吧,就不多说了
2. 安装 Ruby
Windows 版本下载地址:
htt...
分类:
Web程序 时间:
2015-04-15 17:07:28
阅读次数:
190
使用ICECSS 首先你需要到?https://github.com/T-baby/ICECSS 上下载最新版本的包。 我们下载后可以看到这样一个文件结构,docs是文档,css中包含了普通版、压缩版、Less版三个版本的CSS文件,font是图标字体,h...
分类:
Web程序 时间:
2015-04-15 11:39:27
阅读次数:
175
problem:
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.
You should preserve the original relative order of...
分类:
其他好文 时间:
2015-04-14 19:45:50
阅读次数:
149
LESS Compiler 能够监控 LESS 文件,当它一有变化时将自动编译成CSS。这个插件只适用于
IntelliJ IDEA 11+, PhpStorm 5+, 和 WebStorm 5+平台。它具有以下特性:
Recursive Directory Monitoring
LESS Compiler watches directories (and subdirec...
分类:
Web程序 时间:
2015-04-14 12:59:15
阅读次数:
202
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.
You should preserve the original relative order of the nodes in each of...
分类:
其他好文 时间:
2015-04-12 14:49:27
阅读次数:
137
Color Me Less
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 31449
Accepted: 15309
Description
A color reduction is a mapping from a set of discrete color...
分类:
其他好文 时间:
2015-04-11 09:04:27
阅读次数:
122
Given a binary tree, determine if it is a valid binary search tree (BST).
Assume a BST is defined as follows:
The left subtree of a node contains only nodes with keys less than the...
分类:
其他好文 时间:
2015-04-09 23:54:16
阅读次数:
304
STL中,sort的默认排序为less,也就是说从小到大排序;priority_queue默认是less,也就说大顶堆;map默认是less,也就说用迭代器迭代的时候默认是小的排在前面;set默认是less,也就是说用迭代器迭代的时候是从小到大排序的。1、sort#include #include ...
分类:
其他好文 时间:
2015-04-09 13:42:32
阅读次数:
163
linux文件管理必会知识一、文件查看类命令①less选项参数(文件名)分屏显示文件内容(查看至文件的结尾不会退出,按q退出)快捷键ctrl+d向下翻半屏ctrl+u向上翻半屏回车键向下翻一行K键向上翻一行空格键向下翻一整屏b向上翻一整屏#G跳转至第#行★关键字查找:/+关键子从首部向..
分类:
系统相关 时间:
2015-04-08 16:38:31
阅读次数:
223