操作系统信息:
[vagrant@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
1、sudo yum install Percona-Server-shared-55-5.5.37-rel35.0.el6.x86_64.rpm...
分类:
数据库 时间:
2015-02-26 23:03:59
阅读次数:
514
描述:我要实现一个 fluid layout, 左右结构(左定宽、右100%填充;右边子容器是上下结构,上结构定高,下结构100%填充)。思路:用 table-cell 实现左右(没有用 float),右边的上下结构采用 box-sizing: border-box;(即 padding-top +...
分类:
其他好文 时间:
2015-02-26 16:34:05
阅读次数:
172
参考文章:http://blog.smdcn.net/article/1308.html准备工作:下载安装 VirtualBox :https://www.virtualbox.org/下载安装 Vagrant :http://www.vagrantup.com/下载需要使用的 box :官方提供的...
分类:
其他好文 时间:
2015-02-26 13:24:16
阅读次数:
239
安装Vagrant和Virtualbox. 这个不多说, 安装完成两个软件后, 在一个空闲的硬盘分区中 mkdir?ubuntu_lnmp
vagrant?init?ubuntu/trusty64 打开vagrantfile打开这两个配置 config.vm.network?"private_network"...
分类:
系统相关 时间:
2015-02-26 11:56:53
阅读次数:
381
ChouTiZhanShi.html
-->
body{background:url("img/bg.jpg")no-repeat}
*{margin:0px; padding:0px;}
#imgs{width:1218px ; height:233px ;border-radius:9px;
box-shadow:0px 0px 8p...
分类:
Web程序 时间:
2015-02-26 10:06:06
阅读次数:
183
MyHtml.html
-->
*{margin:0px;padding:0px}
#header{width:1300px;height:37px;border:1px solid #F00;margin:0px auto;
box-shadow:3px 2px 15px #000000;border-radius:3px;overflow...
分类:
Web程序 时间:
2015-02-26 10:05:27
阅读次数:
192
MyHtml.html
*{margin:0px 0px;padding:0px 0px;}
.page{width: 1040px;
height: 330px;
background:rgba(212, 99, 38, 1);
box-shadow: 1px 1px 10px rgba(153, 129, 26, 1);
...
分类:
Web程序 时间:
2015-02-26 10:03:00
阅读次数:
351
MyHtml.html
*{margin:0px 0px;padding: 0px 0px;}
.main{width:1300px; height:740px;box-shadow:0px 0px 6px #000;
margin:15px auto;position:relative;}
.main .pic{width:720px;he...
分类:
Web程序 时间:
2015-02-26 10:01:27
阅读次数:
209
Document
*{margin:0px;padding:0px;}
.box_mod{width:830px;margin:120px auto;position:relative;}
.box_top{width:830px;height:10px;background:url("img/1.png") no-repeat;}
.box_bottom{width:830...
分类:
Web程序 时间:
2015-02-26 10:00:54
阅读次数:
1047
王琪加油.html
-->
*{margin:3px;padding:0px;}
.main{width:1010px;background:#ccccff;
margin:120px auto}
.main .box{width:230px;height:350px;background:#FFFFFF;
border-radiu...
分类:
Web程序 时间:
2015-02-26 10:00:19
阅读次数:
187