<?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>Think Again &#187; 域名</title>
	<atom:link href="http://www.thinkagain.cn/archives/tag/%e5%9f%9f%e5%90%8d/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thinkagain.cn</link>
	<description>Inspire thinking, inspire creativity, inspire future.</description>
	<lastBuildDate>Wed, 01 Feb 2012 07:31:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>如何让域名立即可以访问</title>
		<link>http://www.thinkagain.cn/archives/86.html</link>
		<comments>http://www.thinkagain.cn/archives/86.html#comments</comments>
		<pubDate>Sun, 11 Feb 2007 04:03:25 +0000</pubDate>
		<dc:creator>山之岚</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://lovepc.i-lady.cn/archives/86</guid>
		<description><![CDATA[通过在本地创建域名解析，使该域名针对本机即时生效。 Windows 操作系统可以通过修改一个文本文件解决此问题。这个文本文件名叫hosts，没有文件后缀名，通常存放路径为 %systemroot%\system32\driv... ]]></description>
			<content:encoded><![CDATA[<p>通过在本地创建域名解析，使该域名针对本机即时生效。<br />
Windows 操作系统可以通过修改一个文本文件解决此问题。这个文本文件名叫hosts，没有文件后缀名，通常存放路径为</p>
<p>%systemroot%\system32\drivers\etc\hosts</p>
<p>这是一个文本文件，用记事本打开，前面有“#”号的那段文字，详细说明如何编辑和使用这个文件。用户只要将网站域名、IP、域名描述写成一行，添加到这个文件后面就可以了。</p>
<p>添加的格式是这样的：<br />
网站域名 网站IP #备注</p>
<p>例如：<br />
210.72.225.18 www.hosting.czm.cn # 这是一个范例</p>
<p>中间加几个半角空格都行，主要用于排列整齐，没别的作用，但至少要有一个半角空格隔开。“#”为注释符，其后面的内容直到行尾将都会被系统忽略。 添加到这个文件的域名解析，保存后不用重新启动计算机就可以即时生效。</p>
<hr/><p style="font-size:1.5em;font-weight:bold;">推荐阅读</p><p><i>2008.12.19.12:20.am</i>.&nbsp;<a href="http://www.thinkagain.cn/archives/1030.html" title=" 有段时间没有写些技术类的文章了，（p.s，似乎其它文章也没多写。。。">12行代码给Wordpress主题挂上AJAX (35)</a></p><p><i>2008.09.09.8:58.pm</i>.&nbsp;<a href="http://www.thinkagain.cn/archives/994.html" title="今天，Wordpress官方发布了2.6.2版。没有跑去Trac看代码变动地方，直接就将程">Wordpress Hacks:WP2.2版后中文邮件标题乱码解决方法 (22)</a></p><p><i>2008.07.29.9:05.pm</i>.&nbsp;<a href="http://www.thinkagain.cn/archives/975.html" title="本文将继续来探讨Wordpress数据库查询的相关话题。文一里，我们知道了WP各">Wordpress数据库查询三板斧之三:如何查看WP数据库查询的具体内容 (7)</a></p><p><i>2008.07.28.10:25.pm</i>.&nbsp;<a href="http://www.thinkagain.cn/archives/974.html" title="网上很多都在谈如何关闭WP2.6的修订记录保存功能。想必已经有很多WP爱好">Wordpress Tips：如何使用自动保存的修订记录 (8)</a></p><p><i>2008.07.27.12:02.pm</i>.&nbsp;<a href="http://www.thinkagain.cn/archives/973.html" title="自2.5起，WP提供了在线编辑时的自动保存功能。自然也是有利有弊。弊么，">Wordpress Hacks：如何管理WP自动保存功能 (10)</a></p><p><i>2008.07.27.10:44.am</i>.&nbsp;<a href="http://www.thinkagain.cn/archives/971.html" title="WP2.6带来了很多新功能。如后台的turbo等。相比2.3到2.5，2.5到2.6之间给我的">Wordpress Hacks:如何关闭WP2.6的主题预览 (18)</a></p><p><i>2008.07.25.1:14.pm</i>.&nbsp;<a href="http://www.thinkagain.cn/archives/969.html" title="Updated: 2008-07-26，更新Hook代码。  续上文，通过Wordpress基准页面数据库查询">Wordpress数据库查询三板斧之二:如何减少WP数据库查询次数和提高运行效率 (12)</a></p><p><i>2008.07.20.8:12.pm</i>.&nbsp;<a href="http://www.thinkagain.cn/archives/966.html" title="看了下面这张抓图，你就知道我为什么要做这个统计了。  
   昨晚上在DH的">Wordpress数据库查询三板斧之一:WP基准页面数据库查询次数统计 (12)</a></p><hr/><p>Copyright &copy; 2012&nbsp;|&nbsp;<a href="http://www.thinkagain.cn">Think Again</a>&nbsp;|&nbsp;<a href="http://www.thinkagain.cn/archives/86.html">原文链接</a></p><img src="http://img.tongji.cn.yahoo.com/710673/ystat.gif"/>]]></content:encoded>
			<wfw:commentRss>http://www.thinkagain.cn/archives/86.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

