摘要: 此种方法很简单。每次都用源码编译,浪费好多时间啊!同样的网站程序在Linux下运行要比在windows下快出不少,所以决定使用Linux的发行版CentOS ,本文主要讲解在CentOS下使用yum命令 安装LAMP详细过程。我们使用的软件是CentOS的最新版本CentOS 6.3,其他版本的也基... 阅读全文
posted @ 2015-01-05 15:49 充实地生活着 阅读(167) 评论(0) 推荐(0)
摘要: 见鸟哥的linux私房菜电子版832页、 阅读全文
posted @ 2015-01-05 11:04 充实地生活着 阅读(156) 评论(0) 推荐(0)
摘要: 1、《鸟哥的linux私房菜》中提供的台湾高速网络中心ftp站:http://ftp.twaren.net/Linux/CentOS/5/ 阅读全文
posted @ 2015-01-05 10:48 充实地生活着 阅读(178) 评论(0) 推荐(0)
摘要: 第一篇文章:javascript中this关键字的详细解析: http://blog.csdn.net/wyj880220/article/details/7305952Javascript 面向对象编程 http://coolshell.cn/articles/6441.html 阅读全文
posted @ 2015-01-04 14:42 充实地生活着 阅读(148) 评论(0) 推荐(0)
摘要: /** * 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 充实地生活着 阅读(755) 评论(0) 推荐(0)
摘要: .clearfix:after { content: ""; clear: both; visibility: hidden; display: block; height: 0px; font-size: 0px;}通常,我们增加一个div,然后使用clear:... 阅读全文
posted @ 2014-12-28 10:39 充实地生活着 阅读(166) 评论(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 充实地生活着 阅读(1009) 评论(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 充实地生活着 阅读(153) 评论(0) 推荐(0)
摘要: http://code.ciaoca.com/ 阅读全文
posted @ 2014-12-28 09:43 充实地生活着 阅读(172) 评论(0) 推荐(0)
摘要: 在linux虚拟机的apache上新增一个虚拟目录/var/wordpress,想把理论网挂上去。在配置文件httpd.conf中,把”Include conf/extra/httpd-vhosts.conf”这句前面的注释去掉,引用httpd-vhosts.conf配置文件。并且在Listion ... 阅读全文
posted @ 2014-12-28 01:09 充实地生活着 阅读(444) 评论(0) 推荐(0)