摘要: vi /usr/local/etc/redis.conf修改dir "/Volumes/KG's Big YO/Documents/redis_data"最后,启动Redis:redis-server /usr/local/etc/redis.confDone.原文:http://www.lovew... 阅读全文
posted @ 2016-01-06 13:49 GreatK 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 1. brew install mariadb2. mysql_install_db --verbose --user=$USER --basedir=/usr/local/Cellar/mariadb/10.1.8 --datadir="/Volumes/KG's Big YO/Documents... 阅读全文
posted @ 2016-01-06 13:40 GreatK 阅读(899) 评论(0) 推荐(0) 编辑
摘要: By usingHomebrew, you greatly reduce the cost of setting up and configuring the development environment on Mac OS X.Let’s installRedisfor the good.$ b... 阅读全文
posted @ 2016-01-06 11:55 GreatK 阅读(1606) 评论(0) 推荐(0) 编辑
摘要: 扶今追昔CSS中的单位我们经常用到px、pt、em、百分比,px和pt不用多说emem是相对单位,参考物是父元素的font-size,具有继承的特点如果字体大小是16px(浏览器的默认值),那么1em = 16px这样使用换算很复杂,尤其是和px对应,大家总结出了经验body {font-size:... 阅读全文
posted @ 2016-01-06 10:13 GreatK 阅读(120) 评论(0) 推荐(0) 编辑