Skip to content

Instantly share code, notes, and snippets.

@mfine2
mfine2 / lib.less
Created October 26, 2014 13:20
lib.less
.c0{color:#000;}.c3{color:#333;}.c4{color:#444;}.c6{color:#666;}.c9{color:#999;}.cc{color:#ccc;}.cf{color:#fff;}.red{color:red;}.green{color:green;}
@c0:#000;@c3:#333;@c4:#444;@c6:#666;@c9:#999;@cc:#ccc;@cf:#fff;@red:red;@green:green;
.ffa{font-family:Arial;}.ffs{font-family:'宋体';}.ffyh{font-family:'微软雅黑';}
.n{font-weight:normal;font-style:normal;}.b{font-weight:bold;}.i{font-style:italic;}//a-z
.tl{text-align:left;}.tc{text-align:center;}.tr{text-align:right;}.tj{text-align:justify;}
.vt{vertical-align:top;}.vm{vertical-align:middle;}.vb{vertical-align:bottom;}.vtb{vertical-align:text-bottom;}
.tdu{text-decoration:underline;}.tdn{text-decoration:none;}
.toe{text-overflow:ellipsis;}
.wsn{white-space:nowrap;}.wsp{white-space:pre;}.wbk{word-wrap:break-word;}
#!/bin/bash
#
# redis - this script starts and stops the redis-server daemon
#
# chkconfig: - 80 12
# description: Redis is a persistent key-value database
# processname: redis-server
# config: /etc/redis/redis.conf
# pidfile: /var/run/redis.pid