<?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>一杯茶 &#187; 网站建设</title>
	<atom:link href="http://cha.xuexibbs.com/category/web/feed" rel="self" type="application/rss+xml" />
	<link>http://cha.xuexibbs.com</link>
	<description>记录生活点滴，品味人生百味，经验分享，知识学习</description>
	<lastBuildDate>Sun, 05 Feb 2012 11:34:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=11</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>禁止显示目录列表的方法.htaccess Apache</title>
		<link>http://cha.xuexibbs.com/1653.html</link>
		<comments>http://cha.xuexibbs.com/1653.html#comments</comments>
		<pubDate>Tue, 14 Jun 2011 03:39:31 +0000</pubDate>
		<dc:creator>茶大哥</dc:creator>
				<category><![CDATA[网站建设]]></category>
		<category><![CDATA[网站]]></category>

		<guid isPermaLink="false">http://cha.xuexibbs.com/?p=1653</guid>
		<description><![CDATA[怎样通过.htaccess设置网站不列出目录中的所有文件（linux主机）?
为了网站安全，没有index页面，怎么设置才能避免直接输入网站域名+目录后列出所有文件，
比如输入： www.xuexibbs.com/qiaohu
如果没有index页面，就直接列出了该文件夹目录中的所有文件，怎么避免呢，比如跳转到首页等。
解决方法：
linux主机，在根目录建立htaccess文件，添加代码：
Options -Indexes
 
 
在根目录的 .htaccess 文件中输入(但此方法对所有的虚拟目录都起作用)
&#60;Files *&#62;
Options -Indexes
&#60;/Files&#62;
]]></description>
		<wfw:commentRss>http://cha.xuexibbs.com/1653.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>百度快照里面没有网页文字内容，只有英文网址，为什么？</title>
		<link>http://cha.xuexibbs.com/1620.html</link>
		<comments>http://cha.xuexibbs.com/1620.html#comments</comments>
		<pubDate>Mon, 28 Mar 2011 07:57:42 +0000</pubDate>
		<dc:creator>茶大哥</dc:creator>
				<category><![CDATA[网站建设]]></category>
		<category><![CDATA[收录]]></category>
		<category><![CDATA[百度]]></category>

		<guid isPermaLink="false">http://cha.xuexibbs.com/?p=1620</guid>
		<description><![CDATA[做了一个新站，百度收录了一个页面，但没有网页标题、网站名称、没有网页描述，只有英文的网站域名链接，为什么？google等其他的搜索引擎收录正常，而且收录的页面也比较多。
描述：
百度 site:xuexibbs.com 只出现 xuexibbs.com 没有中学生学习网的网站名称，也没有网站描述。
解决方法：
你网页的名称、关键词、描述等地方没有文字说明，或者标签不完整，百度要求比较严格，不能抓取网页内容，肯定只有网址了。
标签完整性，请参考下面代码：
 
&#60;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221; &#8220;http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd&#8221;&#62;
&#60;HTML xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&#62;
&#60;HEAD&#62;
&#60;TITLE&#62;中学生学习网—初中生-高中生-免费学习的网站,中学生学习网站的优秀代表&#60;/TITLE&#62;
&#60;META http-equiv=Content-Type content=&#8221;text/html; charset=utf-8&#8243;&#62;
&#60;LINK href=&#8221;images/css.css&#8221; type=text/css rel=stylesheet&#62;
&#60;META content=&#8221;MSHTML 6.00.6000.16674&#8243; name=GENERATOR&#62;
&#60;meta name=&#8221;description&#8221; content=&#8221;中学生学习网是初中生和高中生网上学习交流的乐园,是国内最受中学生喜爱的中学生学习网站之一。中学生学习网注重培养中学生的学习兴趣和网络学习能力，让学生掌握不同学科的学习方法、在快乐中学习，同时提供各种专栏如：教师教育教学交流、课件论文共享、家长学校、家长学习教育方法等.&#8221;/&#62;
&#60;meta name=&#8221;keywords&#8221; content=&#8221;中学生学习网,初中生,高中生,网上学习,免费学习,中学生学习网站&#8221;/&#62;
&#60;/HEAD&#62;
&#60;BODY&#62;
&#60;/body&#62;
&#60;/html&#62;
]]></description>
		<wfw:commentRss>http://cha.xuexibbs.com/1620.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>marquee不显示滚动效果，什么原因？</title>
		<link>http://cha.xuexibbs.com/1608.html</link>
		<comments>http://cha.xuexibbs.com/1608.html#comments</comments>
		<pubDate>Wed, 16 Mar 2011 12:18:22 +0000</pubDate>
		<dc:creator>茶大哥</dc:creator>
				<category><![CDATA[网站建设]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[marquee]]></category>
		<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://cha.xuexibbs.com/?p=1608</guid>
		<description><![CDATA[IE8浏览器中marquee标签不显示滚动效果，怎么办？代码正确，以前没有问题
解决办法：
打开浏览器 -&#62; 工具-&#62;INTERNET选项-&#62;高级-&#62;还原高级重置-&#62;单击确定，
测试就ok了 。
]]></description>
		<wfw:commentRss>http://cha.xuexibbs.com/1608.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>applet在IE浏览器中不能显示，怎么办？</title>
		<link>http://cha.xuexibbs.com/1606.html</link>
		<comments>http://cha.xuexibbs.com/1606.html#comments</comments>
		<pubDate>Wed, 16 Mar 2011 12:13:30 +0000</pubDate>
		<dc:creator>茶大哥</dc:creator>
				<category><![CDATA[网站建设]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://cha.xuexibbs.com/?p=1606</guid>
		<description><![CDATA[frontpage中用了applet标签做了横幅管理器效果，预览时却不能显示图片，请问是什么原因？
java applet是要通过内置java虚拟机的浏览器来运行的，只要安装java虚拟机就能正常运行显示了。
微软java虚拟机下载地址：
&#62;&#62;&#62;点击这里下载&#60;&#60;&#60;
]]></description>
		<wfw:commentRss>http://cha.xuexibbs.com/1606.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp调试工具本地服务器软件</title>
		<link>http://cha.xuexibbs.com/1602.html</link>
		<comments>http://cha.xuexibbs.com/1602.html#comments</comments>
		<pubDate>Fri, 11 Mar 2011 13:33:39 +0000</pubDate>
		<dc:creator>茶大哥</dc:creator>
				<category><![CDATA[网站建设]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://cha.xuexibbs.com/?p=1602</guid>
		<description><![CDATA[如果你是位站长想调试ASP网站程序，但是机子上没有装IIS那该怎么办啊，现在有了NetBox就可以轻松搞定了，我以前用过很好用，大小只不到2M，不过现在的版本不支持动易和动网！
　　要简单易用的，最好是绿色的。
　　试过一些asp服务器觉得还是觉得netbox好用，我放到附件里，有需要的人可以下来用，很小的。
　　使用方法：
　　1.把你要测试的程序放到wwwroot文件夹下（默认启动文件名：&#8221;default.asp&#8221;、&#8221;default.htm&#8221;、&#8221;default.html&#8221;、&#8221;index.asp&#8221;、&#8221;index.htm&#8221;、&#8221;index.html&#8221;，可以用记事本打开main.box文件修改。）
　　2.停止当前可能占用80端口的程序或用记事本打开main.box文件修改端口。
　　3.把main.box拖到netbox.exe文件里。
　　4.打开浏览器输入保留地址127.0.0.1或 http://localhost/ 打开你的程序。
　　操作说明
　　1.安装时代网络ASPWEB服务器.很简单哦。
　　2.把您的ASP程序COPY到安装目录中的WWWROOT的目录下即可。
　　看到您的右下角状态栏一闪一闪的图标了？那说明您成功了！
　　在IE里输入本机地址http://localhost 或是127.0.0.1
　　如果改了端口请后面接端口号如http://localhost:50
　　5.请不要把任何文件放到含有中文名字的文件夹下（貌似中文路径不支持fso）。
　　设置：（用记事本打开main.box文件）
　　1.修改端口。（红色部分）
　　If httpd.Create(&#8221;", 80 ) = 0 Then
　　2.修改默认文件夹。
　　Set host = httpd.AddHost(&#8221;", &#8221; \wwwroot &#8220;)
　　3.修改默认启动文件名。
　　host.AddDefault &#8221; default.asp &#8221;
　　host.AddDefault &#8221; default.htm &#8221;
　　host.AddDefault &#8221; default.html &#8221;
　　host.AddDefault &#8221; index.asp &#8221;
　　host.AddDefault &#8221; index.htm &#8221;
　　host.AddDefault &#8221; index.html &#8221;
　　可代替IIS调试ASP程序软件介绍 强大简洁的ASPWEB服务器，使用这个软件的您完全可以抛弃体积庞大的WINNT，WIN2000服务器系统及漏洞百出的IIS了。现在你可以在任何一个系统上调试和发布您的ASP程序了。
www.netbox.cn
]]></description>
		<wfw:commentRss>http://cha.xuexibbs.com/1602.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

