<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>吾年泊客</title>
	<atom:link href="http://www.5years.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.5years.net</link>
	<description>SEO的泊客,关注网站推广和运营</description>
	<lastBuildDate>Sat, 17 Mar 2012 15:42:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>搬迁MYSQL数据库的几种方法和可能遇到的问题</title>
		<link>http://www.5years.net/mysqlbanqia.html</link>
		<comments>http://www.5years.net/mysqlbanqia.html#comments</comments>
		<pubDate>Sat, 17 Mar 2012 15:42:20 +0000</pubDate>
		<dc:creator>泊客</dc:creator>
				<category><![CDATA[推广策划]]></category>
		<category><![CDATA[mysql搬迁]]></category>

		<guid isPermaLink="false">http://www.5years.net/?p=339</guid>
		<description><![CDATA[做站难免会进行网站搬迁,而在网站搬迁的工作中,最重要也是最麻烦的工作无疑就是数据库的搬迁了,因为数据库文件一旦丢失而又删除了备份源的话,网站面临的将是灭顶之灾,你的心血也将付之东流。那么目前搬迁数据库有哪些方法,又可能面临什么状况呢?让我们一起来探讨。 　　一：通过phpmyadmin备份你会发现还原很麻烦 　　许多站长觉得,mysql数据库是通过phpmyadmin在进行管理,用phpmyadmin进行备份总该很安全吧?于是兴冲冲的进入phpmyadmin,也不管导出选择的是txt,还是rar格式,也不管是不是要分段备份,全部操作一次,这样总会很安全吧?可是一到还原就会傻了眼,原来通过phpmyadmin导出的备份文件还只能通过phpmyadmin软件还原回去,而此时大家会发现这个软件最大只允许还原小于2M的备份来源,麻烦了吧?想破脑袋也找不到办法了吧? 　　解决方案： 　　1：如果网站数据少,小于2M是可以直接备份还原的; 　　2：如果数据较多备份文件过大,有两种方法解决,第一种是分段备份,在phpmyadmin的备份选项中设置为每个备份文件大小不超过2M,第二种是在还原空间的phpmyadmin中修改软件源文件进行设置,改为对还原文件没有大小限制,方法可以在网上搜索。 　　应该说此种备份方法相对麻烦,且需要自己购有服务器或vps,否则根本没有相关权限,一般情况下不建议选择。 　　二：通过网站程序自带功能进行备份还原网站显示连接错误? 　　现在使用到mysql数据库大家又都在广泛使用的网站程序有DZ,PW,DEDE等,这些程序后台都有备份还原功能,因为是自带的功能,兼容性好,方便快捷,1被大家广泛选择,但是新站长大多会遇到一个普遍问题：新的空间分配的数据库名和密码与原数据库资料根本不同,连网站程序后台都进不去,哪还谈的上还原呢? 　　解决方法：严格按照网站程序说明搬迁,可以重新安装网站程序,再进入后台选择还原已经保存的备份文件进行还原,目前所有的主流程序都提倡这种方法。 　　三：通过备份王等软件进行备份前台进不去? 　　用备份王等软件进行备份是大多老站长的选择,这种方法方便快捷,只要上传备份软件到空间一步步操作就可以,但是许多刚接触备份王软件的客用户来说还原后会出现一个问题：因为新老空间数据库用户名和密码不统一,网站文件打包过来后因没有修改连接文件,还原数据库是好了,可是前台会提示数据库连接错误,网站从而出现打不开的情况。 　　解决方法：学会修改网站配置文件,大多是由config和data.php文件来控制,将这些文件中的连接信息设置为正确的连接信息,避免网站不能打开。 　　四：直接在mysql文件夹中复制文件偷懒有隐患 　　部分有独立服务器而且偷懒的站长喜欢直接进入服务器的mysql文件夹下的DATA文件夹找到数据库文件复制后再粘贴到新空间。这样有个很大的弊端：备份的目标数据库如果正在使用的话你在进行复制,粘贴到新空间mysql文件夹后数据库会出现错误。 　　解决方法：我们不提倡这样搬迁数据库,可靠性不高。 　　看了四种常用mysql数据库搬迁方法和可能遇到的问题,你是不是有似曾相识的感觉呢?很有可能我们都发生过其中的某种状况,今天看了文章不知道你是否有更加清晰的数据库搬迁思路了呢?提醒大家,网站是我们的心血,数据库是网站的灵魂,搬迁数据库一定要万分小心,最后慎重的给大家一个忠告：在数据库没有完全完好的还原到新空间的情况下,千万不要删除原来服务器上的数据库文件,否则出了问题无法弥补你将后悔莫及!<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwin2003phphuanjingdajian.html&from=http%3A%2F%2Fwww.5years.net%2Fmysqlbanqia.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Win2003 IIS+PHP+Mysql+Zend+phpmyadmin环境组建教程</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fkeywordyouhua.html&from=http%3A%2F%2Fwww.5years.net%2Fmysqlbanqia.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关键词优化的问题</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangluoshouchangjia.html&from=http%3A%2F%2Fwww.5years.net%2Fmysqlbanqia.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">浅谈网络收藏夹之外链的广泛性问题</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E7%25A1%2595%25E6%2580%259D%25E9%2597%25AA%25E5%25AE%25A2%25E7%25B2%25BE%25E7%2581%25B5-%25E7%25A0%25B4%25E8%25A7%25A3%25E7%2589%2588.html&from=http%3A%2F%2Fwww.5years.net%2Fmysqlbanqia.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">硕思闪客精灵 破解版</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fnicewords.html&from=http%3A%2F%2Fwww.5years.net%2Fmysqlbanqia.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">nicewords使用方法以及采集</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>做站难免会进行网站搬迁,而在网站搬迁的工作中,最重要也是最麻烦的工作无疑就是数据库的搬迁了,因为数据库文件一旦丢失而又删除了备份源的话,网站面临的将是灭顶之灾,你的心血也将付之东流。那么目前搬迁数据库有哪些方法,又可能面临什么状况呢?让我们一起来探讨。</p>
<p>　<strong>　一：通过phpmyadmin备份你会发现还原很麻烦</strong></p>
<p>　　许多站长觉得,mysql数据库是通过phpmyadmin在进行管理,用phpmyadmin进行备份总该很安全吧?于是兴冲冲的进入phpmyadmin,也不管导出选择的是txt,还是rar格式,也不管是不是要分段备份,全部操作一次,这样总会很安全吧?可是一到还原就会傻了眼,原来通过phpmyadmin导出的备份文件还只能通过phpmyadmin软件还原回去,而此时大家会发现这个软件最大只允许还原小于2M的备份来源,麻烦了吧?想破脑袋也找不到办法了吧?</p>
<p><strong>　　解决方案：</strong></p>
<p>　　1：如果网站数据少,小于2M是可以直接备份还原的;</p>
<p>　　2：如果数据较多备份文件过大,有两种方法解决,第一种是分段备份,在phpmyadmin的备份选项中设置为每个备份文件大小不超过2M,第二种是在还原空间的phpmyadmin中修改软件源文件进行设置,改为对还原文件没有大小限制,方法可以在网上搜索。</p>
<p>　　应该说此种备份方法相对麻烦,且需要自己购有服务器或vps,否则根本没有相关权限,一般情况下不建议选择。</p>
<p>　<strong>　二：通过网站程序自带功能进行备份还原网站显示连接错误?</strong></p>
<p>　　现在使用到mysql数据库大家又都在广泛使用的网站程序有DZ,PW,DEDE等,这些程序后台都有备份还原功能,因为是自带的功能,兼容性好,方便快捷,1被大家广泛选择,但是新站长大多会遇到一个普遍问题：新的空间分配的数据库名和密码与原数据库资料根本不同,连网站程序后台都进不去,哪还谈的上还原呢?</p>
<p>　　解决方法：严格按照网站程序说明搬迁,可以重新安装网站程序,再进入后台选择还原已经保存的备份文件进行还原,目前所有的主流程序都提倡这种方法。</p>
<p><strong>　　三：通过备份王等软件进行备份前台进不去?</strong></p>
<p>　　用备份王等软件进行备份是大多老站长的选择,这种方法方便快捷,只要上传备份软件到空间一步步操作就可以,但是许多刚接触备份王软件的客用户来说还原后会出现一个问题：因为新老空间数据库用户名和密码不统一,网站文件打包过来后因没有修改连接文件,还原数据库是好了,可是前台会提示数据库连接错误,网站从而出现打不开的情况。</p>
<p>　　解决方法：学会修改网站配置文件,大多是由config和data.php文件来控制,将这些文件中的连接信息设置为正确的连接信息,避免网站不能打开。</p>
<p><strong>　　四：直接在mysql文件夹中复制文件偷懒有隐患</strong></p>
<p>　　部分有独立服务器而且偷懒的站长喜欢直接进入服务器的mysql文件夹下的DATA文件夹找到数据库文件复制后再粘贴到新空间。这样有个很大的弊端：备份的目标数据库如果正在使用的话你在进行复制,粘贴到新空间mysql文件夹后数据库会出现错误。</p>
<p>　　解决方法：我们不提倡这样搬迁数据库,可靠性不高。</p>
<p>　　看了四种常用mysql数据库搬迁方法和可能遇到的问题,你是不是有似曾相识的感觉呢?很有可能我们都发生过其中的某种状况,今天看了文章不知道你是否有更加清晰的数据库搬迁思路了呢?提醒大家,网站是我们的心血,数据库是网站的灵魂,搬迁数据库一定要万分小心,最后慎重的给大家一个忠告：在数据库没有完全完好的还原到新空间的情况下,千万不要删除原来服务器上的数据库文件,否则出了问题无法弥补你将后悔莫及!</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwin2003phphuanjingdajian.html&from=http%3A%2F%2Fwww.5years.net%2Fmysqlbanqia.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Win2003 IIS+PHP+Mysql+Zend+phpmyadmin环境组建教程</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fkeywordyouhua.html&from=http%3A%2F%2Fwww.5years.net%2Fmysqlbanqia.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关键词优化的问题</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangluoshouchangjia.html&from=http%3A%2F%2Fwww.5years.net%2Fmysqlbanqia.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">浅谈网络收藏夹之外链的广泛性问题</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fbaoyang.html&from=http%3A%2F%2Fwww.5years.net%2Fmysqlbanqia.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;"> G杯杨伊湄“开价”包养</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fbaiduzhanzhang.html&from=http%3A%2F%2Fwww.5years.net%2Fmysqlbanqia.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">百度站长平台使用</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.5years.net/mysqlbanqia.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VPS常用命令</title>
		<link>http://www.5years.net/vpsmingling-2.html</link>
		<comments>http://www.5years.net/vpsmingling-2.html#comments</comments>
		<pubDate>Sat, 10 Mar 2012 15:34:24 +0000</pubDate>
		<dc:creator>泊客</dc:creator>
				<category><![CDATA[VPS主机]]></category>
		<category><![CDATA[VPS技术]]></category>
		<category><![CDATA[vps常用命令]]></category>

		<guid isPermaLink="false">http://www.5years.net/?p=336</guid>
		<description><![CDATA[目录操作： rm -rf mydir /*删除mydir目录*/ mkdir dirname /*创建名为dirname的目录*/ cd mydir /*进入mydir目录*/ cd &#8211; /*回上一级目录*/ cd .. /*回父目录，中间有空格*/ cd ~ /*回根目录*/ mv tools tool /*把tools目录改名为tool */ ln -s tool bac /*给tool目录创建名为bac的符号链接,最熟悉的应该就是FTP中www链接到public_html目录了*/ cp -a tool /home/vpser/www /*把tool目录下所有文件复制到www目录下 */ 文件操作： rm go.tar        /* 删除go.tar文件 */ find mt.cgi    /* 查找文件名为mt.cgi的文件 */ df –h              /* 查看磁盘剩余空间,好像没这个必要，除非你太那个了 */ 解压缩： tar xvf [...]<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fvpsmingling.html&from=http%3A%2F%2Fwww.5years.net%2Fvpsmingling-2.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">折腾vps时常用的命令</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fvpsceshi.html&from=http%3A%2F%2Fwww.5years.net%2Fvpsmingling-2.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">使用UnixBench测试你的VPS</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fyardvps.html&from=http%3A%2F%2Fwww.5years.net%2Fvpsmingling-2.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">YardVPS 2011年7月 72小时限时8折优惠码</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fphotonvpsyouhui.html&from=http%3A%2F%2Fwww.5years.net%2Fvpsmingling-2.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">PhotonVPS二周年庆优惠码</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwin2003phphuanjingdajian.html&from=http%3A%2F%2Fwww.5years.net%2Fvpsmingling-2.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Win2003 IIS+PHP+Mysql+Zend+phpmyadmin环境组建教程</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>目录操作：<br />
rm -rf mydir /*删除mydir目录*/<br />
mkdir dirname /*创建名为dirname的目录*/<br />
cd mydir /*进入mydir目录*/<br />
cd &#8211; /*回上一级目录*/<br />
cd .. /*回父目录，中间有空格*/<br />
cd ~ /*回根目录*/<br />
mv tools tool /*把tools目录改名为tool */<br />
ln -s tool bac /*给tool目录创建名为bac的符号链接,最熟悉的应该就是FTP中www链接到public_html目录了*/<br />
cp -a tool /home/vpser/www /*把tool目录下所有文件复制到www目录下 */</p>
<p>文件操作：<br />
rm go.tar        /* 删除go.tar文件 */<br />
find mt.cgi    /* 查找文件名为mt.cgi的文件 */<br />
df –h              /* 查看磁盘剩余空间,好像没这个必要，除非你太那个了 */<br />
解压缩：<br />
tar xvf wordpress.tar       /* 解压tar格式的文件 */<br />
tar -tvf myfile.tar     /* 查看tar文件中包含的文件 */</p>
<p>tar cf toole.tar tool /* 把tool目录打包为toole.tar文件 */<br />
tar cfz vpser.tar.gz tool /* 把tool目录打包且压缩为vpser.tar.gz文件，因为.tar文件几乎是没有压缩过的，MT的.tar.gz文件解压成.tar文件后差不多是10MB */</p>
<p>tar jcvf  /var/bak/www.tar.bz2 /var/www/    /*创建.tar.bz2文件，压缩率高*/<br />
tar xjf <a href="http://www.tar.bz2/">www.tar.bz2</a> /*解压tar.bz2格式*/</p>
<p>gzip -d ge.tar.gz        /* 解压.tar.gz文件为.tar文件 */<br />
unzip phpbb.zip      /* 解压zip文件，windows下要压缩出一个.tar.gz格式的文件还是有点麻烦的 */</p>
<p>下载：<br />
wget <a href="http://soft.vpser.net/web/nginx/nginx-0.8.0.tar.gz">http://soft.vpser.net/web/nginx/nginx-0.8.0.tar.gz</a><br />
/*下载远程服务器上的文件到自己的服务器，连上传都省了，服务器不是100M就是1000M的带宽，下载一个2-3兆的MT还不是几十秒的事 */<br />
wget -c <a href="http://soft.vpser.net/web/nginx/nginx-0.8.0.tar.gz">http://soft.vpser.net/web/nginx/nginx-0.8.0.tar.gz</a><br />
/* 继续下载上次未下载完的文件 */</p>
<p>转载请注明出处：VPS侦探 <a href="http://www.vpser.net/">http://www.vpser.net</a></p>
<p>进程管理：<br />
ps -aux   /*ps 进程状态查询命令*/</p>
<p>ps命令输出字段的含义：<br />
[list]<br />
[*]USER，进程所有者的用户名。<br />
[*]PID，进程号，可以唯一标识该进程。<br />
[*]%CPU，进程自最近一次刷新以来所占用的CPU时间和总时间的百分比。<br />
[*]%MEM，进程使用内存的百分比。<br />
[*]VSZ，进程使用的虚拟内存大小，以K为单位。<br />
[*]RSS，进程占用的物理内存的总数量，以K为单位。<br />
[*]TTY，进程相关的终端名。<br />
[*]STAT，进程状态，用(R&#8211;运行或准备运行；S&#8211;睡眠状态；I&#8211;空闲；Z&#8211;冻结；D&#8211;不间断睡眠；W-进程没有驻留页；T停止或跟踪。)这些字母来表示。<br />
[*]START，进程开始运行时间。<br />
[*]TIME，进程使用的总CPU时间。<br />
[*]COMMAND，被执行的命令行。<br />
[/list]</p>
<p>ps -aux | grep nginx  /*在所有进程中，查找nginx的进程*/<br />
kill 1234    /*1234为进程ID，即ps -aux 中的PID*/<br />
killall nginx /*killall 通过程序的名字，直接杀死所有进程，nginx为进程名*/</p>
<p>Vim操作：</p>
<p>移动类的：<br />
h/j/k/l: 左/下/上/右　移一格<br />
w : 向后词移动　（前面加数字移动多少个词）<br />
b : 向前词移动　（前面加数字移动多少个词）<br />
e : 向后移到词末<br />
ge : 向前移到词末<br />
$ &lt;End&gt; : 行末<br />
0 &lt;Home&gt; : 行首<br />
tx : 向右查找本行的x并移到那儿（大写时向左）<br />
33G : 移到文件的第33行<br />
gg : 文件首行<br />
G : 文件尾行<br />
33% : 文件的33%处<br />
H/M/L : 屏幕的首/中/尾行<br />
zt/zz/zb : 当前行移到屏幕的首/中/底部</p>
<p>跳转：<br />
“  : 回到跳转来的地方<br />
CTRL-O : 跳到一个 “较老” 的地方<br />
CTRL-I &lt;Tab&gt; : 则跳到一个 “较新” 的地方</p>
<p>查找：<br />
/ : 向下查找（后加关键字）<br />
? : 向上查找（后加关键字）<br />
n : 下一条符合的记录</p>
<p>编辑：<br />
i : 转换到插入模式<br />
x : 删除当前字符<br />
. : 重复最后一次的修改操作(同PS里ctrl+f执行滤镜)<br />
u : 撤销操作<br />
CTRL-R : 重做<br />
p : 将删除的字符插入到当前位置(put)</p>
<p>退出保存：<br />
:q : 退出<br />
:q! : 不保存退出<br />
ZZ : 保存后退出<br />
:e! : 放弃修改重新编辑</p>
<p>&nbsp;</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fvpsmingling.html&from=http%3A%2F%2Fwww.5years.net%2Fvpsmingling-2.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">折腾vps时常用的命令</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fvpsceshi.html&from=http%3A%2F%2Fwww.5years.net%2Fvpsmingling-2.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">使用UnixBench测试你的VPS</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fyardvps.html&from=http%3A%2F%2Fwww.5years.net%2Fvpsmingling-2.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">YardVPS 2011年7月 72小时限时8折优惠码</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fphotonvpsyouhui.html&from=http%3A%2F%2Fwww.5years.net%2Fvpsmingling-2.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">PhotonVPS二周年庆优惠码</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwin2003phphuanjingdajian.html&from=http%3A%2F%2Fwww.5years.net%2Fvpsmingling-2.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Win2003 IIS+PHP+Mysql+Zend+phpmyadmin环境组建教程</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.5years.net/vpsmingling-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新通用顶级域名申请之前需备案</title>
		<link>http://www.5years.net/dingjiyumingbeian.html</link>
		<comments>http://www.5years.net/dingjiyumingbeian.html#comments</comments>
		<pubDate>Sat, 10 Mar 2012 15:04:30 +0000</pubDate>
		<dc:creator>泊客</dc:creator>
				<category><![CDATA[引擎优化]]></category>
		<category><![CDATA[顶级域名备案]]></category>

		<guid isPermaLink="false">http://www.5years.net/?p=334</guid>
		<description><![CDATA[工信部在近日发布的文件中规定，相关组织和单位申请新通用顶级域名(gTLD)之前，需要将相关材料交工信部备案。这一政策的出台背景是，互联网名称与数字分配机构(ICANN)决定开放多个新gTLD域名申请。 　　工信部网站今日披露《关于互联网通用顶级域申请有关问题的通告》(以下简称通告)全文，就新gTLD域名的申请作出相关规定。这一通告已于上月底印发。 　　通告中要求，我国境内相关组织和单位在提交gTLD域名申请之前，需要将有关材料报送工信部备案。涉及到的备案内容包括：申请单位的情况，你申请的gTLD域名详情，以及与之相关的建设、运营、保护、应急等相关预案措施等信息。 　　此外，涉及到地理名称的gTLD域名申请，需要提交“相关政府部门出具的支持或无异议文件”。这一流程需要经过民政部门审批通过。 　　上述新规出台的背景是，ICANN近期开放第三次gTLD域名申请。 　　此前ICANN仅在2000年、2004年两次接受gTLD申请，截至目前互联网顶级域名包括.com、.net、.org等24个。去年6月，ICANN决定开放新通用顶级域名的申请，这意味着.sport、.food等针对性更强的域名，甚至企业名等gTLD域名将会陆续出现。 　　新gTLD的申请于1月12日开放，为期三个月。此次不会批准以国家/地区名称、地域名称作为gTLD的申请。根据规定，任何组织都可以提出新通用顶级域名的申请，但需要缴纳18.5万美元的评估费用，在某些撤回申请的情况下，可以退款。 　　ICANN成立于1998年，旨在协调全球互联网的唯一标识。根据官方的介绍，ICANN是一个非营利性公益机构。ICANN表示，新的gTLD将促进创新和竞争，向用户提供更多选择，特别是对于非英语域名。新域名长度为3个字符至63个字符，支持中文、阿拉伯语等语言。<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fshuagnpinnet.html&from=http%3A%2F%2Fwww.5years.net%2Fdingjiyumingbeian.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">8月23日删除的双拼域名</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fyumingjiage.html&from=http%3A%2F%2Fwww.5years.net%2Fdingjiyumingbeian.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">明年初将再次调整COM与NET域名价格</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fswf.html&from=http%3A%2F%2Fwww.5years.net%2Fdingjiyumingbeian.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">硕思闪客精灵 破解版</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fvpsceshi.html&from=http%3A%2F%2Fwww.5years.net%2Fdingjiyumingbeian.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">使用UnixBench测试你的VPS</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fnicewords.html&from=http%3A%2F%2Fwww.5years.net%2Fdingjiyumingbeian.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">nicewords使用方法以及采集</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>工信部在近日发布的文件中规定，相关组织和单位申请新通用顶级域名(gTLD)之前，需要将相关材料交工信部备案。这一政策的出台背景是，互联网名称与数字分配机构(ICANN)决定开放多个新gTLD域名申请。</p>
<div>　　工信部网站今日披露《关于互联网通用顶级域申请有关问题的通告》(以下简称通告)全文，就新gTLD域名的申请作出相关规定。这一通告已于上月底印发。</div>
<div>　　通告中要求，我国境内相关组织和单位在提交gTLD域名申请之前，需要将有关材料报送工信部备案。涉及到的备案内容包括：申请单位的情况，你申请的gTLD域名详情，以及与之相关的建设、运营、保护、应急等相关预案措施等信息。</div>
<div>　　此外，涉及到地理名称的gTLD域名申请，需要提交“相关政府部门出具的支持或无异议文件”。这一流程需要经过民政部门审批通过。</div>
<div>　　上述新规出台的背景是，ICANN近期开放第三次gTLD域名申请。</div>
<div>　　此前ICANN仅在2000年、2004年两次接受gTLD申请，截至目前互联网顶级域名包括.com、.net、.org等24个。去年6月，ICANN决定开放新通用顶级域名的申请，这意味着.sport、.food等针对性更强的域名，甚至企业名等gTLD域名将会陆续出现。</div>
<div>　　新gTLD的申请于1月12日开放，为期三个月。此次不会批准以国家/地区名称、地域名称作为gTLD的申请。根据规定，任何组织都可以提出新通用顶级域名的申请，但需要缴纳18.5万美元的评估费用，在某些撤回申请的情况下，可以退款。</div>
<div>　　ICANN成立于1998年，旨在协调全球互联网的唯一标识。根据官方的介绍，ICANN是一个非营利性公益机构。ICANN表示，新的gTLD将促进创新和竞争，向用户提供更多选择，特别是对于非英语域名。新域名长度为3个字符至63个字符，支持中文、阿拉伯语等语言。</div>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fshuagnpinnet.html&from=http%3A%2F%2Fwww.5years.net%2Fdingjiyumingbeian.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">8月23日删除的双拼域名</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fyumingjiage.html&from=http%3A%2F%2Fwww.5years.net%2Fdingjiyumingbeian.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">明年初将再次调整COM与NET域名价格</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fvpsceshi.html&from=http%3A%2F%2Fwww.5years.net%2Fdingjiyumingbeian.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">使用UnixBench测试你的VPS</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fbaiduzhanzhang.html&from=http%3A%2F%2Fwww.5years.net%2Fdingjiyumingbeian.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">百度站长平台使用</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E4%25BC%25A0%25E9%2597%25BB%25E5%2591%25BC%25E5%2592%258C%25E6%25B5%25A9%25E7%2589%25B9%25E4%25B8%258A%25E7%25A9%25BA%25E5%258F%2591%25E7%258E%25B0%25E4%25B8%258D%25E6%2598%258E%25E9%25A3%259E%25E8%25A1%258C%25E7%2589%25A9.html&from=http%3A%2F%2Fwww.5years.net%2Fdingjiyumingbeian.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">传闻呼和浩特上空发现不明飞行物</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.5years.net/dingjiyumingbeian.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php.ini 中文详解</title>
		<link>http://www.5years.net/php-ini.html</link>
		<comments>http://www.5years.net/php-ini.html#comments</comments>
		<pubDate>Sat, 18 Feb 2012 11:39:55 +0000</pubDate>
		<dc:creator>泊客</dc:creator>
				<category><![CDATA[VPS主机]]></category>
		<category><![CDATA[VPS技术]]></category>
		<category><![CDATA[php.ini 中文详解]]></category>

		<guid isPermaLink="false">http://www.5years.net/?p=330</guid>
		<description><![CDATA[由于作者水平有限，因此不能保证作品内容准确无误，请在阅读中自行鉴别。如果你发现了作品中的错误，请您来信指出，哪怕是错别字也好，任何提高作品 质量的建议我都将虚心接纳。如果你愿意就作品中的相关内容与我进行进一步切磋与探讨，也欢迎你与我联系。联系方式：273468@qq.com ;;;;;;;;;;;;;;;;; ;; 关于php.ini ;; ;;;;;;;;;;;;;;;;; ; 这个文件必须命名为'php.ini'并放置在httpd.conf中PHPINIDir指令指定的目录中。 ; 最新版本的php.ini可以在下面两个位置查看： ; http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?view=co ; http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?view=co &#160; ;;;;;;;;;;;; ;; 语法 ;; ;;;;;;;;;;;; ; 该文件的语法非常简单。空白字符和以分号开始的行被简单地忽略。 ; 章节标题(例如: [php])也被简单地忽略，即使将来它们可能有某种意义。 ; ; 设置指令的格式如下： ; directive = value ; 指令名(directive)是大小写敏感的！所以”foo=bar”不同于”FOO=bar”。 ; 值(value)可以是： ; 1. 用引号界定的字符串(如：”foo”) ; 2. 一个数字(整数或浮点数，如：0, 1, 34, -1, 33.55) ; 3. 一个PHP常量(如：E_ALL, M_PI) ; 4. 一个INI常量(On, Off, [...]<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwin2003phphuanjingdajian.html&from=http%3A%2F%2Fwww.5years.net%2Fphp-ini.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Win2003 IIS+PHP+Mysql+Zend+phpmyadmin环境组建教程</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwinvpssxwpwjt.html&from=http%3A%2F%2Fwww.5years.net%2Fphp-ini.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">WinVPS实现WP伪静态的一个方法</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fgglianmeng.html&from=http%3A%2F%2Fwww.5years.net%2Fphp-ini.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关于php与js轮播代码实例</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fvpsceshi.html&from=http%3A%2F%2Fwww.5years.net%2Fphp-ini.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">使用UnixBench测试你的VPS</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fgoogleshejiao.html&from=http%3A%2F%2Fwww.5years.net%2Fphp-ini.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Google+真的会成功吗？</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>由于作者水平有限，因此不能保证作品内容准确无误，请在阅读中自行鉴别。如果你发现了作品中的错误，请您来信指出，哪怕是错别字也好，任何提高作品 质量的建议我都将虚心接纳。如果你愿意就作品中的相关内容与我进行进一步切磋与探讨，也欢迎你与我联系。联系方式：<a href="mailto:273468@qq.com">273468@qq.com</a></p>
<hr />
<pre>;;;;;;;;;;;;;;;;;
;; 关于php.ini ;;
;;;;;;;;;;;;;;;;;
; 这个文件必须命名为'php.ini'并放置在httpd.conf中PHPINIDir指令指定的目录中。
; 最新版本的php.ini可以在下面两个位置查看：
; http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?view=co
; http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?view=co</pre>
<p>&nbsp;</p>
<p>;;;;;;;;;;;;<br />
;; 语法 ;;<br />
;;;;;;;;;;;;<br />
; 该文件的语法非常简单。空白字符和以分号开始的行被简单地忽略。<br />
; 章节标题(例如: [php])也被简单地忽略，即使将来它们可能有某种意义。<br />
;<br />
; 设置指令的格式如下：<br />
; directive = value<br />
; 指令名(directive)是大小写敏感的！所以”foo=bar”不同于”FOO=bar”。<br />
; 值(value)可以是：<br />
; 1. 用引号界定的字符串(如：”foo”)<br />
; 2. 一个数字(整数或浮点数，如：0, 1, 34, -1, 33.55)<br />
; 3. 一个PHP常量(如：E_ALL, M_PI)<br />
; 4. 一个INI常量(On, Off, none)<br />
; 5. 一个表达式(如：E_ALL &amp; ~E_NOTICE)<br />
;<br />
; INI文件中的表达式仅使用：位运算符、逻辑非、圆括号：<br />
; | 位或<br />
; &amp; 位与<br />
; ~ 位非<br />
; ! 逻辑非<br />
;<br />
; 布尔标志用 On 表示打开，用 Off 表示关闭。<br />
;<br />
; 一个空字符串可以用在等号后不写任何东西表示，或者用 none 关键字：<br />
; foo = ; 将foo设为空字符串<br />
; foo = none ; 将foo设为空字符串<br />
; foo = “none” ; 将foo设为字符串&#8217;none&#8217;<br />
;<br />
; 如果你在指令值中使用动态扩展(PHP扩展或Zend扩展)中的常量，<br />
; 那么你只能在加载这些动态扩展的指令行之后使用这些常量。</p>
<p>;;;;;;;;;;;;;;;;;;<br />
;; httpd.conf ;;<br />
;;;;;;;;;;;;;;;;;;<br />
; 可以在httpd.conf中针对特定虚拟主机或目录覆盖php.ini的值，以进行更灵活的配置：<br />
; php_admin_value name value ;设置非bool型的指令，将value设为none则清除先前的设定<br />
; php_admin_flag name on|off ;仅用于设置bool型的指令<br />
; [提示]因为很多指令不允许使用php_value/php_flag进行设置，因此不建议使用这两个。<br />
;<br />
; PHP常量(如E_ALL)仅能在php.ini中使用，在httpd.conf中必须使用相应的掩码值。</p>
<p>;[2008-3-2日更新]<br />
;==========================================================================================<br />
;;=====================================配置指令详解========================================<br />
;==========================================================================================<br />
; 以下每个指令的设定值都与 PHP-5.2.5 内建的默认值相同。<br />
; 也就是说，如果&#8217;php.ini&#8217;不存在，或者你删掉了某些行，默认值与之相同。</p>
<p>;;;;;;;;;;;;;;<br />
;; Apache ;;<br />
;;;;;;;;;;;;;;<br />
[Apache]<br />
; 仅在将PHP作为Apache模块时才有效。</p>
<p>child_terminate = Off<br />
; PHP脚本在请求结束后是否允许使用apache_child_terminate()函数终止子进程。<br />
; 该指令仅在UNIX平台上将PHP安装为Apache1.3的模块时可用。其他情况下皆不存在。</p>
<p>engine = On<br />
; 是否启用PHP解析引擎。<br />
; 提示：可以在httpd.conf中基于目录或者虚拟主机来打开或者关闭PHP解析引擎。</p>
<p>last_modified = Off<br />
; 是否在Last-Modified应答头中放置该PHP脚本的最后修改时间。</p>
<p>xbithack = Off<br />
; 是否不管文件结尾是什么，都作为PHP可执行位组来解析。</p>
<p>;;;;;;;;;;;;;;;<br />
;; PHP核心 ;;<br />
;;;;;;;;;;;;;;;</p>
<p>[PHP-Core-DateTime]<br />
; 前四个配置选项目前仅用于date_sunrise()和date_sunset()函数。</p>
<p>date.default_latitude = 31.7667<br />
; 默认纬度</p>
<p>date.default_longitude = 35.2333<br />
; 默认经度</p>
<p>date.sunrise_zenith = 90.583333<br />
; 默认日出天顶</p>
<p>date.sunset_zenith = 90.583333<br />
; 默认日落天顶</p>
<p>date.timezone =<br />
; 未设定TZ环境变量时用于所有日期和时间函数的默认时区。<br />
; 中国大陆应当使用”PRC”<br />
; 应用时区的优先顺序为：<br />
; 1. 用date_default_timezone_set()函数设定的时区(如果设定了的话)<br />
; 2. TZ 环境变量(如果非空的话)<br />
; 3. 该指令的值(如果设定了的话)<br />
; 4. PHP自己推测(如果操作系统支持)<br />
; 5. 如果以上都不成功，则使用 “UTC”</p>
<p>[PHP-Core-Assert]</p>
<p>assert.active = On<br />
; 是否启用assert()断言评估</p>
<p>assert.bail = Off<br />
; 是否在发生失败断言时中止脚本的执行</p>
<p>assert.callback =<br />
; 发生失败断言时执行的回调函数</p>
<p>assert.quiet_eval = Off<br />
; 是否使用安静评估(不显示任何错误信息，相当于error_reporting=0)。<br />
; 若关闭则在评估断言表达式的时候使用当前的error_reporting指令值。</p>
<p>assert.warning = On<br />
; 是否对每个失败断言都发出警告</p>
<p>[PHP-Core-SafeMode]<br />
; 安全模式是为了解决共享服务器的安全问题而设立的。<br />
; 但试图在PHP层解决这个问题在结构上是不合理的，<br />
; 正确的做法应当是修改web服务器层和操作系统层。<br />
; 因此在PHP6中废除了安全模式，并使用基于open_basedir的安全防护。<br />
; 此部分指令在PHP6中已经全部被删除。</p>
<p>safe_mode = Off<br />
; 是否启用安全模式。<br />
; 打开时，PHP将检查当前脚本的拥有者是否和被操作的文件的拥有者相同，<br />
; 相同则允许操作，不同则拒绝操作。</p>
<p>safe_mode_gid = Off<br />
; 在安全模式下，默认在访问文件时会做UID比较检查。<br />
; 但有些情况下严格的UID检查反而是不适合的，宽松的GID检查已经足够。<br />
; 如果你想将其放宽到仅做GID比较，可以打开这个参数。</p>
<p>safe_mode_allowed_env_vars = “PHP_”<br />
; 在安全模式下，用户仅可以更改的环境变量的前缀列表(逗号分隔)。<br />
; 允许用户设置某些环境变量，可能会导致潜在的安全漏洞。<br />
; 注意: 如果这一参数值为空，PHP将允许用户更改任意环境变量！</p>
<p>safe_mode_protected_env_vars = “LD_LIBRARY_PATH”<br />
; 在安全模式下，用户不能更改的环境变量列表(逗号分隔)。<br />
; 这些变量即使在safe_mode_allowed_env_vars指令设置为允许的情况下也会得到保护。</p>
<p>safe_mode_exec_dir = “/usr/local/php/bin”<br />
; 在安全模式下，只有该目录下的可执行程序才允许被执行系统程序的函数执行。<br />
; 这些函数是：system, escapeshellarg, escapeshellcmd, exec, passthru,<br />
; proc_close, proc_get_status, proc_nice, proc_open, proc_terminate, shell_exec</p>
<p>safe_mode_include_dir =<br />
; 在安全模式下，该组目录和其子目录下的文件被包含时，将跳过UID/GID检查。<br />
; 换句话说，如果此处的值为空，任何UID/GID不符合的文件都不允许被包含。<br />
; 这里设置的目录必须已经存在于include_path指令中或者用完整路径来包含。<br />
; 多个目录之间用冒号(Win下为分号)隔开。<br />
; 指定的限制实际上是一个前缀，而非一个目录名，<br />
; 也就是说”/dir/incl”将允许访问”/dir/include”和”/dir/incls”<br />
; 如果您希望将访问控制在一个指定的目录，那么请在结尾加上斜线。</p>
<p>[PHP-Core-Safe]</p>
<p>allow_url_fopen = On<br />
; 是否允许打开远程文件</p>
<p>allow_url_include = Off<br />
; 是否允许include/require远程文件。</p>
<p>disable_classes =<br />
; 该指令接受一个用逗号分隔的类名列表，以禁用特定的类。</p>
<p>disable_functions =<br />
; 该指令接受一个用逗号分隔的函数名列表，以禁用特定的函数。</p>
<p>enable_dl = On<br />
; 是否允许使用dl()函数。dl()函数仅在将PHP作为apache模块安装时才有效。<br />
; 禁用dl()函数主要是出于安全考虑，因为它可以绕过open_basedir指令的限制。<br />
; 在安全模式下始终禁用dl()函数，而不管此处如何设置。<br />
; PHP6中删除了该指令，相当于设为Off。</p>
<p>expose_php = On<br />
; 是否暴露PHP被安装在服务器上的事实(在http头中加上其签名)。<br />
; 它不会有安全上的直接威胁，但它使得客户端知道服务器上安装了PHP。</p>
<p>open_basedir =<br />
; 将PHP允许操作的所有文件(包括文件自身)都限制在此组目录列表下。<br />
; 当一个脚本试图打开一个指定目录树之外的文件时，将遭到拒绝。<br />
; 所有的符号连接都会被解析，所以不可能通过符号连接来避开此限制。<br />
; 特殊值&#8217;.'指定了存放该脚本的目录将被当做基准目录，<br />
; 但这有些危险，因为脚本的工作目录可以轻易被chdir()改变。<br />
; 对于共享服务器，在httpd.conf中针对不同的虚拟主机或目录灵活设置该指令将变得非常有用。<br />
; 在Windows中用分号分隔目录，UNIX系统中用冒号分隔目录。<br />
; 作为Apache模块时，父目录中的open_basedir路径将自动被继承。<br />
; 指定的限制实际上是一个前缀，而非一个目录名，<br />
; 也就是说”/dir/incl”将允许访问”/dir/include”和”/dir/incls”，<br />
; 如果您希望将访问控制在一个指定的目录，那么请在结尾加上一个斜线。<br />
; 默认是允许打开所有文件。</p>
<p>sql.safe_mode = Off<br />
; 是否使用SQL安全模式。<br />
; 如果打开，指定默认值的数据库连接函数将会使用这些默认值代替支持的参数。<br />
; 对于每个不同数据库的连接函数，其默认值请参考相应的手册页面。</p>
<p>[PHP-Core-Error]</p>
<p>error_reporting = E_ALL &amp; ~E_NOTICE<br />
; 错误报告级别是位字段的叠加，推荐使用 E_ALL | E_STRICT<br />
; 1 E_ERROR 致命的运行时错误<br />
; 2 E_WARNING 运行时警告(非致命性错误)<br />
; 4 E_PARSE 编译时解析错误<br />
; 8 E_NOTICE 运行时提醒(经常是bug，也可能是有意的)<br />
; 16 E_CORE_ERROR PHP启动时初始化过程中的致命错误<br />
; 32 E_CORE_WARNING PHP启动时初始化过程中的警告(非致命性错)<br />
; 64 E_COMPILE_ERROR 编译时致命性错<br />
; 128 E_COMPILE_WARNING 编译时警告(非致命性错)<br />
; 256 E_USER_ERROR 用户自定义的致命错误<br />
; 512 E_USER_WARNING 用户自定义的警告(非致命性错误)<br />
; 1024 E_USER_NOTICE 用户自定义的提醒(经常是bug，也可能是有意的)<br />
; 2048 E_STRICT 编码标准化警告(建议如何修改以向前兼容)<br />
; 4096 E_RECOVERABLE_ERROR 接近致命的运行时错误，若未被捕获则视同E_ERROR<br />
; 6143 E_ALL 除E_STRICT外的所有错误(PHP6中为8191,即包含所有)<br />
; 也可以用2147483647(所有二进制位全为1)打开现在或将来可能出现的各种错误</p>
<p>track_errors = Off<br />
; 是否在变量$php_errormsg中保存最近一个错误或警告消息。</p>
<p>display_errors = On<br />
; 是否将错误信息作为输出的一部分显示。<br />
; 在最终发布的web站点上，强烈建议你关掉这个特性，并使用错误日志代替(参看下面)。<br />
; 在最终发布的web站点打开这个特性可能暴露一些安全信息，<br />
; 例如你的web服务上的文件路径、数据库规划或别的信息。</p>
<p>display_startup_errors = Off<br />
; 是否显示PHP启动时的错误。<br />
; 即使display_errors指令被打开，关闭此参数也将不显示PHP启动时的错误。<br />
; 建议你关掉这个特性，除非你必须要用于调试中。</p>
<p>report_memleaks = On<br />
; 是否报告内存泄漏。这个参数只在以调试方式编译的PHP中起作用，<br />
; 并且必须在error_reporting指令中包含 E_WARNING</p>
<p>report_zend_debug = On<br />
; 尚无说明文档</p>
<p>html_errors = On<br />
; 是否在出错信息中使用HTML标记。<br />
; 注意: 不要在发布的站点上使用这个特性！</p>
<p>docref_root = ;”http://localhost/phpmanual/”<br />
docref_ext = ;”.html”<br />
; 如果打开了html_errors指令，PHP将会在出错信息上显示超连接，<br />
; 直接链接到一个说明这个错误或者导致这个错误的函数的页面。<br />
; 你可以从http://www.php.net/docs.php下载php手册，<br />
; 并将docref_root指令指向你本地的手册所在的URL目录。<br />
; 你还必须设置docref_ext指令来指定文件的扩展名(必须含有&#8217;.')。<br />
; 注意: 不要在发布的站点上使用这个特性。</p>
<p>error_prepend_string = ;”&lt;font color=#f00&gt;”<br />
; 用于错误信息前输出的字符串<br />
error_append_string = ;”&lt;/font&gt;”<br />
; 用于错误信息后输出的字符串</p>
<p>xmlrpc_errors = Off<br />
xmlrpc_error_number = 0<br />
; 尚无文档</p>
<p>[PHP-Core-Logging]</p>
<p>define_syslog_variables = Off<br />
; 是否定义各种系统日志变量，如：$LOG_PID, $LOG_CRON 等等。<br />
; 关掉它以提高效率的好主意。<br />
; 你可以在运行时调用define_syslog_variables()函数来定义这些变量。</p>
<p>error_log =<br />
; 将错误日志记录到哪个文件中。该文件必须对Web服务器用户可写。<br />
; syslog 表示记录到系统日志中(NT下的事件日志, Unix下的syslog(3))<br />
; 如果此处未设置任何值，则错误将被记录到Web服务器的错误日志中。</p>
<p>log_errors = Off<br />
; 是否在日志文件里记录错误，具体在哪里记录取决于error_log指令。<br />
; 强烈建议你在最终发布的web站点时使用日志记录错误而不是直接输出，<br />
; 这样可以让你既知道那里出了问题，又不会暴露敏感信息。</p>
<p>log_errors_max_len = 1024<br />
; 设置错误日志中附加的与错误信息相关联的错误源的最大长度。<br />
; 这里设置的值对显示的和记录的错误以及$php_errormsg都有效。<br />
; 设为 0 可以允许无限长度。</p>
<p>ignore_repeated_errors = Off<br />
; 记录错误日志时是否忽略重复的错误信息。<br />
; 错误信息必须出现在同一文件的同一行才被被视为重复。</p>
<p>ignore_repeated_source = Off<br />
; 是否在忽略重复的错误信息时忽略重复的错误源。</p>
<p>[PHP-Core-Mail]<br />
; 要使邮件函数可用，PHP必须在编译时能够访问sendmail程序。<br />
; 如果使用其它的邮件程序，如qmail或postfix，确保使用了相应的sendmail包装。<br />
; PHP首先会在系统的PATH环境变量中搜索sendmail，接着按以下顺序搜索：<br />
; /usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib<br />
; 强烈建议在PATH中能够找到sendmail。<br />
; 另外，编译PHP的用户必须能够访问sendmail程序。</p>
<p>SMTP = “localhost”<br />
; mail()函数中用来发送邮件的SMTP服务器的主机名称或者IP地址。仅用于win32。</p>
<p>smtp_port = 25<br />
; SMTP服务器的端口号。仅用于win32。</p>
<p>sendmail_from =<br />
; 发送邮件时使用的”From:”头中的邮件地址。仅用于win32<br />
; 该选项还同时设置了”Return-Path:”头。</p>
<p>sendmail_path = “-t -i”<br />
; 仅用于unix，也可支持参数(默认的是&#8217;sendmail -t -i&#8217;)<br />
; sendmail程序的路径，通常为”/usr/sbin/sendmail或/usr/lib/sendmail”。<br />
; configure脚本会尝试找到该程序并设定为默认值，但是如果失败的话，可以在这里设定。<br />
; 不使用sendmail的系统应将此指令设定为sendmail替代程序(如果有的话)。<br />
; 例如，Qmail用户通常可以设为”/var/qmail/bin/sendmail”或”/var/qmail/bin/qmail-inject”。<br />
; qmail-inject 不需要任何选项就能正确处理邮件。</p>
<p>mail.force_extra_parameters =<br />
; 作为额外的参数传递给sendmail库的强制指定的参数附加值。<br />
; 这些参数总是会替换掉mail()的第5个参数，即使在安全模式下也是如此。</p>
<p>[PHP-Core-ResourceLimit]</p>
<p>default_socket_timeout = 60<br />
; 默认socket超时(秒)</p>
<p>max_execution_time = 30<br />
; 每个脚本最大允许执行时间(秒)，0 表示没有限制。<br />
; 这个参数有助于阻止劣质脚本无休止的占用服务器资源。<br />
; 该指令仅影响脚本本身的运行时间，任何其它花费在脚本运行之外的时间，<br />
; 如用system()/sleep()函数的使用、数据库查询、文件上传等，都不包括在内。<br />
; 在安全模式下，你不能用ini_set()在运行时改变这个设置。</p>
<p>memory_limit = 128M<br />
; 一个脚本所能够申请到的最大内存字节数(可以使用K和M作为单位)。<br />
; 这有助于防止劣质脚本消耗完服务器上的所有内存。<br />
; 要能够使用该指令必须在编译时使用”&#8211;enable-memory-limit”配置选项。<br />
; 如果要取消内存限制，则必须将其设为 -1 。<br />
; 设置了该指令后，memory_get_usage()函数将变为可用。</p>
<p>max_input_time = -1<br />
; 每个脚本解析输入数据(POST, GET, upload)的最大允许时间(秒)。<br />
; -1 表示不限制。</p>
<p>max_input_nesting_level = 64<br />
; 输入变量的最大嵌套深度(尚无更多解释文档)</p>
<p>post_max_size = 8M<br />
; 允许的POST数据最大字节长度。此设定也影响到文件上传。<br />
; 如果POST数据超出限制，那么$_POST和$_FILES将会为空。<br />
; 要上传大文件，该值必须大于upload_max_filesize指令的值。<br />
; 如果启用了内存限制，那么该值应当小于memory_limit指令的值。</p>
<p>realpath_cache_size = 16K<br />
; 指定PHP使用的realpath(规范化的绝对路径名)缓冲区大小。<br />
; 在PHP打开大量文件的系统上应当增大该值以提高性能。</p>
<p>realpath_cache_ttl = 120<br />
; realpath缓冲区中信息的有效期(秒)。<br />
; 对文件很少变动的系统，可以增大该值以提高性能。</p>
<p>[PHP-Core-FileUpLoad]</p>
<p>file_uploads = On<br />
; 是否允许HTTP文件上传。<br />
; 参见upload_max_filesize, upload_tmp_dir, post_max_size指令</p>
<p>upload_max_filesize = 2M<br />
; 允许上传的文件的最大尺寸。</p>
<p>upload_tmp_dir =<br />
; 文件上传时存放文件的临时目录(必须是PHP进程用户可写的目录)。<br />
; 如果未指定则PHP使用系统默认的临时目录。</p>
<p>[PHP-Core-MagicQuotes]<br />
; PHP6删除了下列指令，相当于全部为 Off</p>
<p>magic_quotes_gpc = Off<br />
; 是否对输入的GET/POST/Cookie数据使用自动字符串转义( &#8216; ” \ NULL )。<br />
; 这里的设置将自动影响 $_GEST $_POST $_COOKIE 数组的值。<br />
; 若将本指令与magic_quotes_sybase指令同时打开，则仅将单引号(&#8216;)转义为(”)，<br />
; 其它特殊字符将不被转义，即( ” \ NULL )将保持原样！！<br />
; 建议关闭此特性，并使用自定义的过滤函数。</p>
<p>magic_quotes_runtime = Off<br />
; 是否对运行时从外部资源产生的数据使用自动字符串转义( &#8216; ” \ NULL )。<br />
; 若打开本指令，则大多数函数从外部资源(数据库,文本文件等)返回数据都将被转义。<br />
; 例如：用SQL查询得到的数据，用exec()函数得到的数据，等等<br />
; 若将本指令与magic_quotes_sybase指令同时打开，则仅将单引号(&#8216;)转义为(”)，<br />
; 其它特殊字符将不被转义，即( ” \ NULL )将保持原样！！<br />
; 建议关闭此特性，并视具体情况使用自定义的过滤函数。</p>
<p>magic_quotes_sybase = Off<br />
; 是否采用Sybase形式的自动字符串转义(用 ” 表示 &#8216;)</p>
<p>[PHP-Core-HighLight]</p>
<p>highlight.bg = “#FFFFFF”<br />
highlight.comment = “#FF8000&#8243;<br />
highlight.default = “#0000BB”<br />
highlight.html = “#000000&#8243;<br />
highlight.keyword = “#007700&#8243;<br />
highlight.string = “#DD0000&#8243;<br />
; 语法高亮模式的色彩(通常用于显示 .phps 文件)。<br />
; 只要能被&lt;font color=xxx&gt;接受的东西就能正常工作。</p>
<p>[PHP-Core-Langue]</p>
<p>short_open_tag = On<br />
; 是否允许使用”&lt;? ?&gt;”短标识。否则必须使用”&lt;?php ?&gt;”长标识。<br />
; 除非你的php程序仅在受控环境下运行，且只供自己使用，否则请不要使用短标记。<br />
; 如果要和XML结合使用PHP，可以选择关闭此选项以方便直接嵌入”&lt;?xml &#8230; ?&gt;”，<br />
; 不然你必须用PHP来输出：&lt;? echo &#8216;&lt;?xml version=”1.0&#8243;&#8216;; ?&gt;<br />
; 本指令也会影响到缩写形式”&lt;?=”，它和”&lt;? echo”等价，要使用它也必须打开短标记。</p>
<p>asp_tags = Off<br />
; 是否允许ASP风格的标记”&lt;% %&gt;”，这也会影响到缩写形式”&lt;%=”。<br />
; PHP6中将删除此指令</p>
<p>arg_separator.output = “&amp;”<br />
; PHP所产生的URL中用来分隔参数的分隔符。<br />
; 另外还可以用”&amp;amp;”或”,”等等。</p>
<p>arg_separator.input = “&amp;”<br />
; PHP解析URL中的变量时使用的分隔符列表。<br />
; 字符串中的每一个字符都会被当作分割符。<br />
; 另外还可以用”,&amp;”等等。</p>
<p>allow_call_time_pass_reference = On<br />
; 是否强迫在函数调用时按引用传递参数(每次使用此特性都会收到一条警告)。<br />
; php反对这种做法，并在PHP6里删除了该指令(相当于设为Off)，因为它影响到了代码的整洁。<br />
; 鼓励的方法是在函数声明里明确指定哪些参数按引用传递。<br />
; 我们鼓励你关闭这一选项，以保证你的脚本在将来版本的语言里仍能正常工作。</p>
<p>auto_globals_jit = On<br />
; 是否仅在使用到$_SERVER和$_ENV变量时才创建(而不是在脚本一启动时就自动创建)。<br />
; 如果并未在脚本中使用这两个数组，打开该指令将会获得性能上的提升。<br />
; 要想该指令生效，必须关闭register_globals和register_long_arrays指令。</p>
<p>auto_prepend_file =<br />
auto_append_file =<br />
; 指定在主文件之前/后自动解析的文件名。为空表示禁用该特性。<br />
; 该文件就像调用了include()函数被包含进来一样，因此会使用include_path指令的值。<br />
; 注意：如果脚本通过exit()终止，那么自动后缀将不会发生。</p>
<p>variables_order = “EGPCS”<br />
; PHP注册 Environment, GET, POST, Cookie, Server 变量的顺序。<br />
; 分别用 E, G, P, C, S 表示，按从左到右注册，新值覆盖旧值。<br />
; 举例说，设为”GP”将会导致用POST变量覆盖同名的GET变量，<br />
; 并完全忽略 Environment, Cookie, Server 变量。<br />
; 推荐使用”GPC”或”GPCS”，并使用getenv()函数访问环境变量。</p>
<p>register_globals = Off<br />
; 是否将 E, G, P, C, S 变量注册为全局变量。<br />
; 打开该指令可能会导致严重的安全问题，除非你的脚本经过非常仔细的检查。<br />
; 推荐使用预定义的超全局变量：$_ENV, $_GET, $_POST, $_COOKIE, $_SERVER<br />
; 该指令受variables_order指令的影响。<br />
; PHP6中已经删除此指令。</p>
<p>register_argc_argv = On<br />
; 是否声明$argv和$argc全局变量(包含用GET方法的信息)。<br />
; 建议不要使用这两个变量，并关掉该指令以提高性能。</p>
<p>register_long_arrays = On<br />
; 是否启用旧式的长式数组(HTTP_*_VARS)。<br />
; 鼓励使用短式的预定义超全局数组，并关闭该特性以获得更好的性能。<br />
; PHP6中已经删除此指令。</p>
<p>always_populate_raw_post_data = Off<br />
; 是否总是生成$HTTP_RAW_POST_DATA变量(原始POST数据)。<br />
; 否则，此变量仅在遇到不能识别的MIME类型的数据时才产生。<br />
; 不过，访问原始POST数据的更好方法是 php://input 。<br />
; $HTTP_RAW_POST_DATA对于enctype=”multipart/form-data”的表单数据不可用。</p>
<p>unserialize_callback_func =<br />
; 如果解序列化处理器需要实例化一个未定义的类，<br />
; 这里指定的回调函数将以该未定义类的名字作为参数被unserialize()调用，<br />
; 以免得到不完整的”__PHP_Incomplete_Class”对象。<br />
; 如果这里没有指定函数，或指定的函数不包含(或实现)那个未定义的类，将会显示警告信息。<br />
; 所以仅在确实需要实现这样的回调函数时才设置该指令。<br />
; 若要禁止这个特性，只需置空即可。</p>
<p>y2k_compliance = On<br />
; 是否强制打开2000年适应(可能在非Y2K适应的浏览器中导致问题)。</p>
<p>zend.ze1_compatibility_mode = Off<br />
; 是否使用兼容Zend引擎I(PHP 4.x)的模式。PHP6中将删除该指令(相当于Off)。<br />
; 这将影响对象的复制、构造(无属性的对象会产生FALSE或0)、比较。<br />
; 兼容模式下，对象将按值传递，而不是默认的按引用传递。</p>
<p>precision = 14<br />
; 浮点型数据显示的有效位数。</p>
<p>serialize_precision = 100<br />
; 将浮点型和双精度型数据序列化存储时的精度(有效位数)。<br />
; 默认值能够确保浮点型数据被解序列化程序解码时不会丢失数据。</p>
<p>[PHP-Core-OutputControl]<br />
; 输出控制函数很有用，特别是在已经输出了信息之后再发送HTTP头的情况下。<br />
; 输出控制函数不会作用于header()或setcookie()等函数发送的HTTP头，<br />
; 而只会影响类似于echo()函数输出的信息和嵌入在PHP代码之间的信息。</p>
<p>implicit_flush = Off<br />
; 是否要求PHP输出层在每个输出块之后自动刷新数据。<br />
; 这等效于在每个 print()、echo()、HTML块 之后自动调用flush()函数。<br />
; 打开这个选项对程序执行的性能有严重的影响，通常只推荐在调试时使用。<br />
; 在CLI SAPI的执行模式下，该指令默认为 On 。</p>
<p>output_buffering = 0<br />
; 输出缓冲区大小(字节)。建议值为4096~8192。<br />
; 输出缓冲允许你甚至在输出正文内容之后再发送HTTP头(包括cookies)。<br />
; 其代价是输出层减慢一点点速度。<br />
; 设置输出缓冲可以减少写入，有时还能减少网络数据包的发送。<br />
; 这个参数的实际收益很大程度上取决于你使用的是什么Web服务器以及什么样的脚本。</p>
<p>output_handler =<br />
; 将所有脚本的输出重定向到一个输出处理函数。<br />
; 比如，重定向到mb_output_handler()函数时，字符编码将被透明地转换为指定的编码。<br />
; 一旦你在这里指定了输出处理程序，输出缓冲将被自动打开(output_buffering=4096)。<br />
; 注意0: 此处仅能使用PHP内置的函数，自定义函数应在脚本中使用ob_start()指定。<br />
; 注意1: 可移植脚本不能依赖该指令，而应使用ob_start()函数明确指定输出处理函数。<br />
; 使用这个指令可能会导致某些你不熟悉的脚本出错。<br />
; 注意2: 你不能同时使用”mb_output_handler”和”ob_iconv_handler”两个输出处理函数。<br />
; 你也不能同时使用”ob_gzhandler”输出处理函数和zlib.output_compression指令。<br />
; 注意3: 如果使用zlib.output_handler指令开启zlib输出压缩，该指令必须为空。</p>
<p>[PHP-Core-Directory]</p>
<p>include_path = “.:/path/to/php/pear”<br />
; 指定一组目录用于require(), include(), fopen_with_path()函数寻找文件。<br />
; 格式和系统的PATH环境变量类似(UNIX下用冒号分隔，Windows下用分号分隔)：<br />
; UNIX: “/path1:/path2&#8243;<br />
; Windows: “\path1;\path2&#8243;<br />
; 在包含路径中使用&#8217;.'可以允许相对路径，它代表当前目录。</p>
<p>user_dir =<br />
; 告诉php在使用 /~username 打开脚本时到哪个目录下去找，仅在非空时有效。<br />
; 也就是在用户目录之下使用PHP文件的基本目录名，例如：”public_html”</p>
<p>extension_dir = “/path/to/php”<br />
; 存放扩展库(模块)的目录，也就是PHP用来寻找动态扩展模块的目录。<br />
; Windows下默认为”C:/php5&#8243;</p>
<p>[PHP-Core-HTTP]</p>
<p>default_mimetype = “text/html”<br />
default_charset = ;”gb2312&#8243;<br />
; PHP默认会自动输出”Content-Type: text/html” HTTP头。<br />
; 如果将default_charset指令设为”gb2312&#8243;，<br />
; 那么将会自动输出”Content-Type: text/html; charset=gb2312&#8243;。<br />
; PHP6反对使用default_charset指令，而推荐使用unicode.output_encoding指令。</p>
<p>[PHP-Core-Unicode]<br />
; PHP6基于ICU(International Components for Unicode)库提供了全面的Unicode支持。<br />
; 编译时需要使用&#8211;with-icu-dir=&lt;dir&gt;指定ICU头文件和库的安装位置。<br />
; 除detect_unicode外，其他都是PHP6新增的指令。<br />
;<br />
; PHP6的信息目前还很缺乏，所以此部分内容可能不完整甚至有错误。</p>
<p>detect_unicode = On<br />
; 指示Zend引擎是否通过检查脚本的BOM(字节顺序标记)来检测脚本是否包含多字节字符。<br />
; 建议关闭。PHP6已经取消了此指令而用unicode.script_encoding指令来代替其功能。</p>
<p>unicode.semantics = Off<br />
; 是否启用Unicode支持。<br />
; 如果打开此指令，那么PHP将变成一个完全的Unicode环境，比如：<br />
; 所有字符串和从HTTP接受的变量都将变成Unicode，所有PHP标识符也都可以使用Unicode字符。<br />
; 而且，PHP内部将使用Unicode字符串并负责对外围非Unicode字符进行自动转换，<br />
; 比如：HTTP输入输出、流、文件系统操作等等，甚至连php.ini自身都将按照UTF-8编码来解析。<br />
; 开启这个指令后，你必须明确指定二进制字符串。PHP将不对二进制字符串的内容做任何假定，<br />
; 因此你的程序必须保证能够恰当的处理二进制字符串。<br />
; 如果关闭这个指令，PHP的行为将和以前的行为完全相同：<br />
; 字符串不会变成Unicode，文件和二进制字符串也将向后兼容，php.ini也将按照”as-is”风格解析。<br />
; 不管是否打开此指令，所有的函数和操作符都透明的支持Unicode字符串。</p>
<p>unicode.fallback_encoding = UTF-8<br />
; 为其他所有unicode.*_encoding指令设置默认值。<br />
; 也就是说如果某个unicode.*_encoding指令未明确设置的话，将使用此处设置的值。</p>
<p>unicode.runtime_encoding =<br />
; 运行时编码指定了PHP引擎内部转换二进制字符串时使用的编码。<br />
; 此处的设置对于I/O相关操作(比如：写入标准输出/读取文件系统/解码HTTP输入变量)没有影响。<br />
; PHP也允许你明确的对字符串进行转换：<br />
; (binary)$str &#8212; 转化为二进制字符串<br />
; (unicode)$str &#8212; 转化为Unicode字符串<br />
; (string)$str &#8212; 如果unicode.semantics为On则转化为Unicode字符串，否则转化为二进制字符串<br />
; 例如，如果该指令的值为iso-8859-1并且$uni是一个Unicode字符串，那么<br />
; $str = (binary)$uni<br />
; 将等到一个使用iso-8859-1编码的二进制字符串。<br />
; 在连接、比较、传递参数等操作之前PHP会将相关字符串隐含转换为Unicode，然后再进行操作。<br />
; 比如在将二进制字符串与Unicode进行连接的时候，<br />
; PHP将会使用这里的设置将二进制字符串转换为Unicode字符串，然后再进行操作。</p>
<p>unicode.output_encoding =<br />
; PHP输出非二进制字符串使用的编码。<br />
; 自动将&#8217;print&#8217;和&#8217;echo&#8217;之类的输出内容转换为此处设定的编码(并不对二进制字符串进行转换)。<br />
; 当向文件之类的外部资源写入数据的时候，<br />
; 你必须依赖于流编码特性或者使用Unicode扩展的函数手动的对数据进行编码。<br />
; 在PHP6中反对使用先前的default_charset指令，而推荐使用该指令。<br />
; 先前的default_charset指令只是指定了Content-Type头中的字符集，而并不对实际的输出做任何转换。<br />
; 而在PHP6中，default_charset指令仅在unicode.semantics为off的时候才有效。<br />
; 设置了该指令后将在Content-Type输出头的&#8217;charset&#8217;部分填上该指令的值，<br />
; 而不管default_charset指令如何设置。</p>
<p>unicode.http_input_encoding =<br />
; 通过HTTP获取的变量(比如$_GET和_$POST)内容的编码。<br />
; 直到2007年4月此功能尚在开发中&#8230;.</p>
<p>unicode.filesystem_encoding =<br />
; 文件系统的目录名和文件名的编码。<br />
; 文件系统相关的函数(比如opendir())将使用这个编码接受和返回文件名和目录名。<br />
; 此处的设置必须与文件系统实际使用的编码完全一致。</p>
<p>unicode.script_encoding =<br />
; PHP脚本自身的默认编码。<br />
; 你可以使用任何ICU支持的编码来写PHP脚本。<br />
; 如果你想针对单独的脚本文件设定其编码，可以在该脚本的开头使用<br />
; &lt;?php declare(encoding = &#8216;Shift-JIS&#8217;); ?&gt;<br />
; 来指定。注意：必须是第一行开头，全面不要有任何字符(包括空白)。<br />
; 该方法只能影响其所在的脚本，不会影响任何被包含的其他脚本。</p>
<p>unicode.stream_encoding= UTF-8<br />
unicode.from_error_mode = 2<br />
unicode.from_error_subst_char = 3f<br />
; 尚无文档</p>
<p>[PHP-Core-Misc]</p>
<p>auto_detect_line_endings = Off<br />
; 是否让PHP自动侦测行结束符(EOL)。<br />
; 如果的你脚本必须处理Macintosh文件，<br />
; 或者你运行在Macintosh上，同时又要处理unix或win32文件，<br />
; 打开这个指令可以让PHP自动侦测EOL，以便fgets()和file()函数可以正常工作。<br />
; 但同时也会导致在Unix系统下使用回车符(CR)作为项目分隔符的人遭遇不兼容行为。<br />
; 另外，在检测第一行的EOL习惯时会有很小的性能损失。</p>
<p>browscap = ;”c:/windows/system32/inetsrv/browscap.ini”<br />
; 只有PWS和IIS需要这个设置<br />
; 你可以从http://www.garykeith.com/browsers/downloads.asp<br />
; 得到一个browscap.ini文件。</p>
<p>ignore_user_abort = Off<br />
; 是否即使在用户中止请求后也坚持完成整个请求。<br />
; 在执行一个长请求的时候应当考虑打开该它，<br />
; 因为长请求可能会导致用户中途中止或浏览器超时。</p>
<p>user_agent = ;”PHP”<br />
; 定义”User-Agent”字符串</p>
<p>;url_rewriter.tags = “a=href,area=href,frame=src,form=,fieldset=”<br />
; 虽然此指令属于PHP核心部分，但是却用于Session模块的配置</p>
<p>;extension =<br />
; 在PHP启动时加载动态扩展。例如：extension=mysqli.so<br />
; “=”之后只能使用模块文件的名字，而不能含有路径信息。<br />
; 路径信息应当只由extension_dir指令提供。<br />
; 主意，在windows上，下列扩展已经内置：<br />
; bcmath ; calendar ; com_dotnet ; ctype ; session ; filter ; ftp ; hash<br />
; iconv ; json ; odbc ; pcre ; Reflection ; date ; libxml ; standard<br />
; tokenizer ; zlib ; SimpleXML ; dom ; SPL ; wddx ; xml ; xmlreader ; xmlwriter</p>
<p>[PHP-Core-CGI]<br />
; 这些指令只有在将PHP运行在CGI模式下的时候才有效</p>
<p>doc_root =<br />
; PHP的”CGI根目录”。仅在非空时有效。<br />
; 在web服务器的主文档目录(比如”htdocs”)中放置可执行程序/脚本被认为是不安全的，<br />
; 比如因为配置错误而将脚本作为普通的html显示。<br />
; 因此很多系统管理员都会在主文档目录之外专门设置一个只能通过CGI来访问的目录，<br />
; 该目录中的内容只会被解析而不会原样显示出来。<br />
; 如果设置了该项，那么PHP就只会解释doc_root目录下的文件，<br />
; 并确保目录外的脚本都不会被PHP解释器执行(user_dir除外)。<br />
; 如果编译PHP时没有指定FORCE_REDIRECT，并且在非IIS服务器上以CGI方式运行，<br />
; 则必须设置此指令(参见手册中的安全部分)。<br />
; 替代方案是使用的cgi.force_redirect指令。</p>
<p>cgi.discard_path = Off<br />
; 尚无文档(PHP6新增指令)</p>
<p>cgi.fix_pathinfo = On<br />
; 是否为CGI提供真正的 PATH_INFO/PATH_TRANSLATED 支持(遵守cgi规范)。<br />
; 先前的行为是将PATH_TRANSLATED设为SCRIPT_FILENAME，而不管PATH_INFO是什么。<br />
; 打开此选项将使PHP修正其路径以遵守CGI规范，否则仍将使用旧式的不合规范的行为。<br />
; 鼓励你打开此指令，并修正脚本以使用 SCRIPT_FILENAME 代替 PATH_TRANSLATED 。<br />
; 有关PATH_INFO的更多信息请参见cgi规范。</p>
<p>cgi.force_redirect = On<br />
; 是否打开cgi强制重定向。强烈建议打开它以为CGI方式运行的php提供安全保护。<br />
; 你若自己关闭了它，请自己负责后果。<br />
; 注意：在IIS/OmniHTTPD/Xitami上则必须关闭它！</p>
<p>cgi.redirect_status_env =<br />
; 如果cgi.force_redirect=On，并且在Apache与Netscape之外的服务器下运行PHP，<br />
; 可能需要设定一个cgi重定向环境变量名，PHP将去寻找它来知道是否可以继续执行下去。<br />
; 设置这个变量会导致安全漏洞，请务必在设置前搞清楚自己在做什么。</p>
<p>cgi.rfc2616_headers = 0<br />
; 指定PHP在发送HTTP响应代码时使用何种报头。<br />
; 0 表示发送一个”Status: “报头，Apache和其它web服务器都支持。<br />
; 若设为1，则PHP使用RFC2616标准的头。<br />
; 除非你知道自己在做什么，否则保持其默认值 0</p>
<p>cgi.nph = Off<br />
; 在CGI模式下是否强制对所有请求都发送”Status: 200&#8243;状态码。</p>
<p>cgi.check_shebang_line =On<br />
; CGI PHP是否检查脚本顶部以 #! 开始的行。<br />
; 如果脚本想要既能够单独运行又能够在PHP CGI模式下运行，那么这个起始行就是必须的。<br />
; 如果打开该指令，那么CGI模式的PHP将跳过这一行。</p>
<p>fastcgi.impersonate = Off<br />
; IIS中的FastCGI支持模仿客户端安全令牌的能力。<br />
; 这使得IIS能够定义运行时所基于的请求的安全上下文。<br />
; Apache中的mod_fastcgi不支持此特性(03/17/2002)<br />
; 如果在IIS中运行则设为On，默认为Off。</p>
<p>fastcgi.logging = On<br />
; 是否记录通过FastCGI进行的连接。</p>
<p>[PHP-Core-Weirdy]<br />
; 这些选项仅存在于文档中，却不存在于phpinfo()函数的输出中</p>
<p>async_send = Off<br />
; 是否异步发送。</p>
<p>from = ;”john@doe.com”<br />
; 定义匿名ftp的密码(一个email地址)</p>
<p>;;;;;;;;;;;;;;;;;;<br />
;; 近核心模块 ;;<br />
;;;;;;;;;;;;;;;;;;</p>
<p>[Pcre]<br />
;Perl兼容正则表达式模块</p>
<p>pcre.backtrack_limit = 100000<br />
; PCRE的最大回溯(backtracking)步数。</p>
<p>pcre.recursion_limit = 100000<br />
; PCRE的最大递归(recursion)深度。<br />
; 如果你将该值设的非常高，将可能耗尽进程的栈空间，导致PHP崩溃。</p>
<p>[Session]<br />
; 除非使用session_register()或$_SESSION注册了一个变量。<br />
; 否则不管是否使用了session_start()，都不会自动添加任何session记录。<br />
; 包括resource变量或有循环引用的对象包含指向自身的引用的对象，不能保存在会话中。<br />
; register_globals指令会影响到会话变量的存储和恢复。</p>
<p>session.save_handler = “files”<br />
; 存储和检索与会话关联的数据的处理器名字。默认为文件(“files”)。<br />
; 如果想要使用自定义的处理器(如基于数据库的处理器)，可用”user”。<br />
; 设为”memcache”则可以使用memcache作为会话处理器(需要指定”&#8211;enable-memcache-session”编译选项)。<br />
; 还有一个使用PostgreSQL的处理器：http://sourceforge.net/projects/phpform-ext/</p>
<p>session.save_path = “/tmp”<br />
; 传递给存储处理器的参数。对于files处理器，此值是创建会话数据文件的路径。<br />
; Windows下默认为临时文件夹路径。<br />
; 你可以使用”N;[MODE;]/path”这样模式定义该路径(N是一个整数)。<br />
; N表示使用N层深度的子目录，而不是将所有数据文件都保存在一个目录下。<br />
; [MODE;]可选，必须使用8进制数，默认”600&#8243;，表示文件的访问权限。<br />
; 这是一个提高大量会话性能的好主意。<br />
; 注意0: “N;[MODE;]/path”两边的双引号不能省略。<br />
; 注意1: [MODE;]并不会改写进程的umask。<br />
; 注意2: php不会自动创建这些文件夹结构。请使用ext/session目录下的mod_files.sh脚本创建。<br />
; 注意3: 如果该文件夹可以被不安全的用户访问(比如默认的”/tmp”)，那么将会带来安全漏洞。<br />
; 注意4: 当N&gt;0时自动垃圾回收将会失效，具体参见下面有关垃圾搜集的部分。<br />
; [安全提示]建议针对每个不同的虚拟主机分别设置各自不同的目录。<br />
;<br />
; 对于”memcache”处理器，需要定义一个逗号分隔的服务器URL用来存储会话数据。<br />
; 比如：”tcp://host1:11211, tcp://host2:11211&#8243;<br />
; 每个URL都可以包含传递给那个服务器的参数，可用的参数与 Memcache::addServer() 方法相同。<br />
; 例如：”tcp://host1:11211?persistent=1&amp;weight=1&amp;timeout=1&amp;retry_interval=15&#8243;</p>
<p>session.name = “PHPSESSID”<br />
;用在cookie里的会话ID标识名，只能包含字母和数字。</p>
<p>session.auto_start = Off<br />
; 在客户访问任何页面时都自动初始化会话，默认禁止。<br />
; 因为类定义必须在会话启动之前被载入，所以若打开这个选项，你就不能在会话中存放对象。</p>
<p>session.serialize_handler = “php”<br />
; 用来序列化/解序列化数据的处理器，php是标准序列化/解序列化处理器。<br />
; 另外还可以使用”php_binary”。当启用了WDDX支持以后，将只能使用”wddx”。</p>
<p>session.gc_probability = 1<br />
session.gc_divisor = 100<br />
; 定义在每次初始化会话时，启动垃圾回收程序的概率。<br />
; 这个收集概率计算公式如下：session.gc_probability/session.gc_divisor<br />
; 对会话页面访问越频繁，概率就应当越小。建议值为1/1000~5000。</p>
<p>session.gc_maxlifetime = 1440<br />
; 超过此参数所指的秒数后，保存的数据将被视为&#8217;垃圾&#8217;并由垃圾回收程序清理。<br />
; 判断标准是最后访问数据的时间(对于FAT文件系统是最后刷新数据的时间)。<br />
; 如果多个脚本共享同一个session.save_path目录但session.gc_maxlifetime不同，<br />
; 那么将以所有session.gc_maxlifetime指令中的最小值为准。<br />
; 如果使用多层子目录来存储数据文件，垃圾回收程序不会自动启动。<br />
; 你必须使用一个你自己编写的shell脚本、cron项或者其他办法来执行垃圾搜集。<br />
; 比如，下面的脚本相当于设置了”session.gc_maxlifetime=1440&#8243; (24分钟)：<br />
; cd /path/to/sessions; find -cmin +24 | xargs rm</p>
<p>session.referer_check =<br />
; 如果请求头中的”Referer”字段不包含此处指定的字符串则会话ID将被视为无效。<br />
; 注意：如果请求头中根本不存在”Referer”字段的话，会话ID将仍将被视为有效。<br />
; 默认为空，即不做检查(全部视为有效)。</p>
<p>session.entropy_file = ;”/dev/urandom”<br />
; 附加的用于创建会话ID的外部高熵值资源(文件)，<br />
; 例如UNIX系统上的”/dev/random”或”/dev/urandom”</p>
<p>session.entropy_length = 0<br />
; 从高熵值资源中读取的字节数(建议值：16)。</p>
<p>session.use_cookies = On<br />
; 是否使用cookie在客户端保存会话ID</p>
<p>session.use_only_cookies = Off<br />
; 是否仅仅使用cookie在客户端保存会话ID。PHP6的默认值为On。<br />
; 打开这个选项可以避免使用URL传递会话带来的安全问题。<br />
; 但是禁用Cookie的客户端将使会话无法工作。</p>
<p>session.cookie_lifetime = 0<br />
; 传递会话ID的Cookie有效期(秒)，0 表示仅在浏览器打开期间有效。<br />
; [提示]如果你不能保证服务器时间和客户端时间严格一致请不要改变此默认值！</p>
<p>session.cookie_path = “/”<br />
; 传递会话ID的Cookie作用路径。</p>
<p>session.cookie_domain =<br />
; 传递会话ID的Cookie作用域。<br />
; 默认为空表示表示根据cookie规范生成的主机名。</p>
<p>session.cookie_secure = Off<br />
; 是否仅仅通过安全连接(https)发送cookie。</p>
<p>session.cookie_httponly = Off<br />
; 是否在cookie中添加httpOnly标志(仅允许HTTP协议访问)，<br />
; 这将导致客户端脚本(JavaScript等)无法访问该cookie。<br />
; 打开该指令可以有效预防通过XSS攻击劫持会话ID。</p>
<p>session.cache_limiter = “nocache”<br />
; 设为{nocache|private|public}以指定会话页面的缓存控制模式，<br />
; 或者设为空以阻止在http应答头中发送禁用缓存的命令。</p>
<p>session.cache_expire = 180<br />
; 指定会话页面在客户端cache中的有效期限(分钟)<br />
; session.cache_limiter=nocache时，此处设置无效。</p>
<p>session.use_trans_sid = Off<br />
; 是否使用明码在URL中显示SID(会话ID)。<br />
; 默认是禁止的，因为它会给你的用户带来安全危险：<br />
; 1- 用户可能将包含有效sid的URL通过email/irc/QQ/MSN&#8230;途径告诉给其他人。<br />
; 2- 包含有效sid的URL可能会被保存在公用电脑上。<br />
; 3- 用户可能保存带有固定不变sid的URL在他们的收藏夹或者浏览历史纪录里面。<br />
; 基于URL的会话管理总是比基于Cookie的会话管理有更多的风险，所以应当禁用。</p>
<p>session.bug_compat_42 = On<br />
session.bug_compat_warn = On<br />
; PHP4.2之前的版本有一个未注明的”BUG”：<br />
; 即使在register_globals=Off的情况下也允许初始化全局session变量，<br />
; 如果你在PHP4.3之后的版本中使用这个特性，会显示一条警告。<br />
; 建议关闭该”BUG”并显示警告。PHP6删除了这两个指令，相当于全部设为Off。</p>
<p>session.hash_function = 0<br />
; 生成SID的散列算法。SHA-1的安全性更高一些<br />
; 0: MD5 (128 bits)<br />
; 1: SHA-1 (160 bits)<br />
; 建议使用SHA-1。</p>
<p>session.hash_bits_per_character = 4<br />
; 指定在SID字符串中的每个字符内保存多少bit，<br />
; 这些二进制数是hash函数的运算结果。<br />
; 4: 0-9, a-f<br />
; 5: 0-9, a-v<br />
; 6: 0-9, a-z, A-Z, “-”, “,”<br />
; 建议值为 5</p>
<p>url_rewriter.tags = “a=href,area=href,frame=src,form=,fieldset=”<br />
; 此指令属于PHP核心部分，并不属于Session模块。<br />
; 指定重写哪些HTML标签来包含SID(仅当session.use_trans_sid=On时有效)<br />
; form和fieldset比较特殊：<br />
; 如果你包含他们，URL重写器将添加一个隐藏的”&lt;input&gt;”，它包含了本应当额外追加到URL上的信息。<br />
; 如果要符合XHTML标准，请去掉form项并在表单字段前后加上&lt;fieldset&gt;标记。<br />
; 注意：所有合法的项都需要一个等号(即使后面没有值)。<br />
; 推荐值为”a=href,area=href,frame=src,input=src,form=fakeentry”。</p>
<p>session.encode_sources = “globals”<br />
; PHP6中有争议的指令，尚未决定是否采用该指令。也尚无相关文档。</p>
<p>;;;;;;;;;;;;;;;;<br />
;; 其他模块 ;;<br />
;;;;;;;;;;;;;;;;</p>
<p>[APC-3.0.16]<br />
; Alternative PHP Cache 用于缓存和优化PHP中间代码<br />
; 编译/安装/配置信息都位于源码树下的 INSTALL 文件中</p>
<p>apc.enabled = On<br />
; 是否启用APC，如果APC被静态编译进PHP又想禁用它，这是唯一的办法。</p>
<p>apc.enable_cli = Off<br />
; 是否为CLI版本启用APC功能，仅用于测试和调试目的才打开此指令。</p>
<p>apc.cache_by_default = On<br />
; 是否默认对所有文件启用缓冲。<br />
; 若设为Off并与以加号开头的apc.filters指令一起用，则文件仅在匹配过滤器时才被缓存。</p>
<p>apc.file_update_protection = 2<br />
; 当你在一个运行中的服务器上修改文件时，你应当执行原子操作。<br />
; 也就是先写进一个临时文件，然后将该文件重命名(mv)到最终的名字。<br />
; 文本编辑器以及 cp, tar 等程序却并不是这样操作的，从而导致有可能缓冲了残缺的文件。<br />
; 默认值 2 表示在访问文件时如果发现修改时间距离访问时间小于 2 秒则不做缓冲。<br />
; 那个不幸的访问者可能得到残缺的内容，但是这种坏影响却不会通过缓存扩大化。<br />
; 如果你能确保所有的更新操作都是原子操作，那么可以用 0 关闭此特性。<br />
; 如果你的系统由于大量的IO操作导致更新缓慢，你就需要增大此值。</p>
<p>apc.filters =<br />
; 一个以逗号分隔的POSIX扩展正则表达式列表。<br />
; 如果源文件名与任意一个模式匹配，则该文件不被缓存。<br />
; 注意，用来匹配的文件名是传递给include/require的文件名，而不是绝对路径。<br />
; 如果正则表达式的第一个字符是”+”则意味着任何匹配表达式的文件会被缓存，<br />
; 如果第一个字符是”-”则任何匹配项都不会被缓存。”-”是默认值，可以省略掉。</p>
<p>apc.ttl = 0<br />
; 缓存条目在缓冲区中允许逗留的秒数。0 表示永不超时。建议值为7200~86400。<br />
; 设为 0 意味着缓冲区有可能被旧的缓存条目填满，从而导致无法缓存新条目。</p>
<p>apc.user_ttl = 0<br />
; 类似于apc.ttl，只是针对每个用户而言，建议值为7200~86400。<br />
; 设为 0 意味着缓冲区有可能被旧的缓存条目填满，从而导致无法缓存新条目。</p>
<p>apc.gc_ttl = 3600<br />
; 缓存条目在垃圾回收表中能够存在的秒数。<br />
; 此值提供了一个安全措施，即使一个服务器进程在执行缓存的源文件时崩溃，<br />
; 而且该源文件已经被修改，为旧版本分配的内存也不会被回收，直到达到此TTL值为止。<br />
; 设为零将禁用此特性。</p>
<p>apc.include_once_override = Off<br />
; 优化include_once()和require_once()函数以避免执行额外的系统调用。</p>
<p>apc.max_file_size = 1M<br />
; 禁止大于此尺寸的文件被缓存。</p>
<p>apc.mmap_file_mask =<br />
; 如果使用&#8211;enable-mmap(默认启用)为APC编译了MMAP支持，<br />
; 这里的值就是传递给mmap模块的mktemp风格的文件掩码(建议值为”/tmp/apc.XXXXXX”)。<br />
; 该掩码用于决定内存映射区域是否要被file-backed或者shared memory backed。<br />
; 对于直接的file-backed内存映射，要设置成”/tmp/apc.XXXXXX”的样子(恰好6个X)。<br />
; 要使用POSIX风格的shm_open/mmap就需要设置成”/apc.shm.XXXXXX”的样子。<br />
; 你还可以设为”/dev/zero”来为匿名映射的内存使用内核的”/dev/zero”接口。<br />
; 不定义此指令则表示强制使用匿名映射。</p>
<p>apc.num_files_hint = 1000<br />
; Web服务器上可能被包含或被请求的不同脚本源代码文件的大致数量(建议值为1024~4096)。<br />
; 如果你不能确定，则设为 0 ；此设定主要用于拥有数千个源文件的站点。</p>
<p>apc.optimization = 0<br />
; 优化级别(建议值为 0 ) 。反对使用该指令。将来可能会被删除。<br />
; 正整数值表示启用优化器，值越高则使用越激进的优化。<br />
; 更高的值可能有非常有限的速度提升，但目前尚在试验中。</p>
<p>apc.report_autofilter = Off<br />
; 是否记录所有由于early/late binding原因而自动未被缓存的脚本。</p>
<p>apc.shm_segments = 1<br />
; 为编译器缓冲区分配的共享内存块数量(建议值为1)。<br />
; 如果APC耗尽了共享内存，并且已将apc.shm_size指令设为系统允许的最大值，可以尝试增大此值。<br />
; 在mmap模式下设置为 1 之外的其它值是无效的，因为经过mmap的共享内存段的大小是没有限制的。</p>
<p>apc.shm_size = 30<br />
; 每个共享内存块的大小(以MB为单位，建议值为128~256)。<br />
; 有些系统(包括大多数BSD变种)默认的共享内存块尺寸很小。</p>
<p>apc.slam_defense = 0<br />
; 在非常繁忙的服务器上，无论是启动服务还是修改文件，<br />
; 都可能由于多个进程企图同时缓存一个文件而导致竞争条件。<br />
; 这个指令用于设置进程在处理未被缓存的文件时跳过缓存步骤的百分率。<br />
; 比如设为75表示在遇到未被缓存的文件时有75%的概率不进行缓存，从而减少碰撞几率。<br />
; 反对使用该指令，鼓励设为 0 来禁用这个特性。建议该用apc.write_lock指令。</p>
<p>apc.stat = On<br />
; 是否启用脚本更新检查。<br />
; 改变这个指令值要非常小心。<br />
; 默认值 On 表示APC在每次请求脚本时都检查脚本是否被更新，<br />
; 如果被更新则自动重新编译和缓存编译后的内容。但这样做对性能有不利影响。<br />
; 如果设为 Off 则表示不进行检查，从而使性能得到大幅提高。<br />
; 但是为了使更新的内容生效，你必须重启Web服务器。<br />
; 这个指令对于include/require的文件同样有效。但是需要注意的是，<br />
; 如果你使用的是相对路径，APC就必须在每一次include/require时都进行检查以定位文件。<br />
; 而使用绝对路径则可以跳过检查，所以鼓励你使用绝对路径进行include/require操作。</p>
<p>apc.user_entries_hint = 4096<br />
; 类似于num_files_hint指令，只是针对每个不同用户而言。<br />
; 如果你不能确定，则设为 0 。</p>
<p>apc.write_lock = On<br />
; 是否启用写入锁。<br />
; 在非常繁忙的服务器上，无论是启动服务还是修改文件，<br />
; 都可能由于多个进程企图同时缓存一个文件而导致竞争条件。<br />
; 启用该指令可以避免竞争条件的出现。</p>
<p>apc.rfc1867 = Off<br />
; 打开该指令后，对于每个恰好在file字段之前含有APC_UPLOAD_PROGRESS字段的上传文件，<br />
; APC都将自动创建一个upload_&lt;key&gt;的用户缓存条目(&lt;key&gt;就是APC_UPLOAD_PROGRESS字段值)。<br />
; 需要注意的是，文件上传跟踪在这里并不是线程安全的，<br />
; 所以如果老文件尚未上载完毕且新文件已经开始上载，那么将丢失对老文件的跟踪。</p>
<p>apc.rfc1867_prefix = “upload_”<br />
; 用于rfc1867上传文件的缓冲项条目名称前缀</p>
<p>apc.rfc1867_name = “APC_UPLOAD_PROGRESS”<br />
; 需要由APC处理的上传文件的rfc1867隐含表单项名称</p>
<p>apc.rfc1867_freq = 0<br />
; 用户rfc1867上传文件缓存项的更新频率。<br />
; 取值可以是总文件大小的百分比，或者以&#8217;K',&#8217;M',&#8217;G'结尾的绝对尺寸。<br />
; 0 表示尽可能快的更新，不过这样可能会导致运行速度下降。</p>
<p>apc.localcache = Off<br />
; 是否使用非锁定本地进程shadow-cache ，它可以减少了向缓冲区写入时锁之间的竞争。</p>
<p>apc.localcache.size = 512<br />
; 本地进程的shadow-cache，应当设为一个足够大的值，大约相当于num_files_hint的一半。</p>
<p>apc.stat_ctime = Off<br />
; 尚无文档</p>
<p>[bcmath]<br />
; 为任意精度数学计算提供了二进制计算器(Binary Calculator)，<br />
; 它支持任意大小和精度的数字，以字符串形式描述。</p>
<p>bcmath.scale = 0<br />
; 用于所有bcmath函数的10十进制数的个数</p>
<p>[GD]</p>
<p>gd.jpeg_ignore_warning = Off<br />
; 是否忽略jpeg解码器的警告信息(比如无法识别图片格式)。<br />
; 有image/jpeg与image/pjpeg两种MIME类型，GD库只能识别前一种传统格式。<br />
; 参见：http://twpug.net/modules/newbb/viewtopic.php?topic_id=1867&amp;forum=14<br />
; http://bugs.php.net/bug.php?id=29878<br />
; http://www.faqs.org/faqs/jpeg-faq/part1/section-11.html</p>
<p>[Filter]<br />
; 对来源不可靠的数据进行确认和过滤，本扩展模块是实验性的。</p>
<p>filter.default = “unsafe_raw”<br />
; 使用指定的过滤器过滤$_GET,$_POST,$_COOKIE,$_REQUEST数据，<br />
; 原始数据可以通过input_get()函数访问。<br />
; “unsafe_raw”表示不做任何过滤。</p>
<p>filter.default_flags =<br />
; filter_data()函数的默认标志。</p>
<p>[mbstring]<br />
;多字节字符串模块支持</p>
<p>mbstring.language = “neutral”<br />
; 默认的NLS(本地语言设置)，可设置值如下：<br />
; 默认值”neutral”表示中立，相当于未知。<br />
; “zh-cn”或”Simplified Chinese”表示简体中文<br />
; “zh-tw”或”Traditional Chinese”表示繁体中文<br />
; “uni”或”universal”表示Unicode<br />
; 该指令自动定义了随后的mbstring.internal_encoding指令默认值，<br />
; 并且mbstring.internal_encoding指令必须放置在该指令之后。</p>
<p>mbstring.internal_encoding =<br />
; 本指令必须放置在mbstring.language指令之后。<br />
; 默认的内部编码，未设置时取决于mbstring.language指令的值：<br />
; “neutral” 对应 “ISO-8859-1&#8243;<br />
; “zh-cn” 对应 “EUC-CN” (等价于”GB2312&#8243;)<br />
; “zh-tw” 对应 “EUC-TW” (等价于”BIG5&#8243;)<br />
; “uni” 对应 “UTF-8&#8243;<br />
; 提醒：对于简体中文还可以强制设置为”CP936&#8243; (等价于”GBK”)<br />
; 注意：可能 SJIS, BIG5, GBK 不适合作为内部编码，不过”GB2312&#8243;肯定没问题。<br />
; 建议手动强制指定</p>
<p>mbstring.encoding_translation = Off<br />
; 是否对进入的HTTP请求按照mbstring.internal_encoding指令进行透明的编码转换，<br />
; 也就是自动检测输入字符的编码并将其透明的转化为内部编码。<br />
; 可移植的库或者程序千万不要依赖于自动编码转换。</p>
<p>mbstring.http_input = “pass”<br />
; 默认的HTTP输入编码，”pass”表示跳过(不做转换)<br />
; “aotu”的含义与mbstring.detect_order指令中的解释一样。<br />
; 可以设置为一个单独的值，也可以设置为一个逗号分隔的列表。</p>
<p>mbstring.http_output = “pass”<br />
; 默认的HTTP输出编码，”pass”表示跳过(不做转换)<br />
; “aotu”的含义与mbstring.detect_order指令中的解释一样。<br />
; 可以设置为一个单独的值，也可以设置为一个逗号分隔的列表。<br />
; 必须将output_handler指令设置为”mb_output_handler”才可以。</p>
<p>mbstring.detect_order =<br />
; 默认的编码检测顺序，”pass”表示跳过(不做转换)。<br />
; 默认值(“auto”)随mbstring.language指令的不同而变化：<br />
; “neutral”和”universal” 对应 “ASCII, UTF-8&#8243;<br />
; “Simplified Chinese” 对应 “ASCII, UTF-8, EUC-CN, CP936&#8243;<br />
; “Traditional Chinese” 对应 “ASCII, UTF-8, EUC-TW, BIG-5&#8243;<br />
; 建议在可控环境下手动强制指定一个单一值</p>
<p>mbstring.func_overload = 0<br />
; 自动使用 mb_* 函数重载相应的单字节字符串函数。<br />
; 比如：mail(), ereg() 将被自动替换为mb_send_mail(), mb_ereg()<br />
; 可用 0,1,2,4 进行位组合。比如7表示替换所有。具体替换说明如下：<br />
; 0: 无替换<br />
; 1: mail() → mb_send_mail()<br />
; 2: strlen() → mb_strlen() ; substr() → mb_substr()<br />
; strpos() → mb_strpos() ; strrpos() → mb_strrpos()<br />
; strtolower() → mb_strtolower() ; strtoupper() → mb_strtoupper()<br />
; substr_count() → mb_substr_count()<br />
; 4: ereg() → mb_ereg() ; eregi() → mb_eregi()<br />
; ereg_replace() → mb_ereg_replace() ; eregi_replace() → mb_eregi_replace()<br />
; split() → mb_split()</p>
<p>mbstring.script_encoding =<br />
; 脚本所使用的编码</p>
<p>mbstring.strict_detection = Off<br />
; 是否使用严谨的编码检测</p>
<p>mbstring.substitute_character =<br />
; 当某个字符无法解码时，就是用这个字符替代。<br />
; 若设为一个整数则表示对应的Unicode值，不设置任何值表示不显示这个错误字符。<br />
; 建议设为”□”</p>
<p>[Mcrypt]<br />
; 一个mcrypt库的接口，该库支持许多种块加密算法。<br />
; 不建议使用该模块，因为毛病太多，建议在数据库层进行加密。</p>
<p>mcrypt.algorithms_dir =<br />
; 默认的加密算法模块所在目录。通常是”/usr/local/lib/libmcrypt”。<br />
; 目前尚无详细说明文档，此处的解释可能是错误的。</p>
<p>mcrypt.modes_dir =<br />
; 默认的加密模式模块所在目录。通常是”/usr/local/lib/libmcrypt”。<br />
; 目前尚无说明文档，此处的解释可能是错误的。</p>
<p>[Memcache-2.2.2]<br />
; 一个高性能的分布式的内存对象缓存系统，通过在内存里维护一个统一的巨大的hash表，<br />
; 它能够用来存储各种格式的数据，包括图像、视频、文件以及数据库检索的结果等。</p>
<p>memcache.allow_failover = On<br />
; 是否在遇到错误时透明地向其他服务器进行故障转移。</p>
<p>memcache.chunk_size = 8192<br />
; 数据将按照此值设定的块大小进行转移。此值越小所需的额外网络传输越多。<br />
; 如果发现无法解释的速度降低，可以尝试将此值增加到32768。</p>
<p>memcache.default_port = 11211<br />
; 连接到memcached服务器时使用的默认TCP端口。</p>
<p>memcache.max_failover_attempts = 20<br />
; 接受和发送数据时最多尝试多少个服务器，进在打开memcache.allow_failover时有效。</p>
<p>memcache.hash_strategy = “standard”<br />
; 控制将key映射到server的策略。默认值”standard”表示使用先前版本的老hash策略。<br />
; 设为”consistent”可以允许在连接池中添加/删除服务器时不必重新计算key与server之间的映射关系。</p>
<p>memcache.hash_function = “crc32&#8243;<br />
; 控制将key映射到server的散列函数。默认值”crc32&#8243;使用CRC32算法，而”fnv”则表示使用FNV-1a算法。<br />
; FNV-1a比CRC32速度稍低，但是散列效果更好。</p>
<p>[Zlib]<br />
; 该模块允许PHP透明的读取和写入gzip(.gz)压缩文件。</p>
<p>zlib.output_compression = Off<br />
; 是否使用zlib库透明地压缩脚本输出结果。<br />
; 该指令的值可以设置为：Off、On、字节数(压缩缓冲区大小，默认为4096)。<br />
; 如果打开该指令，当浏览器发送”Accept-Encoding: gzip(deflate)”头时，<br />
; “Content-Encoding: gzip(deflate)”和”Vary: Accept-Encoding”头将加入到应答头当中。<br />
; 你可以在应答头输出之前用ini_set()函数在脚本中启用或禁止这个特性。<br />
; 如果输出一个”Content-Type: image/??”这样的应答头，压缩将不会启用(为了防止Netscape的bug)。<br />
; 你可以在输出”Content-Type: image/??”之后使用”ini_set(&#8216;zlib.output_compression&#8217;, &#8216;On&#8217;)”重新打开这个特性。<br />
; 注意1: 压缩率会受压缩缓冲区大小的影响，如果你想得到更好的压缩质量，请指定一个较大的压缩缓冲区。<br />
; 注意2: 如果启用了zlib输出压缩，output_handler指令必须为空，同时必须设置zlib.output_handler指令的值。</p>
<p>zlib.output_compression_level = -1<br />
; 压缩级别，可用值为 0~9 ，0表示不压缩。值越高效果越好，但CPU占用越多，建议值为1~5。<br />
; 默认值 -1 表示使用zlib内部的默认值(6)。</p>
<p>zlib.output_handler =<br />
; 在打开zlib.output_compression指令的情况下，你只能在这里指定输出处理器。<br />
; 可以使用的处理器有”zlib.inflate”(解压)或”zlib.deflate”(压缩)。<br />
; 如果启用该指令则必须将output_handler指令设为空。</p>
<p>[dbx]<br />
; 一个数据库抽象层，为不同数据库提供了统一的接口。目前支持：<br />
; FrontBase,SQL Server,MySQL,ODBC,PostgreSQL,Sybase-CT,Oracle 8,SQLite</p>
<p>dbx.colnames_case = “unchanged”<br />
; 字段名可以按照”unchanged”或”uppercase”,”lowercase”方式返回。</p>
<p>[MySQLi]<br />
; MySQLi模块只能与4.1.3以上版本的MySQL一起工作。</p>
<p>mysqli.max_links = -1<br />
; 每个进程中允许的最大连接数(持久和非持久)。-1 代表无限制</p>
<p>mysqli.default_port = 3306<br />
; mysqli_connect()连接到MySQL数据库时使用的默认TCP端口。<br />
; 如果没有在这里指定默认值，将按如下顺序寻找：<br />
; (1)$MYSQL_TCP_PORT环境变量<br />
; (2)/etc/services文件中的mysql-tcp项(unix)<br />
; (3)编译时指定的MYSQL_PORT常量<br />
; 注意：Win32下，只使用MYSQL_PORT常量。</p>
<p>mysqli.default_socket =<br />
; mysqli_connect()连接到本机MySQL服务器时所使用的默认套接字名。<br />
; 若未指定则使用内置的MqSQL默认值。</p>
<p>mysqli.default_host =<br />
; mysqli_connect()连接到MySQL数据库时使用的默认主机。安全模式下无效。</p>
<p>mysqli.default_user =<br />
; mysqli_connect()连接到MySQL数据库时使用的默认用户名。安全模式下无效。</p>
<p>mysqli.default_pw =<br />
; mysqli_connect()连接到MySQL数据库时使用的默认密码。安全模式下无效。<br />
; 在配置文件中保存密码是个坏主意，任何使用PHP权限的用户都可以运行<br />
; &#8216;echo cfg_get_var(“mysql.default_password”)&#8217;来显示密码!<br />
; 而且任何对该配置文件有读权限的用户也能看到密码。</p>
<p>mysqli.reconnect = Off<br />
; 是否允许重新连接</p>
<p>[PostgresSQL]<br />
;PostgresSQL模块建议与8.0以上版本一起工作。</p>
<p>pgsql.allow_persistent = On<br />
; 是否允许持久连接</p>
<p>pgsql.max_persistent = -1<br />
; 每个进程中允许的最大持久连接数。-1 代表无限制。</p>
<p>pgsql.max_links = -1<br />
; 每个进程中允许的最大连接数(持久和非持久)。-1 代表无限制。</p>
<p>pgsql.auto_reset_persistent = Off<br />
; 自动复位在pg_pconnect()上中断了的持久连接，检测需要一些额外开销。</p>
<p>pgsql.ignore_notice = Off<br />
; 是否忽略PostgreSQL后端的提醒消息。<br />
; 记录后端的提醒消息需要一些很小的额外开销。</p>
<p>pgsql.log_notice = Off<br />
; 是否在日志中记录PostgreSQL后端的提醒消息。<br />
; 仅在pgsql.ignore_notice=Off时，才可以记录。</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwin2003phphuanjingdajian.html&from=http%3A%2F%2Fwww.5years.net%2Fphp-ini.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Win2003 IIS+PHP+Mysql+Zend+phpmyadmin环境组建教程</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwinvpssxwpwjt.html&from=http%3A%2F%2Fwww.5years.net%2Fphp-ini.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">WinVPS实现WP伪静态的一个方法</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fgglianmeng.html&from=http%3A%2F%2Fwww.5years.net%2Fphp-ini.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关于php与js轮播代码实例</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fbaoyang.html&from=http%3A%2F%2Fwww.5years.net%2Fphp-ini.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;"> G杯杨伊湄“开价”包养</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fswf.html&from=http%3A%2F%2Fwww.5years.net%2Fphp-ini.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">硕思闪客精灵 破解版</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.5years.net/php-ini.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>浅谈四种可能会影响网站排名的因素</title>
		<link>http://www.5years.net/wangzhanpaiming.html</link>
		<comments>http://www.5years.net/wangzhanpaiming.html#comments</comments>
		<pubDate>Sun, 12 Feb 2012 18:07:06 +0000</pubDate>
		<dc:creator>泊客</dc:creator>
				<category><![CDATA[引擎优化]]></category>
		<category><![CDATA[网站排名]]></category>

		<guid isPermaLink="false">http://www.5years.net/?p=327</guid>
		<description><![CDATA[朋友经常会看见一些站友抱怨自己网站排名上升困难或长时间不升也不降的帖子。那究竟是那些因素决定着网站排名好坏的呢?下面笔者就来浅谈一下个人觉得会影响网站排名的四点因素，希望对遇到上述问题的站友有所帮助，好，废话不多说，开始上正文! 　　直接影响排名因素 　　一：好的网站内容等于好的网站排名 　　现在的搜索引擎算法越来越人性化，它会更站在网民的角度来审视一个网站的好坏，正因如此，所以才有老生常说“内容为王，外链为皇”。想要有高质量且可读性高的内容，那就得避免采集内容和使用伪原创软件，因为采集来的内容对于收录而言不友好，而且对于网站提升权重方面也没多大帮助。另外还有一些站长为了省事就大量的利用软件来伪原创内容，其实这样做有一个很大的弊端，因为软件毕竟是软件，它只是机械的来替换一些文字而已，伪原创出来的文章可读性极低，极大的影响了用户体验，减少了访客停留页面时间，这样就会造成网站排名不佳或倒退的现象发生。 　　二：高质量的外链能撑起排名的半边天 　　网站想要有稳定的排名，只进行内部优化是不行的，还得“外敷加内服”才行，所谓的“外敷”当然就是外链啦，但是外链并不一定是数量越多就越好，通常情况下质量绝对比数量更重要，那到底什么样外链质量才高呢?笔者在这里就推荐给大家几类我常做的高质量外链，首先不得不说百度相关产品，比如说百度知道或百度百科等，这类外链虽然难做，但一旦成功一条外链绝对顶上百条垃圾外链的效果。另外软文的效果也是不可忽视的，不过这个得我们有耐心耐心才行。最后常去一些和自己网站内容相关却高权重的BBS发布签名外链也是不错的选择。 　　间接影响排名因素 　　三：网站被分享次数有可能决定网站排名 　　近期咱们站长在site:自己网站时都会发现，在网站快照日期后面多了一个大拇指图标后面还有一串数字(当然这仅限于添加过百度分享代码的网站)，没错，这就是近日谈论得非常火的百度分享，很多站长都说这个分享数量的高低很有可能会影响到网站关键字的排名，但也有站长说有可能这只是昙花一现，究竟如何，笔者在此也不好下结论，但是经过一段时间的观察，笔者发现确实分享数量多的网站排名普遍高于同类型网站。 　　四：流量可能决定网站排名高低 　　关于这个猜想，笔者曾使用过两个小站做过一次实验，在内容和网站程序关键字都完全一样的情况下，流量高的一个站排名远远高于流量低的站。当然也并不是让你们去刷流量，因为这样做后一旦被百度发现，后果是不堪设想的，我想告诉咱们站长的是，与其每天都100%的去研究优化网站何不用这些时间多去一些论坛或QQ群推广一下自己的网站多换来几个流量，这样一旦流量稳定后，排名也就自然上来了。 　　好了，本文今天就先分析到此，笔者在此谢谢大家的耐心阅读，如果有发现本文存在错误之处请在下方留言。<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fpaimingboke.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">三个月把个人博客Alexa排名做进10万</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangzhanxinlixue.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">站长必备8个网站心理学的知识点</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Ftest.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">7种方法吸引博客读者评论</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E6%25B7%2598%25E5%25AE%259D%25E7%25BD%2591%25E5%25BA%2597%25E9%2594%2580%25E5%2594%25AE%25E6%258A%2580%25E5%25B7%25A7.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">淘宝网店销售技巧</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Ftuiguanglibi.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">对比主流的网站推广方式的利弊</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>朋友经常会看见一些站友抱怨自己<span class='wp_keywordlink_affiliate'><a href="http://www.5years.net/tag/%e7%bd%91%e7%ab%99%e6%8e%92%e5%90%8d" title="查看 网站排名 中的全部文章" target="_blank">网站排名</a></span>上升困难或长时间不升也不降的帖子。那究竟是那些因素决定着<span class='wp_keywordlink_affiliate'><a href="http://www.5years.net/tag/%e7%bd%91%e7%ab%99%e6%8e%92%e5%90%8d" title="查看 网站排名 中的全部文章" target="_blank">网站排名</a></span>好坏的呢?下面笔者就来浅谈一下个人觉得会影响网站排名的四点因素，希望对遇到上述问题的站友有所帮助，好，废话不多说，开始上正文!</p>
<p>　<strong>　直接影响排名因素</strong></p>
<p>　　一：好的网站内容等于好的网站排名</p>
<p>　　现在的搜索引擎算法越来越人性化，它会更站在网民的角度来审视一个网站的好坏，正因如此，所以才有老生常说“内容为王，外链为皇”。想要有高质量且可读性高的内容，那就得避免采集内容和使用伪原创软件，因为采集来的内容对于收录而言不友好，而且对于网站提升权重方面也没多大帮助。另外还有一些站长为了省事就大量的利用软件来伪原创内容，其实这样做有一个很大的弊端，因为软件毕竟是软件，它只是机械的来替换一些文字而已，伪原创出来的文章可读性极低，极大的影响了用户体验，减少了访客停留页面时间，这样就会造成网站排名不佳或倒退的现象发生。</p>
<p>　　二：高质量的外链能撑起排名的半边天</p>
<p>　　网站想要有稳定的排名，只进行内部优化是不行的，还得“外敷加内服”才行，所谓的“外敷”当然就是外链啦，但是外链并不一定是数量越多就越好，通常情况下质量绝对比数量更重要，那到底什么样外链质量才高呢?笔者在这里就推荐给大家几类我常做的高质量外链，首先不得不说百度相关产品，比如说百度知道或百度百科等，这类外链虽然难做，但一旦成功一条外链绝对顶上百条垃圾外链的效果。另外软文的效果也是不可忽视的，不过这个得我们有耐心耐心才行。最后常去一些和自己网站内容相关却高权重的BBS发布签名外链也是不错的选择。</p>
<p>　<strong>　间接影响排名因素</strong></p>
<p>　　三：网站被分享次数有可能决定网站排名</p>
<p>　　近期咱们站长在site:自己网站时都会发现，在网站快照日期后面多了一个大拇指图标后面还有一串数字(当然这仅限于添加过百度分享代码的网站)，没错，这就是近日谈论得非常火的百度分享，很多站长都说这个分享数量的高低很有可能会影响到网站关键字的排名，但也有站长说有可能这只是昙花一现，究竟如何，笔者在此也不好下结论，但是经过一段时间的观察，笔者发现确实分享数量多的网站排名普遍高于同类型网站。</p>
<p>　　四：流量可能决定网站排名高低</p>
<p>　　关于这个猜想，笔者曾使用过两个小站做过一次实验，在内容和网站程序关键字都完全一样的情况下，流量高的一个站排名远远高于流量低的站。当然也并不是让你们去刷流量，因为这样做后一旦被百度发现，后果是不堪设想的，我想告诉咱们站长的是，与其每天都100%的去研究优化网站何不用这些时间多去一些论坛或QQ群推广一下自己的网站多换来几个流量，这样一旦流量稳定后，排名也就自然上来了。</p>
<p>　　好了，本文今天就先分析到此，笔者在此谢谢大家的耐心阅读，如果有发现本文存在错误之处请在下方留言。</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fpaimingboke.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">三个月把个人博客Alexa排名做进10万</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangzhanxinlixue.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">站长必备8个网站心理学的知识点</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Ftest.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">7种方法吸引博客读者评论</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E6%25B7%2598%25E5%25AE%259D%25E7%25BD%2591%25E5%25BA%2597%25E9%2594%2580%25E5%2594%25AE%25E6%258A%2580%25E5%25B7%25A7.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">淘宝网店销售技巧</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Ftuiguanglibi.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">对比主流的网站推广方式的利弊</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.5years.net/wangzhanpaiming.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>《斯巴达克斯：复仇》第二季出来哟</title>
		<link>http://www.5years.net/sibadakesi.html</link>
		<comments>http://www.5years.net/sibadakesi.html#comments</comments>
		<pubDate>Sat, 04 Feb 2012 10:34:02 +0000</pubDate>
		<dc:creator>泊客</dc:creator>
				<category><![CDATA[生活碎语]]></category>
		<category><![CDATA[《斯巴达克斯：复仇》第二季]]></category>
		<category><![CDATA[斯巴达克斯]]></category>

		<guid isPermaLink="false">http://www.5years.net/?p=325</guid>
		<description><![CDATA[      之前观看了斯巴达克斯的第一季，和前传，感觉灰常好看的。            期待好久的片子终于出来了，又开始了煎熬了，现在发布第二季第一集，和播放时间表，大家一起观看吧。我有时间的话，发布后面的内容吧。喜欢的要支持下我哟 下载地址： 《斯巴达克斯：复仇》第一集 总集数    集数             播出时间                       title 14        2&#215;01        27/Jan/2012        Fugitivus        15        2&#215;02        03/Feb/2012        A Place in This World      [...]<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fswf.html&from=http%3A%2F%2Fwww.5years.net%2Fsibadakesi.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">硕思闪客精灵 破解版</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwordpresslianjie.html&from=http%3A%2F%2Fwww.5years.net%2Fsibadakesi.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">WordPress 博客关键词自动链接插件</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwin2003phphuanjingdajian.html&from=http%3A%2F%2Fwww.5years.net%2Fsibadakesi.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Win2003 IIS+PHP+Mysql+Zend+phpmyadmin环境组建教程</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fbaoyang.html&from=http%3A%2F%2Fwww.5years.net%2Fsibadakesi.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;"> G杯杨伊湄“开价”包养</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fnicewords.html&from=http%3A%2F%2Fwww.5years.net%2Fsibadakesi.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">nicewords使用方法以及采集</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>      之前观看了<span class='wp_keywordlink_affiliate'><a href="http://www.5years.net/tag/%e6%96%af%e5%b7%b4%e8%be%be%e5%85%8b%e6%96%af" title="查看 斯巴达克斯 中的全部文章" target="_blank">斯巴达克斯</a></span>的第一季，和前传，感觉灰常好看的。     </p>
<p>      期待好久的片子终于出来了，又开始了煎熬了，现在发布第二季第一集，和播放时间表，大家一起观看吧。我有时间的话，发布后面的内容吧。喜欢的要支持下我哟</p>
<p>下载地址： <a title="《斯巴达克斯：复仇》第一集" href="thunder://QUFlZDJrOi8vfGZpbGV8y7mwzbTvv8vLuaO6uLSz8C5TcGFydGFjdXMuVmVuZ2VhbmNlLlMwMkUwMS5DaGlfRW5nLkhSLUhEVFYuQUMzLjEwMjRYNTc2LVlZZVRzyMvIy9OwytMubWt2fDcwODIxMDY0NnwzN0JGQjQ5Q0M0OUNFN0Y4RUMzMTg4RjIzRTNFMDg5QXxoPTJFUVFPTlRWUVQ0SFg3SVUzNVJNTFhHNkdBMlBZRzVCfC9aWg==">《斯巴达克斯：复仇》第一集</a></p>
<p><span style="color: #006400;"><span style="color: #0000ff;">总集数    集数             播出时间                       title<br />
14        2&#215;01        27/Jan/2012        Fugitivus       <br />
15        2&#215;02        03/Feb/2012        A Place in This World       <br />
16        2&#215;03        10/Feb/2012        The Greater Good       <br />
17        2&#215;04        17/Feb/2012        Empty Hands       <br />
18        2&#215;05        24/Feb/2012        Libertus       <br />
19        2&#215;06        02/Mar/2012        Chosen Path       <br />
20        2&#215;07        09/Mar/2012        Sacramentum       <br />
21        2&#215;08        16/Mar/2012        Balance       <br />
22        2&#215;09        23/Mar/2012        Monsters       <br />
23        2&#215;10        30/Mar/2012        Wraths of the Gods        </span></span></p>
<p>注: 以下均为美国播出时间 国内次日上午出片</p>
<p><strong><span style="color: #ff0000;"><span style="font-size: medium;">注：此播放时间为美国时间</span></span></strong></p>
<p>以下引自百度百科<br />
<a href="http://baike.baidu.com/view/2299979.htm?fr=ala0_1" target="_blank">中美时差</a>（点击进入）</p>
<p>　　中美时差，一般是指北京时间和美国东部时间或西部时间的时差。当美国实行夏时制时，北京时间比美国东部（简称为E.T.)时间正好早12个小时。非夏时制时，北京时间比美国东部时间早13个小时。因此中美时差分为中美标准时差和中美夏令时时差。因为中国只有一个时间标准，即北京时间。北京时间在东八区，真正的北京时间地理位置是陕西省西安市临潼区书院东路3号。而美国采用夏冬双时制，一个是夏令时，一个是冬令时（即标准时）。夏令时比标准时早一个小时。美国从2007年起修正时令，夏令时在每年三月的第二个星期日，冬令时在每年十一月的第一个星期日。亚利桑那州、印第安娜州、夏威夷州不使用夏时制。美国自东海岸至西海岸横跨西五区至西十区，共六个时区。</p>
<p>一、东部时间——EASTERN TIME（ET） (西五区时间) 华盛顿特区、纽约、波士顿、亚特兰大、费城、迈阿密等在此时区。<br />
二、中部时间——CENTRAL TIME（CT） (西六区时间) 芝加哥、圣路易斯、新奥尔良、休斯顿等在此时区。<br />
三、山地时间——MOUNTAIN TIME（MT） (西七区时间) 丹佛、凤凰城、盐湖城等在此时区。<br />
四、太平洋时间——pacific time zone（PST）(西八区时间) 洛杉矶、旧金山、圣地亚哥、拉斯维加斯、西雅图等在此时区。<br />
五、阿拉斯加-夏威夷时间——Alaska-Hawaii time (西九区时间和西十区时间) 阿拉斯加和夏威夷等在此时区。</p>
<p>　　北京时间=美国时间+时差（因为北京时间早于美国时间）<br />
　　中美标准时差，即美国标准时间与北京时间的时差：<br />
　　1、东部时间：-13<br />
　　2、中部时间：-14<br />
　　3、山地时间：-15<br />
　　4、太平洋时间：-16<br />
　　5、阿拉斯加-夏威夷时间：-18</p>
<p>　　中美夏令时时差，即美国夏令时间与北京时间的时差： （夏令时比标准时间早一个小时）<br />
　　1、东部时间：-12<br />
　　2、中部时间：-13<br />
　　3、山地时间：-14<br />
　　4、太平洋时间：-15<br />
　　5、阿拉斯加-夏威夷时间：-17</p>
<p>　　美国时区简称：东部(EST/EDT)，中部(CST/MDT)，山地(MST/MDT)，太平洋(PST/PDT)，阿拉斯加(AKST/AKDT)，夏威夷(HST/HST)<br />
　　ST是Standard Time（标准时间）；DT是Daylight Time（标准时间）。</p>
<p>&nbsp;</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fmenshijian.html&from=http%3A%2F%2Fwww.5years.net%2Fsibadakesi.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">韩国女星XX事件第2波组图，你懂的</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E7%25A1%2595%25E6%2580%259D%25E9%2597%25AA%25E5%25AE%25A2%25E7%25B2%25BE%25E7%2581%25B5-%25E7%25A0%25B4%25E8%25A7%25A3%25E7%2589%2588.html&from=http%3A%2F%2Fwww.5years.net%2Fsibadakesi.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">硕思闪客精灵 破解版</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fyardvps.html&from=http%3A%2F%2Fwww.5years.net%2Fsibadakesi.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">YardVPS 2011年7月 72小时限时8折优惠码</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fnicewords.html&from=http%3A%2F%2Fwww.5years.net%2Fsibadakesi.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">nicewords使用方法以及采集</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.5years.net/sibadakesi.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>如何为wordpress创建个性十足且用户友好的404页</title>
		<link>http://www.5years.net/wp404.html</link>
		<comments>http://www.5years.net/wp404.html#comments</comments>
		<pubDate>Wed, 04 Jan 2012 14:43:34 +0000</pubDate>
		<dc:creator>泊客</dc:creator>
				<category><![CDATA[wp技术]]></category>
		<category><![CDATA[推广策划]]></category>
		<category><![CDATA[404页面]]></category>
		<category><![CDATA[如何做404页面]]></category>

		<guid isPermaLink="false">http://www.5years.net/?p=322</guid>
		<description><![CDATA[作为站长，我会犯错，你会犯错，我们都会犯错。有些错误我们可通过一个404错误页面来解决。一般来说，这个页面会出现以下提示：“404错误：对不起，您找的文件/页面不存在。”此类页面对增加用户体验无任何的帮助，那么如何才能设计出更友好的404页面呢? 　　404页面不仅仅是为了给网站用户指出问题所在，你还需要为他们提供一个可行的解决方案。 　　在wordpress的默认主题kubrick中，404页面做得既简单又难看，相信你的也不会太好。本文将手把手教你制作出一个优秀的404页面。 　　其实，一个好404页在设计上并不复杂，目的是帮助网站用户找到他们想要的信息，并继续浏览你的网站。废话不多说了，我们开始吧! 　　假设你是网站的访问者。 　　假设你自己是网站的用户，到达了404页面，肯定是因为你希望找到别的什么信息，否则不可能来到这里。所以，有几件事情你绝对不能做： 　　第一，认为人们很可能是点击网站的某处链接才到达的404错误页。如果真是如此，谁该为此事负责?他们?不，是你-站长。 　　第二，要让404页的设计样式与网站上的其它页面保持一致。有些站长喜欢别出心裁，不考虑用户的接受能力。例如，有位站长将此页设计成了常见的windows蓝屏，结果却不太好，人们纷纷逃离他的网站。 　　第三，如果你打算开个玩笑，就像上面提到的蓝屏设计，最好保证每个人都能接受它。 　　让我们来设计一个完美的404错误页 　　Ok，既然知道了不要做什么，你也需要知道用户到你的网站是想寻找一些特定的内容，通常他们是跟随某个链接来到这里的。现在，作为站长的你，需要提供各种方法帮助他们达到目的。 在上面几个404页中， conversion rate experts网站的设计我最喜欢，同时它也激发了我的灵感。 　　它提供了4个选项去帮助用户： 　　1、重新搜索 　　2、检查是否存在链接拼写错误。 　　3、在网站地图里查找。 　　4、返回到网站首页。 　　apple官网直接将网站地图呈现给用户，这个思路也很不错。你可以根据喜好来选择其中一个。 　　我建议你选用conversion rate experts的404解决方案，而且设计上也很容易实现，我就不一一赘述了。这里，我还要增加一项：显示与用户输入的url网址相关的一些网页的列表。为了实现这个功能，我们得研究分析下这个url地址，看看能否发现点什么： 　　一个404错误页能为人们提供什么有用的数据? 　　许多站长会认为404页是个死角。其实不然，它能提供许多有用的数据可以帮助你了解网站用户的搜索意图。让我们研究下url地址：域名/后面的所有的字符会提示你用户想要找什么。 　　令人高兴的是，wordpress系统存储了这个信息，你可以通过变量$wp_query-&#62;query_vars['name']找到它。这个wp_query类函数存贮的是经过一系列处理后的规范化的网址，我们可以利用这些信息来构建你的404页面。 　　首先，让我们检查下是否存在与$wp_query-&#62;query_vars['name']变量中的页面名称直接匹配的页面。   $s = $wp_query-&#62;query_vars['name']; $s = preg_replace("/(.*)-(html&#124;htm&#124;php&#124;asp&#124;aspx)$/","$1",$s); $posts = query_posts( array( 'post_type' =&#62; 'any', 'name' =&#62; $s) ); 如果上述语句没有输出结果，你需要使用str_replace()函数将$s字符串中的“-”用空格去掉，再进行一次搜索。当我们再次利用$s变量时，要把它放在if语句的外面以检查之前的查询是否有结果产生。 $s = str_replace("-"," ",$s); if (count($posts) == 0) [...]<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwordpresslianjie.html&from=http%3A%2F%2Fwww.5years.net%2Fwp404.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">WordPress 博客关键词自动链接插件</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fzhanzhangad.html&from=http%3A%2F%2Fwww.5years.net%2Fwp404.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">站长如何做AD更有效</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangluoshouchangjia.html&from=http%3A%2F%2Fwww.5years.net%2Fwp404.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">浅谈网络收藏夹之外链的广泛性问题</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwordpressguanggao.html&from=http%3A%2F%2Fwww.5years.net%2Fwp404.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Wordpress添加广告位方法</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fpaimingboke.html&from=http%3A%2F%2Fwww.5years.net%2Fwp404.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">三个月把个人博客Alexa排名做进10万</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>作为站长，我会犯错，你会犯错，我们都会犯错。有些错误我们可通过一个404错误页面来解决。一般来说，这个页面会出现以下提示：“404错误：对不起，您找的文件/页面不存在。”此类页面对增加用户体验无任何的帮助，那么如何才能设计出更友好的<span class='wp_keywordlink_affiliate'><a href="http://www.5years.net/tag/404%e9%a1%b5%e9%9d%a2" title="查看 404页面 中的全部文章" target="_blank">404页面</a></span>呢?</p>
<p>　　<span class='wp_keywordlink_affiliate'><a href="http://www.5years.net/tag/404%e9%a1%b5%e9%9d%a2" title="查看 404页面 中的全部文章" target="_blank">404页面</a></span>不仅仅是为了给网站用户指出问题所在，你还需要为他们提供一个可行的解决方案。</p>
<p>　　在wordpress的默认主题kubrick中，404页面做得既简单又难看，相信你的也不会太好。本文将手把手教你制作出一个优秀的404页面。</p>
<p>　　其实，一个好404页在设计上并不复杂，目的是帮助网站用户找到他们想要的信息，并继续浏览你的网站。废话不多说了，我们开始吧!</p>
<p>　<strong>　假设你是网站的访问者。</strong></p>
<p>　　假设你自己是网站的用户，到达了404页面，肯定是因为你希望找到别的什么信息，否则不可能来到这里。所以，有几件事情你绝对不能做：</p>
<p>　　第一，认为人们很可能是点击网站的某处链接才到达的404错误页。如果真是如此，谁该为此事负责?他们?不，是你-站长。</p>
<p>　　第二，要让404页的设计样式与网站上的其它页面保持一致。有些站长喜欢别出心裁，不考虑用户的接受能力。例如，有位站长将此页设计成了常见的windows蓝屏，结果却不太好，人们纷纷逃离他的网站。</p>
<p>　　第三，如果你打算开个玩笑，就像上面提到的蓝屏设计，最好保证每个人都能接受它。</p>
<p>　<strong>　让我们来设计一个完美的404错误页</strong></p>
<p>　　Ok，既然知道了不要做什么，你也需要知道用户到你的网站是想寻找一些特定的内容，通常他们是跟随某个链接来到这里的。现在，作为站长的你，需要提供各种方法帮助他们达到目的。</p>
<p>在上面几个404页中， conversion rate experts网站的设计我最喜欢，同时它也激发了我的灵感。</p>
<p><strong>　　它提供了4个选项去帮助用户：</strong></p>
<p>　　1、重新搜索</p>
<p>　　2、检查是否存在链接拼写错误。</p>
<p>　　3、在网站地图里查找。</p>
<p>　　4、返回到网站首页。</p>
<p>　　apple官网直接将网站地图呈现给用户，这个思路也很不错。你可以根据喜好来选择其中一个。</p>
<p>　　我建议你选用conversion rate experts的404解决方案，而且设计上也很容易实现，我就不一一赘述了。这里，我还要增加一项：显示与用户输入的url网址相关的一些网页的列表。为了实现这个功能，我们得研究分析下这个url地址，看看能否发现点什么：</p>
<p>　　<strong>一个404错误页能为人们提供什么有用的数据?</strong></p>
<p>　　许多站长会认为404页是个死角。其实不然，它能提供许多有用的数据可以帮助你了解网站用户的搜索意图。让我们研究下url地址：域名/后面的所有的字符会提示你用户想要找什么。</p>
<p>　　令人高兴的是，wordpress系统存储了这个信息，你可以通过变量$wp_query-&gt;query_vars['name']找到它。这个wp_query类函数存贮的是经过一系列处理后的规范化的网址，我们可以利用这些信息来构建你的404页面。</p>
<p>　　首先，让我们检查下是否存在与$wp_query-&gt;query_vars['name']变量中的页面名称直接匹配的页面。</p>
<blockquote>
<pre> </pre>
<pre> $s = $wp_query-&gt;query_vars['name'];</pre>
<pre> $s = preg_replace("/(.*)-(html|htm|php|asp|aspx)$/","$1",$s);</pre>
<pre> $posts = query_posts( array( 'post_type' =&gt; 'any', 'name' =&gt; $s) );</pre>
<p>如果上述语句没有输出结果，你需要使用str_replace()函数将$s字符串中的“-”用空格去掉，再进行一次搜索。当我们再次利用$s变量时，要把它放在if语句的外面以检查之前的查询是否有结果产生。</p>
<pre> $s = str_replace("-"," ",$s);</pre>
<pre> if (count($posts) == 0) {</pre>
<pre>   $posts = query_posts(array( array('post_type' =&gt; 'any', 'name' =&gt; $s) );</pre>
<pre> }</pre>
<p>现在，我们得到了一些输出结果，它们是一些与用户之前输入的网址相关的日志，至少，我们认为是相关的，用下面的语句将其以列表的形式显示出来：</p>
<pre> if (count($posts) &gt; 0) {</pre>
<pre>   echo "&lt;p&gt;Were you looking for &lt;strong&gt;one of the following&lt;/strong&gt; posts</pre>
<pre>     or pages?&lt;/p&gt;";</pre>
<pre>   echo "&lt;ul&gt;";</pre>
<pre>   foreach ($posts as $post) {</pre>
<pre>     echo '&lt;li&gt;';</pre>
<pre>     echo '&lt;a href="'.get_permalink($post-&gt;ID).'"&gt;'.$post-&gt;post_title.'&lt;/a&gt;';</pre>
<pre>     echo '&lt;/li&gt;';</pre>
<pre>   }</pre>
<pre>   echo "&lt;/ul&gt;";</pre>
<pre> }</pre>
</blockquote>
<p>　　如果你觉得这么做实在太麻烦，可以安装插件smart 404。它实现的功能与上面介绍的差不多。</p>
<p>　　现在一个非常棒的404页就制作完成了，注意如果满足条件的日志太多，你不必一一把它们显示出来，选取一部分即可。另外，404错误还提供了一个有用信息就是the referrer(用户来路)：如果，有人与你网站做了一个错误的网页链接，或者链接到了一个不再存在的页面。所以，你需要做的最后一件事就是：</p>
<p>　　<strong>避免404页面的出现</strong></p>
<p>　　使用google analytics有个好处就是能查看the referrer信息，这样你能发现网站用户的来路。它可以帮助你将url指向合适的网页，也能发现那些与你网站做了错误链接的网站，以便及时通知站长们修正链接地址。</p>
<p>　　另一个不错的跟踪网站404错误的方法就是使用google站长工具。在“诊断-抓取错误”菜单中，google会将你网站中可能的产生404错误的地方逐一地标示出来：</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwordpresslianjie.html&from=http%3A%2F%2Fwww.5years.net%2Fwp404.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">WordPress 博客关键词自动链接插件</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fzhanzhangad.html&from=http%3A%2F%2Fwww.5years.net%2Fwp404.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">站长如何做AD更有效</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangluoshouchangjia.html&from=http%3A%2F%2Fwww.5years.net%2Fwp404.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">浅谈网络收藏夹之外链的广泛性问题</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwordpressguanggao.html&from=http%3A%2F%2Fwww.5years.net%2Fwp404.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Wordpress添加广告位方法</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fpaimingboke.html&from=http%3A%2F%2Fwww.5years.net%2Fwp404.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">三个月把个人博客Alexa排名做进10万</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.5years.net/wp404.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>关于网站前景</title>
		<link>http://www.5years.net/wangzhanqj.html</link>
		<comments>http://www.5years.net/wangzhanqj.html#comments</comments>
		<pubDate>Wed, 04 Jan 2012 14:38:05 +0000</pubDate>
		<dc:creator>泊客</dc:creator>
				<category><![CDATA[生活碎语]]></category>

		<guid isPermaLink="false">http://www.5years.net/?p=320</guid>
		<description><![CDATA[很久未更新了，是因为这段时间不知道做些什么 胡乱的瞎折腾了一翻，不断的买VPS，然后开始郁闷，因为买了以后装完VPS后就不知道做些啥了 于是欢呼一声，我回来了，以后会每天更新三篇，希望大大们过来转转哟<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fbaoyang.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanqj.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;"> G杯杨伊湄“开价”包养</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fmenshijian.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanqj.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">韩国女星XX事件第2波组图，你懂的</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fshuagnpinnet.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanqj.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">8月23日删除的双拼域名</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E4%25BC%25A0%25E9%2597%25BB%25E5%2591%25BC%25E5%2592%258C%25E6%25B5%25A9%25E7%2589%25B9%25E4%25B8%258A%25E7%25A9%25BA%25E5%258F%2591%25E7%258E%25B0%25E4%25B8%258D%25E6%2598%258E%25E9%25A3%259E%25E8%25A1%258C%25E7%2589%25A9.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanqj.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">传闻呼和浩特上空发现不明飞行物</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanqj.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">浅谈四种可能会影响网站排名的因素</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>很久未更新了，是因为这段时间不知道做些什么</p>
<p>胡乱的瞎折腾了一翻，不断的买VPS，然后开始郁闷，因为买了以后装完VPS后就不知道做些啥了</p>
<p>于是欢呼一声，我回来了，以后会每天更新三篇，希望大大们过来转转哟</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fbaoyang.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanqj.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;"> G杯杨伊湄“开价”包养</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fmenshijian.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanqj.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">韩国女星XX事件第2波组图，你懂的</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fshuagnpinnet.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanqj.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">8月23日删除的双拼域名</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E4%25BC%25A0%25E9%2597%25BB%25E5%2591%25BC%25E5%2592%258C%25E6%25B5%25A9%25E7%2589%25B9%25E4%25B8%258A%25E7%25A9%25BA%25E5%258F%2591%25E7%258E%25B0%25E4%25B8%258D%25E6%2598%258E%25E9%25A3%259E%25E8%25A1%258C%25E7%2589%25A9.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanqj.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">传闻呼和浩特上空发现不明飞行物</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangzhanpaiming.html&from=http%3A%2F%2Fwww.5years.net%2Fwangzhanqj.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">浅谈四种可能会影响网站排名的因素</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.5years.net/wangzhanqj.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>互联网创业的3个阶段</title>
		<link>http://www.5years.net/itchuangye.html</link>
		<comments>http://www.5years.net/itchuangye.html#comments</comments>
		<pubDate>Sat, 22 Oct 2011 17:29:06 +0000</pubDate>
		<dc:creator>泊客</dc:creator>
				<category><![CDATA[推广策划]]></category>
		<category><![CDATA[互联网创业]]></category>
		<category><![CDATA[广告联盟]]></category>

		<guid isPermaLink="false">http://www.5years.net/?p=317</guid>
		<description><![CDATA[本文所述的互联网创业是指通过网站创业，我所理解的大致分为3个阶段：1，纯网络广告阶段；2，通过网络销售产品阶段；3，正规站阶段。下面我就简单分析一下。 1：纯网络广告阶段 这个阶段的特点就是利用流量来做一些广告联盟获利，如Google adsense、百度联盟、阿里妈妈、A5联盟、下载联盟等，通常大多数网站做的都是广告联盟，也会有部分站长做下载类广告，能熟知这个阶段各个联盟广告运营模式，需要1年时间。 通过联盟广告盈利最核心是靠流量技巧，而大多数网站通过联盟广告只能补贴空间域名费用。所以直投广告会有比联盟广告更高的收入，但这一切都是以“流量”为前提，CPS最难做，但最容易赚到钱，之前说到的凡客的推广模式，就是把CPS做到极致是一个例子，所以常用的网站就是站群或垃圾站。 2：通过网络销售产品阶段 这个阶段的特点就是竞价，即现实中有产品或代理的产品，通过网络的方式卖出去，这个阶段需要自己对流量以及网络环节有一定了解程度，比如知道哪种竞价方式适合自己，是联盟广告还是直投广告，或者举办活动，以推动产品在网络上的销售。 从第一个阶段到第二个阶段需要1年以上的时间，而通常直接进入第二阶段的人，通过做网店（淘宝）、独立商城的，因为需要对流量有一个基本认识，而这个阶段的盈利核心是靠产品以及对产品的垄断能力获利。 3：正规站阶段 正规站是相对于前两个阶段来说的，就是利用自己多年的网络经验，自己摸索出一种新的网络形式，能够有自己独特的面向客户的方式以及可行性。 从开始接触互联网到自己拥有一个真正发展起来的正规站，起码需要3-5年时间，正规战盈利的核心是在网络上的影响力以及资金保障。 做正规站大致分为两个方向，一是内容站；二是终端站。内容占顾名思义就是做“内容”，可以自己原创，也可以转载。但因为入门门槛太低，很多内容站慢慢变成了垃圾站，况且做内容是很累人的；终端站则需要一定技术，比如站长工具类、自建联盟广告类、hao123网址导航类，或模仿国外模式的网站，比如无觅网模仿的是stumbleupon。 写在最后： 互联网创业的3个阶段大致如此，路已经描述清楚了，剩下的就看自己的路是否有清晰的认识，当然我的观点不一定适合你，互联网上有些成功是可以借鉴和延伸的，当发现一个好的网站时，我们首先要考虑它有没有市场潜力，有没有借鉴和延伸的价值，每遇到一种新的网站形式时，我们都要多考虑借鉴和延伸。<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fzblogguanggao.html&from=http%3A%2F%2Fwww.5years.net%2Fitchuangye.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">zblog添加广告方法大全</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwordpressguanggao.html&from=http%3A%2F%2Fwww.5years.net%2Fitchuangye.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Wordpress添加广告位方法</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fgglianmeng.html&from=http%3A%2F%2Fwww.5years.net%2Fitchuangye.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关于php与js轮播代码实例</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fbaiduzhanzhang.html&from=http%3A%2F%2Fwww.5years.net%2Fitchuangye.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">百度站长平台使用</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fmenshijian.html&from=http%3A%2F%2Fwww.5years.net%2Fitchuangye.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">韩国女星XX事件第2波组图，你懂的</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>本文所述的<span class='wp_keywordlink_affiliate'><a href="http://www.5years.net/tag/%e4%ba%92%e8%81%94%e7%bd%91%e5%88%9b%e4%b8%9a" title="查看 互联网创业 中的全部文章" target="_blank">互联网创业</a></span>是指通过网站创业，我所理解的大致分为3个阶段：1，纯网络广告阶段；2，通过网络销售产品阶段；3，正规站阶段。下面我就简单分析一下。</p>
<p><strong>1：纯网络广告阶段</strong></p>
<p>这个阶段的特点就是利用流量来做一些<span class='wp_keywordlink_affiliate'><a href="http://www.5years.net/tag/%e5%b9%bf%e5%91%8a%e8%81%94%e7%9b%9f" title="查看 广告联盟 中的全部文章" target="_blank">广告联盟</a></span>获利，如Google adsense、百度联盟、阿里妈妈、A5联盟、下载联盟等，通常大多数网站做的都是<span class='wp_keywordlink_affiliate'><a href="http://www.5years.net/tag/%e5%b9%bf%e5%91%8a%e8%81%94%e7%9b%9f" title="查看 广告联盟 中的全部文章" target="_blank">广告联盟</a></span>，也会有部分站长做下载类广告，能熟知这个阶段各个联盟广告运营模式，需要1年时间。</p>
<p>通过联盟广告盈利最核心是靠流量技巧，而大多数网站通过联盟广告只能补贴空间域名费用。所以直投广告会有比联盟广告更高的收入，但这一切都是以“流量”为前提，CPS最难做，但最容易赚到钱，之前说到的凡客的推广模式，就是把CPS做到极致是一个例子，所以常用的网站就是站群或垃圾站。</p>
<p><strong>2：通过网络销售产品阶段</strong></p>
<p>这个阶段的特点就是竞价，即现实中有产品或代理的产品，通过网络的方式卖出去，这个阶段需要自己对流量以及网络环节有一定了解程度，比如知道哪种竞价方式适合自己，是联盟广告还是直投广告，或者举办活动，以推动产品在网络上的销售。</p>
<p>从第一个阶段到第二个阶段需要1年以上的时间，而通常直接进入第二阶段的人，通过做网店（淘宝）、独立商城的，因为需要对流量有一个基本认识，而这个阶段的盈利核心是靠产品以及对产品的垄断能力获利。</p>
<p><strong>3：正规站阶段</strong></p>
<p>正规站是相对于前两个阶段来说的，就是利用自己多年的网络经验，自己摸索出一种新的网络形式，能够有自己独特的面向客户的方式以及可行性。</p>
<p>从开始接触互联网到自己拥有一个真正发展起来的正规站，起码需要3-5年时间，正规战盈利的核心是在网络上的影响力以及资金保障。</p>
<p>做正规站大致分为两个方向，一是内容站；二是终端站。内容占顾名思义就是做“内容”，可以自己原创，也可以转载。但因为入门门槛太低，很多内容站慢慢变成了垃圾站，况且做内容是很累人的；终端站则需要一定技术，比如站长工具类、自建联盟广告类、hao123网址导航类，或模仿国外模式的网站，比如无觅网模仿的是stumbleupon。</p>
<p><strong>写在最后：</strong></p>
<p><span class='wp_keywordlink_affiliate'><a href="http://www.5years.net/tag/%e4%ba%92%e8%81%94%e7%bd%91%e5%88%9b%e4%b8%9a" title="查看 互联网创业 中的全部文章" target="_blank">互联网创业</a></span>的3个阶段大致如此，路已经描述清楚了，剩下的就看自己的路是否有清晰的认识，当然我的观点不一定适合你，互联网上有些成功是可以借鉴和延伸的，当发现一个好的网站时，我们首先要考虑它有没有市场潜力，有没有借鉴和延伸的价值，每遇到一种新的网站形式时，我们都要多考虑借鉴和延伸。</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fzblogguanggao.html&from=http%3A%2F%2Fwww.5years.net%2Fitchuangye.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">zblog添加广告方法大全</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwordpressguanggao.html&from=http%3A%2F%2Fwww.5years.net%2Fitchuangye.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Wordpress添加广告位方法</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fgglianmeng.html&from=http%3A%2F%2Fwww.5years.net%2Fitchuangye.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关于php与js轮播代码实例</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E7%25A1%2595%25E6%2580%259D%25E9%2597%25AA%25E5%25AE%25A2%25E7%25B2%25BE%25E7%2581%25B5-%25E7%25A0%25B4%25E8%25A7%25A3%25E7%2589%2588.html&from=http%3A%2F%2Fwww.5years.net%2Fitchuangye.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">硕思闪客精灵 破解版</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E4%25BC%25A0%25E9%2597%25BB%25E5%2591%25BC%25E5%2592%258C%25E6%25B5%25A9%25E7%2589%25B9%25E4%25B8%258A%25E7%25A9%25BA%25E5%258F%2591%25E7%258E%25B0%25E4%25B8%258D%25E6%2598%258E%25E9%25A3%259E%25E8%25A1%258C%25E7%2589%25A9.html&from=http%3A%2F%2Fwww.5years.net%2Fitchuangye.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">传闻呼和浩特上空发现不明飞行物</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.5years.net/itchuangye.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2011刚上市的网络语句</title>
		<link>http://www.5years.net/wangluoyuju.html</link>
		<comments>http://www.5years.net/wangluoyuju.html#comments</comments>
		<pubDate>Thu, 06 Oct 2011 16:32:11 +0000</pubDate>
		<dc:creator>泊客</dc:creator>
				<category><![CDATA[生活碎语]]></category>
		<category><![CDATA[网络词句]]></category>

		<guid isPermaLink="false">http://www.5years.net/?p=315</guid>
		<description><![CDATA[1、分手后的思念不叫思念，叫犯贱 2、货有过期日，人有看腻时。你在我心里，能牛逼几时 3、小 鸟 虽 小 ，可 它 玩 的 确 是 整 个 天 空 4、不要迷恋哥，嫂子才是传说 5、我命由我不由天、天欲灭我我灭天 6、世界上最没用的东西就是工资条，看了生气，擦屁股太细。 7、人才和天才只差一个“二”。故，人才很精，而天才总是有点二。 8、如果你容不下我，说明不是你的心胸太狭小，就是我的人格太伟大。 9、我都不好意思抓你了，你怎么还好意思偷呢？ 10、我这心碎得，捧出来跟饺子馅似的。 11、还是古代好混，割掉了就能当公务员。 12、自从得了精神病，我的精神就好多了！ 13、人生最大杯具：美人迟暮，英雄谢顶。 14、所谓美女，大都是化妆品的奴隶。 15、不能因为咱俩有过节，你就把我当节过。 16.“坏男人”一定要有好容貌，否则，他不配做坏男人，不配做女人心中的坏男人。 17.旅行就是从自己呆腻的地方到别人呆腻的地方去。 18、没了寂寞，谁陪我。 19、能被抢走的爱人，那不叫爱人。 20、那些允许被挥霍的年代叫做青春 21、做有良心的男人、找有气质的女人。 22、我怀旧 – 是因为我看不到未来。 23、不怕喝敌敌畏，就怕开盖有惊喜 畅享多一瓶！ 14、有事直接奔主题, 不要拿你的无知, 挑战我的黑名单。 15、都说沉默是金.是不是沉默久了就会有很多金子啊？ 16、卑微的表面,掩饰内心的变态。 17、眼泪是你邮寄给我的礼物，地址是不怎么幸福。 18、一个人时，善待自己；两个人时，善待对方 19、旋转木马是最残忍的游戏，彼此追逐却有永恒的距离！ 20、再烦，就把你绑到草船上借箭去。 21、有些人就是这样， 自己是蛆就觉得全世界是一个大粪池。 22、后悔的事我不做, 我只做让你后悔的事 。 23、地球是运动的，一个人不会永远处在倒霉的位置 24、五毛和五毛是最幸福的 [...]<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangluoshouchangjia.html&from=http%3A%2F%2Fwww.5years.net%2Fwangluoyuju.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">浅谈网络收藏夹之外链的广泛性问题</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fzhanzhangad.html&from=http%3A%2F%2Fwww.5years.net%2Fwangluoyuju.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">站长如何做AD更有效</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E6%25B7%2598%25E5%25AE%259D%25E7%25BD%2591%25E5%25BA%2597%25E9%2594%2580%25E5%2594%25AE%25E6%258A%2580%25E5%25B7%25A7.html&from=http%3A%2F%2Fwww.5years.net%2Fwangluoyuju.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">淘宝网店销售技巧</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangluotuiguang.html&from=http%3A%2F%2Fwww.5years.net%2Fwangluoyuju.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">SEO不等于网络推广</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E4%25BC%25A0%25E9%2597%25BB%25E5%2591%25BC%25E5%2592%258C%25E6%25B5%25A9%25E7%2589%25B9%25E4%25B8%258A%25E7%25A9%25BA%25E5%258F%2591%25E7%258E%25B0%25E4%25B8%258D%25E6%2598%258E%25E9%25A3%259E%25E8%25A1%258C%25E7%2589%25A9.html&from=http%3A%2F%2Fwww.5years.net%2Fwangluoyuju.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">传闻呼和浩特上空发现不明飞行物</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>1、分手后的思念不叫思念，叫犯贱</p>
<p>2、货有过期日，人有看腻时。你在我心里，能牛逼几时<br />
3、小 鸟 虽 小 ，可 它 玩 的 确 是 整 个 天 空</p>
<p>4、不要迷恋哥，嫂子才是传说<br />
5、我命由我不由天、天欲灭我我灭天</p>
<p>6、世界上最没用的东西就是工资条，看了生气，擦屁股太细。<br />
7、人才和天才只差一个“二”。故，人才很精，而天才总是有点二。</p>
<p>8、如果你容不下我，说明不是你的心胸太狭小，就是我的人格太伟大。<br />
9、我都不好意思抓你了，你怎么还好意思偷呢？</p>
<p>10、我这心碎得，捧出来跟饺子馅似的。<br />
11、还是古代好混，割掉了就能当公务员。</p>
<p>12、自从得了精神病，我的精神就好多了！<br />
13、人生最大杯具：美人迟暮，英雄谢顶。<br />
14、所谓美女，大都是化妆品的奴隶。<br />
15、不能因为咱俩有过节，你就把我当节过。<br />
16.“坏男人”一定要有好容貌，否则，他不配做坏男人，不配做女人心中的坏男人。<br />
17.旅行就是从自己呆腻的地方到别人呆腻的地方去。<br />
18、没了寂寞，谁陪我。</p>
<p>19、能被抢走的爱人，那不叫爱人。<br />
20、那些允许被挥霍的年代叫做青春</p>
<p>21、做有良心的男人、找有气质的女人。<br />
22、我怀旧 – 是因为我看不到未来。</p>
<p>23、不怕喝敌敌畏，就怕开盖有惊喜 畅享多一瓶！<br />
14、有事直接奔主题, 不要拿你的无知, 挑战我的黑名单。</p>
<p>15、都说沉默是金.是不是沉默久了就会有很多金子啊？<br />
16、卑微的表面,掩饰内心的变态。</p>
<p>17、眼泪是你邮寄给我的礼物，地址是不怎么幸福。<br />
18、一个人时，善待自己；两个人时，善待对方</p>
<p>19、旋转木马是最残忍的游戏，彼此追逐却有永恒的距离！ 20、再烦，就把你绑到草船上借箭去。<br />
21、有些人就是这样， 自己是蛆就觉得全世界是一个大粪池。</p>
<p>22、后悔的事我不做, 我只做让你后悔的事 。<br />
23、地球是运动的，一个人不会永远处在倒霉的位置</p>
<p>24、五毛和五毛是最幸福的 因为他们凑成了一块。</p>
<p>25、握不住的沙，干脆扬了它</p>
<p>26、不怕讨债的是英雄，就怕欠债的是真穷!</p>
<p>27、人不能太方，也不能太圆，一个是会伤人一个是会让人远离你，因此人要椭圆！<br />
28、广告看的好好的，突然蹦出个电视剧。</p>
<p>29、你不是仙人掌，又何必那么坚强。<br />
30、我不是有钱人的后代！但是我要做有钱人的祖宗！</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangluoshouchangjia.html&from=http%3A%2F%2Fwww.5years.net%2Fwangluoyuju.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">浅谈网络收藏夹之外链的广泛性问题</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fzhanzhangad.html&from=http%3A%2F%2Fwww.5years.net%2Fwangluoyuju.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">站长如何做AD更有效</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2F%25E6%25B7%2598%25E5%25AE%259D%25E7%25BD%2591%25E5%25BA%2597%25E9%2594%2580%25E5%2594%25AE%25E6%258A%2580%25E5%25B7%25A7.html&from=http%3A%2F%2Fwww.5years.net%2Fwangluoyuju.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">淘宝网店销售技巧</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fwangluotuiguang.html&from=http%3A%2F%2Fwww.5years.net%2Fwangluoyuju.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">SEO不等于网络推广</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.5years.net%2Fnicewords.html&from=http%3A%2F%2Fwww.5years.net%2Fwangluoyuju.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">nicewords使用方法以及采集</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.5years.net/wangluoyuju.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

