摘要: /** * Unslider by @idiot */ (function($, f) { // If there's no jQuery, Unslider can't work, so kill the operation. if(!$) return f; va... 阅读全文
posted @ 2015-01-04 08:48 充实地生活着 阅读(741) 评论(0) 推荐(0)
摘要: .clearfix:after { content: ""; clear: both; visibility: hidden; display: block; height: 0px; font-size: 0px;}通常,我们增加一个div,然后使用clear:... 阅读全文
posted @ 2014-12-28 10:39 充实地生活着 阅读(161) 评论(0) 推荐(0)
摘要: //div的id为box#box{width:200px;heighti:200px;border:1px solid #f00;//重点是以下规则position:absolute;top:0px;left:0px;bottom:0px;right:0px;margin:auto;} 阅读全文
posted @ 2014-12-28 10:29 充实地生活着 阅读(1000) 评论(0) 推荐(0)
摘要: .hack{ color:#fff;background:#000; background:#06f\9; /* all IE */ background:#090\0; /* IE8-9 */ background:#090\0/; /* IE8 only */ *background:... 阅读全文
posted @ 2014-12-28 10:10 充实地生活着 阅读(141) 评论(0) 推荐(0)
摘要: http://code.ciaoca.com/ 阅读全文
posted @ 2014-12-28 09:43 充实地生活着 阅读(170) 评论(0) 推荐(0)
摘要: 在linux虚拟机的apache上新增一个虚拟目录/var/wordpress,想把理论网挂上去。在配置文件httpd.conf中,把”Include conf/extra/httpd-vhosts.conf”这句前面的注释去掉,引用httpd-vhosts.conf配置文件。并且在Listion ... 阅读全文
posted @ 2014-12-28 01:09 充实地生活着 阅读(424) 评论(0) 推荐(0)
摘要: 如有两个域名,分别是hello.abc.com和play.abc.com,需把这两个域名都绑定到IP是219.13.34.32的服务器上1.首先需在域名供应商管理页面指定域名和IP的对应关系2.WEB服务器配置好LAMP环境3.把对应的源码分别放到/usr/local/apache/htdocs目... 阅读全文
posted @ 2014-12-27 19:57 充实地生活着 阅读(288) 评论(0) 推荐(0)
摘要: rpm -qa|grep yum|xargs rpm -e --nodeps 阅读全文
posted @ 2014-12-27 13:13 充实地生活着 阅读(226) 评论(0) 推荐(0)
摘要: 64位系统安装包:http://mirrors.163.com/centos/5/os/x86_64/CentOS/ 32位系统安装包:http://mirrors.163.com/centos/5/os/i386/CentOS/ 阅读全文
posted @ 2014-12-27 13:12 充实地生活着 阅读(188) 评论(0) 推荐(0)
摘要: http://www.jb51.net/article/22372.htm我们知道php配置有几种:1、CGI方式加载PHP环境,通常就是IIS里面配置解释器为php.exe,早期比较常见,目前使用较少。 特点是:稳定,但效率太低。 2、ISAPI方式加载PHP环境,通常就是IIS里面配置解释器为p... 阅读全文
posted @ 2014-12-23 18:44 充实地生活着 阅读(653) 评论(0) 推荐(0)