<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>评论：是否让用户控制你的缓存</title>
	<atom:link href="http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html</link>
	<description>(江东的博客 、生活点滴、web技术、虚拟主机、旅游、电子信息)</description>
	<pubDate>Wed, 03 Dec 2008 07:13:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: cosβ</title>
		<link>http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html#comment-919</link>
		<dc:creator>cosβ</dc:creator>
		<pubDate>Thu, 17 May 2007 06:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/m05/917-does-client-control-your-cache.html#comment-919</guid>
		<description>1.要修改永久链接 2.ajax评论本站有插件，可以站内搜索3.缓存不生成文件还叫缓存？缓存和空间占用是一对矛盾体，任何系统都这样4.你修改了永久链接之后得更新一次所有的永久链接，wordpress必须这样做。</description>
		<content:encoded><![CDATA[<p>1.要修改永久链接 2.ajax评论本站有插件，可以站内搜索3.缓存不生成文件还叫缓存？缓存和空间占用是一对矛盾体，任何系统都这样4.你修改了永久链接之后得更新一次所有的永久链接，wordpress必须这样做。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 水鸟飞翔</title>
		<link>http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html#comment-918</link>
		<dc:creator>水鸟飞翔</dc:creator>
		<pubDate>Thu, 17 May 2007 06:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/m05/917-does-client-control-your-cache.html#comment-918</guid>
		<description>[quote]你的永久链接很奇怪啊，默认的应该是?page_id=num，而不是你说的那样，本来page和归档我都没有缓存，原因文章中已经有描述阿，如果所有的都缓存，那些需要更新的信息怎么办？分类都要缓存什么时候更新？所有的这些问题决定了你必须作出取舍
[/quote]1、永久链接有几种，你说的那个是第一种，而我选择的是第三种，所以你感觉奇怪。如果我把连接地址改为?page_id=num的形式再用你的插件是不是可以打开page呢？这个等我过几天不忙了试一下。

2、你说的ajax评论是什么？是不是Theme里要有这个文件，我看有的Theme有ajax文件而有的没有，我目前用的这个Theme就没有。

3、还有一个问题就是每篇post在html文件夹里都生成一个.html文件不是很占用空间么，而且多了这么多文件总觉得不太好，万一哪天给丢了的话不是很多URL都不可以访问了么？有没有其他不需要生成文件的静态化方法。

4、除了占空间外，另一个麻烦是通过post的旧URL不能直接到这篇post，而是转到了博客主页。</description>
		<content:encoded><![CDATA[<p>[quote]你的永久链接很奇怪啊，默认的应该是?page_id=num，而不是你说的那样，本来page和归档我都没有缓存，原因文章中已经有描述阿，如果所有的都缓存，那些需要更新的信息怎么办？分类都要缓存什么时候更新？所有的这些问题决定了你必须作出取舍<br />
[/quote]1、永久链接有几种，你说的那个是第一种，而我选择的是第三种，所以你感觉奇怪。如果我把连接地址改为?page_id=num的形式再用你的插件是不是可以打开page呢？这个等我过几天不忙了试一下。</p>
<p>2、你说的ajax评论是什么？是不是Theme里要有这个文件，我看有的Theme有ajax文件而有的没有，我目前用的这个Theme就没有。</p>
<p>3、还有一个问题就是每篇post在html文件夹里都生成一个.html文件不是很占用空间么，而且多了这么多文件总觉得不太好，万一哪天给丢了的话不是很多URL都不可以访问了么？有没有其他不需要生成文件的静态化方法。</p>
<p>4、除了占空间外，另一个麻烦是通过post的旧URL不能直接到这篇post，而是转到了博客主页。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cosβ</title>
		<link>http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html#comment-914</link>
		<dc:creator>cosβ</dc:creator>
		<pubDate>Thu, 17 May 2007 01:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/m05/917-does-client-control-your-cache.html#comment-914</guid>
		<description>况且，如果你不配合ajax留言程序的话，静态化也还是有问题的，下一个版本争取让用户留言的时候更新缓存，这样就不需要ajax评论了</description>
		<content:encoded><![CDATA[<p>况且，如果你不配合ajax留言程序的话，静态化也还是有问题的，下一个版本争取让用户留言的时候更新缓存，这样就不需要ajax评论了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cosβ</title>
		<link>http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html#comment-913</link>
		<dc:creator>cosβ</dc:creator>
		<pubDate>Thu, 17 May 2007 01:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/m05/917-does-client-control-your-cache.html#comment-913</guid>
		<description>因为你在留言中写了url，所以系统把你当作spam了</description>
		<content:encoded><![CDATA[<p>因为你在留言中写了url，所以系统把你当作spam了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cosβ</title>
		<link>http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html#comment-912</link>
		<dc:creator>cosβ</dc:creator>
		<pubDate>Thu, 17 May 2007 01:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/m05/917-does-client-control-your-cache.html#comment-912</guid>
		<description>&lt;p&gt;你的永久链接很奇怪啊，默认的应该是?page_id=num，而不是你说的那样，本来page和归档我都没有缓存，原因文章中已经有描述阿，如果所有的都缓存，那些需要更新的信息怎么办？分类都要缓存什么时候更新？所有的这些问题决定了你必须作出取舍&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>你的永久链接很奇怪啊，默认的应该是?page_id=num，而不是你说的那样，本来page和归档我都没有缓存，原因文章中已经有描述阿，如果所有的都缓存，那些需要更新的信息怎么办？分类都要缓存什么时候更新？所有的这些问题决定了你必须作出取舍</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 水鸟飞翔</title>
		<link>http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html#comment-911</link>
		<dc:creator>水鸟飞翔</dc:creator>
		<pubDate>Wed, 16 May 2007 17:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/m05/917-does-client-control-your-cache.html#comment-911</guid>
		<description>html-cache-creator 插件的问题：

只在html下生成了post的.html文件，page、Categories、Archives、还有博客自身的feed以及PageNavi都没有生成.html文件，所以按照你的原理无法访问。

拿page下的留言本举例，没有改永久连接前URL是  
玉米/index.php/gb
改了后URL变成了
玉米/gb ，但却无法访问，因为这个地址下没有文件，也没有转向到原地址。</description>
		<content:encoded><![CDATA[<p>html-cache-creator 插件的问题：</p>
<p>只在html下生成了post的.html文件，page、Categories、Archives、还有博客自身的feed以及PageNavi都没有生成.html文件，所以按照你的原理无法访问。</p>
<p>拿page下的留言本举例，没有改永久连接前URL是<br />
玉米/index.php/gb<br />
改了后URL变成了<br />
玉米/gb ，但却无法访问，因为这个地址下没有文件，也没有转向到原地址。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 水鸟飞翔</title>
		<link>http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html#comment-910</link>
		<dc:creator>水鸟飞翔</dc:creator>
		<pubDate>Wed, 16 May 2007 17:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/m05/917-does-client-control-your-cache.html#comment-910</guid>
		<description>html-cache-creator 插件的问题：

只在html下生成了post的.html文件，page、Categories、Archives、还有博客自身的feed以及PageNavi都没有生成.html文件，所以按照你的原理无法访问。

拿page下的留言本举例，没有改永久连接前URL是http://玉米/index.php/gb
改了后URL变成了http://玉米/gb ，但却无法访问，因为这个地址下没有文件，也没有转向到原地址。</description>
		<content:encoded><![CDATA[<p>html-cache-creator 插件的问题：</p>
<p>只在html下生成了post的.html文件，page、Categories、Archives、还有博客自身的feed以及PageNavi都没有生成.html文件，所以按照你的原理无法访问。</p>
<p>拿page下的留言本举例，没有改永久连接前URL是http://玉米/index.php/gb<br />
改了后URL变成了http://玉米/gb ，但却无法访问，因为这个地址下没有文件，也没有转向到原地址。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 水鸟飞翔</title>
		<link>http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html#comment-909</link>
		<dc:creator>水鸟飞翔</dc:creator>
		<pubDate>Wed, 16 May 2007 17:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/m05/917-does-client-control-your-cache.html#comment-909</guid>
		<description>html-cache-creator 插件的问题：

只在html下生成了post的.html文件，page、Categories、Archives、还有博客自身的feed以及PageNavi都没有生成.html文件，所以按照你的原理无法访问。

拿page下的留言本举例，没有改永久连接前URL是http://www.myblog.cn/index.php/gb
改了后URL变成了http://www.myblog.cn/gb ，但却无法访问，因为这个地址下没有文件，也没有转向到原地址。</description>
		<content:encoded><![CDATA[<p>html-cache-creator 插件的问题：</p>
<p>只在html下生成了post的.html文件，page、Categories、Archives、还有博客自身的feed以及PageNavi都没有生成.html文件，所以按照你的原理无法访问。</p>
<p>拿page下的留言本举例，没有改永久连接前URL是http://www.myblog.cn/index.php/gb<br />
改了后URL变成了http://www.myblog.cn/gb ，但却无法访问，因为这个地址下没有文件，也没有转向到原地址。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 水鸟飞翔</title>
		<link>http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html#comment-908</link>
		<dc:creator>水鸟飞翔</dc:creator>
		<pubDate>Wed, 16 May 2007 17:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/m05/917-does-client-control-your-cache.html#comment-908</guid>
		<description>晕倒，我白写了一堆意见</description>
		<content:encoded><![CDATA[<p>晕倒，我白写了一堆意见</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 水鸟飞翔</title>
		<link>http://www.storyday.com/html/y2007/917_does-client-control-your-cache.html#comment-907</link>
		<dc:creator>水鸟飞翔</dc:creator>
		<pubDate>Wed, 16 May 2007 17:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.storyday.com/html/y2007/m05/917-does-client-control-your-cache.html#comment-907</guid>
		<description>刚才的品论发出去没</description>
		<content:encoded><![CDATA[<p>刚才的品论发出去没</p>
]]></content:encoded>
	</item>
</channel>
</rss>
