<?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>Who am I? &#187; 学习笔记</title>
	<atom:link href="http://blog.sunliguo.com/archives/category/notebook/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.sunliguo.com</link>
	<description>I&#039;m sunliguo.</description>
	<lastBuildDate>Sun, 01 Jan 2012 03:16:08 +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>wordpress  query_posts导致分类页无法分页的解决方法</title>
		<link>http://blog.sunliguo.com/archives/wordpress-query-posts.html</link>
		<comments>http://blog.sunliguo.com/archives/wordpress-query-posts.html#comments</comments>
		<pubDate>Sat, 27 Aug 2011 13:01:52 +0000</pubDate>
		<dc:creator>sun</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[建站日志]]></category>
		<category><![CDATA[query_posts]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.sunliguo.com/?p=1797</guid>
		<description><![CDATA[<p>wordpress真是强大，最近在模仿一个网站的时候遇到了一些问题，特记录一下。</p><p>query_posts() 这个函数的作用就在循环输出文章的时候，来选择我们特定条件下的文章，例如：</p><p>query_posts('cat=4')  只显示分类目录ID为4下的文章。</p><p>但是这会导致不能分页显示， <span class='read-more'><a href='http://blog.sunliguo.com/archives/wordpress-query-posts.html'>[Read More…]</a></span></p><div class="clear-float"></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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fwordpress-cms.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fwordpress-query-posts.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">wordpress 变为CMS</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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fwordpress-wp-thumbnails.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fwordpress-query-posts.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">wordpress缩略图插件-WP-Thumbnails</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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fwordpress-add-desc-keyword.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fwordpress-query-posts.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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fwordpress_permalinks.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fwordpress-query-posts.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">修改了wordpress的 永久链接</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" 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>
		<wfw:commentRss>http://blog.sunliguo.com/archives/wordpress-query-posts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ntfs.sys 蓝屏</title>
		<link>http://blog.sunliguo.com/archives/ntfs-sys.html</link>
		<comments>http://blog.sunliguo.com/archives/ntfs-sys.html#comments</comments>
		<pubDate>Thu, 06 Jan 2011 15:21:13 +0000</pubDate>
		<dc:creator>sun</dc:creator>
				<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://blog.sunliguo.com/?p=1530</guid>
		<description><![CDATA[<p>以前的时候只是在用firefox的时候会出现ntfs.sys的蓝屏。现在倒好，用360浏览器的时候也出现了。</p><p>到网上也没有搜出个所以然来，有的说是内存，有的说是系统。</p><p>最近经常蓝屏，就用原版盘重新装了一遍。还是出现了一次蓝屏。 <span class='read-more'><a href='http://blog.sunliguo.com/archives/ntfs-sys.html'>[Read More…]</a></span></p><div class="clear-float"></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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fcomputer-virus-2.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fntfs-sys.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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fssh-no-supported-authentication.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fntfs-sys.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">ssh 登陆 提示“No supported authentication methods available”</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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fmutt-not-sendmail.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fntfs-sys.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">mutt 无法发信</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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fboot-slax-from-grub.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fntfs-sys.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">用grub引导slax</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" 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>
		<wfw:commentRss>http://blog.sunliguo.com/archives/ntfs-sys.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>存款准备金率 基点</title>
		<link>http://blog.sunliguo.com/archives/ratio-of-deposits.html</link>
		<comments>http://blog.sunliguo.com/archives/ratio-of-deposits.html#comments</comments>
		<pubDate>Mon, 11 Oct 2010 16:40:44 +0000</pubDate>
		<dc:creator>sun</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[经济学]]></category>
		<category><![CDATA[存款准备金 基点]]></category>

		<guid isPermaLink="false">http://blog.sunliguo.com/?p=1482</guid>
		<description><![CDATA[<p>今天看新闻的时候看到了两个经济学上的概念。</p><p>存款准备金率，这个早就听说了。但是忘记了什么意思。今天在百度知道上搜到，在结合今天的新闻。算是有点头绪了。</p><p><h2>存款准备金</h2></p><p>是指金融机构为保证客户提取存款和资金清算需要而准备的在中央银行的存款，中央银行要求的存款准备金占其存款总额的比例就是存款准备 <span class='read-more'><a href='http://blog.sunliguo.com/archives/ratio-of-deposits.html'>[Read More…]</a></span></p><div class="clear-float"></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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fbank-deposit.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fratio-of-deposits.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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fdo_not_think_blindly.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fratio-of-deposits.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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Ftomorrow_to_zaozhuang.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fratio-of-deposits.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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fher_short_message.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fratio-of-deposits.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.htm" 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>
		<wfw:commentRss>http://blog.sunliguo.com/archives/ratio-of-deposits.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>英语学习计划</title>
		<link>http://blog.sunliguo.com/archives/learn-english-plan.html</link>
		<comments>http://blog.sunliguo.com/archives/learn-english-plan.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 12:21:28 +0000</pubDate>
		<dc:creator>sun</dc:creator>
				<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://blog.sunliguo.com/?p=1129</guid>
		<description><![CDATA[<p>1：dict.cn，背单词功能。</p><p>2：voa <span class='read-more'><a href='http://blog.sunliguo.com/archives/learn-english-plan.html'>[Read More…]</a></span></p><div class="clear-float"></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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fgood_learning_linux_website.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Flearn-english-plan.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">发现一个学习linux的好网站！@</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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fwpminisite.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Flearn-english-plan.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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fno-english.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Flearn-english-plan.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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Finstall-mplayer-in-linux.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Flearn-english-plan.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Install Mplayer in Linux</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" 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>
		<wfw:commentRss>http://blog.sunliguo.com/archives/learn-english-plan.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>swfupload</title>
		<link>http://blog.sunliguo.com/archives/sdfupload.html</link>
		<comments>http://blog.sunliguo.com/archives/sdfupload.html#comments</comments>
		<pubDate>Fri, 10 Jul 2009 08:21:48 +0000</pubDate>
		<dc:creator>sun</dc:creator>
				<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://blog.sunliguo.com/?p=927</guid>
		<description><![CDATA[<p>今天在研究wordpress上传图片的代码的时候，发现了一个好网站。<a href="http://www.swfupload.org/">http://www.swfupload.org/</a>。</p><p>这个东东是通过flash一次上传多文件。以前也从网上下过类似的代码。看来没有这个强大，再来研究一个这个，学习一下！</p><p>经过几个小时的刻苦攻关，终于修改好了一个小例子。还要增 <span class='read-more'><a href='http://blog.sunliguo.com/archives/sdfupload.html'>[Read More…]</a></span></p><div class="clear-float"></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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2F2011-02-19.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fsdfupload.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">IBM T42拆机</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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fno-english.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fsdfupload.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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fkloxo.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fsdfupload.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">kloxo</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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Ftaobao.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fsdfupload.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.htm" 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>
		<wfw:commentRss>http://blog.sunliguo.com/archives/sdfupload.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>要不要学英语</title>
		<link>http://blog.sunliguo.com/archives/no-english.html</link>
		<comments>http://blog.sunliguo.com/archives/no-english.html#comments</comments>
		<pubDate>Wed, 07 Dec 2005 03:48:33 +0000</pubDate>
		<dc:creator>sun</dc:creator>
				<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://blog.sunliguo.com/?p=1348</guid>
		<description><![CDATA[<p>要不要学英语</p><p>天气： 晴 时间：2005年12月7日 作者：sunliguo</p><p>今天晚上有一节选修课,书法欣赏.首先介绍一下我们的老师吧:上第一节可的时候,我就感觉和别的老师不一样.听别人说他也比较怪,就是那种比较另类的. 上课是确实不一样,说话很幽默. ________快要熄灯了,以后再补充 <span class='read-more'><a href='http://blog.sunliguo.com/archives/no-english.html'>[Read More…]</a></span></p><div class="clear-float"></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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Flearn-english-plan.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fno-english.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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fits-time-to-study.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fno-english.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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fon-the-train-to-lhasa.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fno-english.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.htm?url=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fphp-add-gd.html&from=http%3A%2F%2Fblog.sunliguo.com%2Farchives%2Fno-english.html">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">php支持gd库</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" 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>
		<wfw:commentRss>http://blog.sunliguo.com/archives/no-english.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

