<?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>Jinyang的日记 &#187; Uncategorized</title>
	<atom:link href="http://deriji.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://deriji.com</link>
	<description>记录,学习,进步,分享</description>
	<lastBuildDate>Tue, 22 Nov 2011 12:23:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>用Hg（Mercurial）做发布版本控制</title>
		<link>http://deriji.com/2011/11/01/438/</link>
		<comments>http://deriji.com/2011/11/01/438/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 14:55:19 +0000</pubDate>
		<dc:creator>Jinyang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://deriji.com/?p=438</guid>
		<description><![CDATA[<p>以前在linux下用了rsync做文件改动监控和同步，现在的某项目在windows下，（虽然也有windows的rsync，没做测试，没敢用），想要实现文件的增量发布，文件夹变更监测，版本管理回退，综合这3个需求，Hg比较合适。
<a href='http://deriji.com/2011/11/01/438/' rel="nofollow"><br/>【阅读全文】</a></p><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%2Fderiji.com%2F2009%2F09%2F11%2F83%2F&from=http%3A%2F%2Fderiji.com%2F2011%2F11%2F01%2F438%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">分布式版本管理Mercurial</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%2Fderiji.com%2F2011%2F11%2F01%2F428%2F&from=http%3A%2F%2Fderiji.com%2F2011%2F11%2F01%2F438%2F">
                        <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%2Fderiji.com%2F2009%2F12%2F05%2F93%2F&from=http%3A%2F%2Fderiji.com%2F2011%2F11%2F01%2F438%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">学习:应用程序(jsp)-&gt;Web容器(Apache)-&gt;缓存服务器(Squid)对缓存的控制</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%2Fderiji.com%2F2007%2F07%2F31%2F19%2F&from=http%3A%2F%2Fderiji.com%2F2011%2F11%2F01%2F438%2F">
                        <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>
			<content:encoded><![CDATA[<p>以前在linux下用了rsync做文件改动监控和同步，现在的某项目在windows下，（虽然也有windows的rsync，没做测试，没敢用），想要实现文件的增量发布，文件夹变更监测，版本管理回退，综合这3个需求，Hg比较合适。
<a href='http://deriji.com/2011/11/01/438/' rel="nofollow"><br/>【阅读全文】</a></p><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%2Fderiji.com%2F2009%2F09%2F11%2F83%2F&from=http%3A%2F%2Fderiji.com%2F2011%2F11%2F01%2F438%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">分布式版本管理Mercurial</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%2Fderiji.com%2F2011%2F11%2F01%2F428%2F&from=http%3A%2F%2Fderiji.com%2F2011%2F11%2F01%2F438%2F">
                        <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%2Fderiji.com%2F2009%2F12%2F05%2F93%2F&from=http%3A%2F%2Fderiji.com%2F2011%2F11%2F01%2F438%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">学习:应用程序(jsp)-&gt;Web容器(Apache)-&gt;缓存服务器(Squid)对缓存的控制</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%2Fderiji.com%2F2010%2F03%2F14%2F116%2F&from=http%3A%2F%2Fderiji.com%2F2011%2F11%2F01%2F438%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">小小工具：内容提取小助手(textGetter)</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>]]></content:encoded>
			<wfw:commentRss>http://deriji.com/2011/11/01/438/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>第六届软博会小记</title>
		<link>http://deriji.com/ruanbohui_6th</link>
		<comments>http://deriji.com/ruanbohui_6th#comments</comments>
		<pubDate>Sat, 04 Sep 2010 07:31:30 +0000</pubDate>
		<dc:creator>Jinyang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[南京]]></category>
		<category><![CDATA[软件名城]]></category>
		<category><![CDATA[软博会]]></category>

		<guid isPermaLink="false">http://deriji.com/?p=245</guid>
		<description><![CDATA[<p>前几天公司就通知要去参加软件园组织公司报名的南京云计算峰会，因为也忙，并不知道这个是软博会的一个分会，过去几次软博会好像也都各种原因没有去参观过。
早上8点，天时雨时停的，拿了电脑坐二号线前往金陵会议中心，单做地铁就犯了2个错误，哎，也怪最近都是公司、家之间的没出去逛过，二号线到新街口时大脑发晕的下了车去换一号线（记错一二号的换乘点了），一号线搭车时上的又是南延线而不得不在安德门下次换下个一班车。
市长朱善璐讲话完毕后换了爱尔兰的官员上场：
有领导，安全工作一定要做到位：
走马观花式的转了下，云计算....<a href='http://deriji.com/ruanbohui_6th' rel="nofollow"><br/>【阅读全文】</a></p><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="4"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="南京移动家庭有线宽带使用小记" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2009%2F12%2F03%2F91%2F&from=http%3A%2F%2Fderiji.com%2Fruanbohui_6th">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">南京移动家庭有线宽带使用小记</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="腾讯微博\朋友开始导入用户" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2Ft_weibo&from=http%3A%2F%2Fderiji.com%2Fruanbohui_6th">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165117.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">腾讯微博\朋友开始导入用户</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="南京电信宽带推送广告代码" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2009%2F10%2F17%2F85%2F&from=http%3A%2F%2Fderiji.com%2Fruanbohui_6th">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">南京电信宽带推送广告代码</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="仙林大学城-&gt;南京液晶谷" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2Fnanjing_xianlin_yejing_huanjing&from=http%3A%2F%2Fderiji.com%2Fruanbohui_6th">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165634.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">仙林大学城-&gt;南京液晶谷</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="4" 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>
			<content:encoded><![CDATA[<p>前几天公司就通知要去参加软件园组织公司报名的南京云计算峰会，因为也忙，并不知道这个是软博会的一个分会，过去几次软博会好像也都各种原因没有去参观过。
早上8点，天时雨时停的，拿了电脑坐二号线前往金陵会议中心，单做地铁就犯了2个错误，哎，也怪最近都是公司、家之间的没出去逛过，二号线到新街口时大脑发晕的下了车去换一号线（记错一二号的换乘点了），一号线搭车时上的又是南延线而不得不在安德门下次换下个一班车。
[caption id="" align="alignnone" width="461" caption="下着雨的博览中心入口"][/caption]
市长朱善璐讲....<a href='http://deriji.com/ruanbohui_6th' rel="nofollow"><br/>【阅读全文】</a></p><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="4"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="南京移动家庭有线宽带使用小记" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2009%2F12%2F03%2F91%2F&from=http%3A%2F%2Fderiji.com%2Fruanbohui_6th">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">南京移动家庭有线宽带使用小记</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="腾讯微博\朋友开始导入用户" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2Ft_weibo&from=http%3A%2F%2Fderiji.com%2Fruanbohui_6th">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165117.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">腾讯微博\朋友开始导入用户</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="南京电信宽带推送广告代码" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2009%2F10%2F17%2F85%2F&from=http%3A%2F%2Fderiji.com%2Fruanbohui_6th">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">南京电信宽带推送广告代码</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="仙林大学城-&gt;南京液晶谷" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2Fnanjing_xianlin_yejing_huanjing&from=http%3A%2F%2Fderiji.com%2Fruanbohui_6th">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165634.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">仙林大学城-&gt;南京液晶谷</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="4" 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>]]></content:encoded>
			<wfw:commentRss>http://deriji.com/ruanbohui_6th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>秦晓：我认为中国模式论不可取</title>
		<link>http://deriji.com/pushijiazhi</link>
		<comments>http://deriji.com/pushijiazhi#comments</comments>
		<pubDate>Fri, 06 Aug 2010 05:27:01 +0000</pubDate>
		<dc:creator>Jinyang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[价值观]]></category>
		<category><![CDATA[推普]]></category>
		<category><![CDATA[普世]]></category>

		<guid isPermaLink="false">http://deriji.com/?p=230</guid>
		<description><![CDATA[<p>很少转文章了，看到这篇的一些观点感觉比较认同，鉴于好多地方被和谐，转载留档下。
【中国企业家网】招商局集团董事长秦晓近日在清华大学经管学院2010届毕业典礼上发表演讲。秦晓表示“中国模式论”所宣扬的是政府主导的、民族主义支撑的经济发展路径、政治权力结构和社会治理方式。它从一开始的“特殊论”正在走向“取代论”。而“取代论”则宣称“中国价值”可以取代“启蒙价值”。“特殊论”和“取代论”试图用现代化、稳定、国家民族利益、民生、理想代替现代性、自由、个人权利、民主、理性这些普世价值的核心和基础，他认为是不....<a href='http://deriji.com/pushijiazhi' rel="nofollow"><br/>【阅读全文】</a></p><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%2Fderiji.com%2F2008%2F05%2F15%2F41%2F&from=http%3A%2F%2Fderiji.com%2Fpushijiazhi">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">红海、蓝海、新商业模式、BPO、SaaS、企业文化、离职率….</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%2Fderiji.com%2F2009%2F10%2F17%2F85%2F&from=http%3A%2F%2Fderiji.com%2Fpushijiazhi">
                        <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%2Fderiji.com%2F2008%2F04%2F08%2F35%2F&from=http%3A%2F%2Fderiji.com%2Fpushijiazhi">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Windows+Oracle9i-非归档模式下删除表空间中的数据文件及恢复</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%2Fderiji.com%2Fct10000_qq_win&from=http%3A%2F%2Fderiji.com%2Fpushijiazhi">
                        <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>
			<content:encoded><![CDATA[<p>很少转文章了，看到这篇的一些观点感觉比较认同，鉴于好多地方被和谐，转载留档下。
【中国企业家网】招商局集团董事长秦晓近日在清华大学经管学院2010届毕业典礼上发表演讲。秦晓表示“中国模式论”所宣扬的是政府主导的、民族主义支撑的经济发展路径、政治权力结构和社会治理方式。它从一开始的“特殊论”正在走向“取代论”。而“取代论”则宣称“中国价值”可以取代“启蒙价值”。“特殊论”和“取代论”试图用现代化、稳定、国家民族利益、民生、理想代替现代性、自由、个人权利、民主、理性这些普世价值的核心和基础，他认为是不....<a href='http://deriji.com/pushijiazhi' rel="nofollow"><br/>【阅读全文】</a></p><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%2Fderiji.com%2F2008%2F05%2F15%2F41%2F&from=http%3A%2F%2Fderiji.com%2Fpushijiazhi">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">红海、蓝海、新商业模式、BPO、SaaS、企业文化、离职率….</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%2Fderiji.com%2F2009%2F10%2F17%2F85%2F&from=http%3A%2F%2Fderiji.com%2Fpushijiazhi">
                        <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%2Fderiji.com%2F2008%2F04%2F08%2F35%2F&from=http%3A%2F%2Fderiji.com%2Fpushijiazhi">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Windows+Oracle9i-非归档模式下删除表空间中的数据文件及恢复</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%2Fderiji.com%2Fct10000_qq_win&from=http%3A%2F%2Fderiji.com%2Fpushijiazhi">
                        <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>]]></content:encoded>
			<wfw:commentRss>http://deriji.com/pushijiazhi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>仙林大学城-&gt;南京液晶谷</title>
		<link>http://deriji.com/nanjing_xianlin_yejing_huanjing</link>
		<comments>http://deriji.com/nanjing_xianlin_yejing_huanjing#comments</comments>
		<pubDate>Mon, 14 Jun 2010 00:05:43 +0000</pubDate>
		<dc:creator>Jinyang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[仙林大学城]]></category>
		<category><![CDATA[南京液晶谷]]></category>
		<category><![CDATA[环境]]></category>

		<guid isPermaLink="false">http://deriji.com/?p=171</guid>
		<description><![CDATA[<p>昨天骑车顺着地铁二号线一直向底站走，在南大的下一个路口看到了“南京市液晶面板项目指挥部 向前600M”的指示路标。上周和同学聊天也谈到南京要投资千亿建设下一代面板基地，因为是栖霞区的招商项目，感觉这样的项目应该在新港开发区，那里现在已经有了LG和瀚宇彩欣。在南大边上看到此招牌还真意外，不知道具体的项目是在哪里？是特地单独把指挥部搞在了仙林吗？投资如此巨大的项目，真的是太低调了&#8230;.
南京液晶谷位于国家级开发区——— 南京经济技术开发区内，处于高校云集的南京仙林大学城北部，规划面积4平方公里，在“十一五....<a href='http://deriji.com/nanjing_xianlin_yejing_huanjing' rel="nofollow"><br/>【阅读全文】</a></p><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="4"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="南京移动家庭有线宽带使用小记" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2009%2F12%2F03%2F91%2F&from=http%3A%2F%2Fderiji.com%2Fnanjing_xianlin_yejing_huanjing">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">南京移动家庭有线宽带使用小记</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="第六届软博会小记" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2Fruanbohui_6th&from=http%3A%2F%2Fderiji.com%2Fnanjing_xianlin_yejing_huanjing">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165599.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">第六届软博会小记</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="南京电信宽带推送广告代码" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2009%2F10%2F17%2F85%2F&from=http%3A%2F%2Fderiji.com%2Fnanjing_xianlin_yejing_huanjing">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">南京电信宽带推送广告代码</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="大美青海，商机无限–青海师大一瞥（多图(Live.com)，EVDO慎入）" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2009%2F05%2F17%2F71%2F&from=http%3A%2F%2Fderiji.com%2Fnanjing_xianlin_yejing_huanjing">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165893.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">大美青海，商机无限–青海师大一瞥（多图(Live.com)，EVDO慎入）</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="4" 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>
			<content:encoded><![CDATA[<p>昨天骑车顺着地铁二号线一直向底站走，在南大的下一个路口看到了“南京市液晶面板项目指挥部 向前600M”的指示路标。上周和同学聊天也谈到南京要投资千亿建设下一代面板基地，因为是栖霞区的招商项目，感觉这样的项目应该在新港开发区，那里现在已经有了LG和瀚宇彩欣。在南大边上看到此招牌还真意外，不知道具体的项目是在哪里？是特地单独把指挥部搞在了仙林吗？投资如此巨大的项目，真的是太低调了&#8230;.
南京液晶谷位于国家级开发区——— 南京经济技术开发区内，处于高校云集的南京仙林大学城北部，规划面积4平方公里，在“十一五....<a href='http://deriji.com/nanjing_xianlin_yejing_huanjing' rel="nofollow"><br/>【阅读全文】</a></p><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="4"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="南京移动家庭有线宽带使用小记" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2009%2F12%2F03%2F91%2F&from=http%3A%2F%2Fderiji.com%2Fnanjing_xianlin_yejing_huanjing">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">南京移动家庭有线宽带使用小记</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="第六届软博会小记" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2Fruanbohui_6th&from=http%3A%2F%2Fderiji.com%2Fnanjing_xianlin_yejing_huanjing">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165599.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">第六届软博会小记</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="南京电信宽带推送广告代码" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2009%2F10%2F17%2F85%2F&from=http%3A%2F%2Fderiji.com%2Fnanjing_xianlin_yejing_huanjing">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">南京电信宽带推送广告代码</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="大美青海，商机无限–青海师大一瞥（多图(Live.com)，EVDO慎入）" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2009%2F05%2F17%2F71%2F&from=http%3A%2F%2Fderiji.com%2Fnanjing_xianlin_yejing_huanjing">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165893.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">大美青海，商机无限–青海师大一瞥（多图(Live.com)，EVDO慎入）</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="4" 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>]]></content:encoded>
			<wfw:commentRss>http://deriji.com/nanjing_xianlin_yejing_huanjing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>淘宝开放平台之自用型商家应用简单开发备注</title>
		<link>http://deriji.com/2010/06/08/168/</link>
		<comments>http://deriji.com/2010/06/08/168/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 22:49:51 +0000</pubDate>
		<dc:creator>Jinyang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sessionkey]]></category>
		<category><![CDATA[淘宝开放平台]]></category>
		<category><![CDATA[自用型商家应用]]></category>

		<guid isPermaLink="false">http://deriji.com/?p=168</guid>
		<description><![CDATA[<p>可能是我太着急了，在一个小问题上竟然迷惑了半天。总体来说开发自用型商家应用还是很简单的，先简单备忘下。
1. 申请应用并尽量直接简单的开发测试完成后申请上线（可以先下载DEMO工程改一下直接上线到正式环境去）
2. 下载taobao-base-2.0-SNAPSHOT 搭建工程添加开发自己需要的业务
3. 正式环境的自用型应用是没有sessionkey的，千万别上线后发现回调地址中的sessionkey为空而困惑 。（论坛中太多讨论sessionkey的话题，sessionkey主要应用于它用性应用的权限验证，自用型应用在未上线前可以获取到而上线后就不传递了的）
4. 自用型....<a href='http://deriji.com/2010/06/08/168/' rel="nofollow"><br/>【阅读全文】</a></p><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%2Fderiji.com%2F2010%2F05%2F06%2F150%2F&from=http%3A%2F%2Fderiji.com%2F2010%2F06%2F08%2F168%2F">
                        <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%2Fderiji.com%2Fdingqichongzhi&from=http%3A%2F%2Fderiji.com%2F2010%2F06%2F08%2F168%2F">
                        <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%2Fderiji.com%2Ftaobaomall_domain&from=http%3A%2F%2Fderiji.com%2F2010%2F06%2F08%2F168%2F">
                        <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%2Fderiji.com%2F2008%2F11%2F27%2F56%2F&from=http%3A%2F%2Fderiji.com%2F2010%2F06%2F08%2F168%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">外部WEB应用开发相对内部WEB应用开发需注意的一些问题</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>
			<content:encoded><![CDATA[<p>可能是我太着急了，在一个小问题上竟然迷惑了半天。总体来说开发自用型商家应用还是很简单的，先简单备忘下。
1. 申请应用并尽量直接简单的开发测试完成后申请上线（可以先下载DEMO工程改一下直接上线到正式环境去）
2. 下载taobao-base-2.0-SNAPSHOT 搭建工程添加开发自己需要的业务
3. 正式环境的自用型应用是没有sessionkey的，千万别上线后发现回调地址中的sessionkey为空而困惑 。（论坛中太多讨论sessionkey的话题，sessionkey主要应用于它用性应用的权限验证，自用型应用在未上线前可以获取到而上线后就不传递了的）
4. 自用型....<a href='http://deriji.com/2010/06/08/168/' rel="nofollow"><br/>【阅读全文】</a></p><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%2Fderiji.com%2F2010%2F05%2F06%2F150%2F&from=http%3A%2F%2Fderiji.com%2F2010%2F06%2F08%2F168%2F">
                        <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%2Fderiji.com%2Fdingqichongzhi&from=http%3A%2F%2Fderiji.com%2F2010%2F06%2F08%2F168%2F">
                        <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%2Fderiji.com%2Ftaobaomall_domain&from=http%3A%2F%2Fderiji.com%2F2010%2F06%2F08%2F168%2F">
                        <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%2Fderiji.com%2F2008%2F11%2F27%2F56%2F&from=http%3A%2F%2Fderiji.com%2F2010%2F06%2F08%2F168%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">外部WEB应用开发相对内部WEB应用开发需注意的一些问题</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>]]></content:encoded>
			<wfw:commentRss>http://deriji.com/2010/06/08/168/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://deriji.com/2009/06/11/1/</link>
		<comments>http://deriji.com/2009/06/11/1/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 14:58:50 +0000</pubDate>
		<dc:creator>Jinyang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://deriji.com/?p=1</guid>
		<description><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
<a href='http://deriji.com/2009/06/11/1/' rel="nofollow"><br/>【阅读全文】</a></p><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="4"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Reporting Services 安装" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2007%2F08%2F14%2F23%2F&from=http%3A%2F%2Fderiji.com%2F2009%2F06%2F11%2F1%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165595.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Reporting Services 安装</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="子域名对搜索优化的作用" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2Fyuming_seo&from=http%3A%2F%2Fderiji.com%2F2009%2F06%2F11%2F1%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165052.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">子域名对搜索优化的作用</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="B2C微创新之：正品保险、运费保险" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2Fzhengpinbaoxian&from=http%3A%2F%2Fderiji.com%2F2009%2F06%2F11%2F1%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/02/02/2514503.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">B2C微创新之：正品保险、运费保险</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="中奖啦！参与中国电信“玩游戏、拉好友、开邮箱，三重好礼送给你”活动小记" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2Fct10000_qq_win&from=http%3A%2F%2Fderiji.com%2F2009%2F06%2F11%2F1%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165553.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">中奖啦！参与中国电信“玩游戏、拉好友、开邮箱，三重好礼送给你”活动小记</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="4" 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>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
<a href='http://deriji.com/2009/06/11/1/' rel="nofollow"><br/>【阅读全文】</a></p><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="4"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Reporting Services 安装" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2007%2F08%2F14%2F23%2F&from=http%3A%2F%2Fderiji.com%2F2009%2F06%2F11%2F1%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165595.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Reporting Services 安装</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="岁月如风-西宁" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2009%2F03%2F29%2F66%2F&from=http%3A%2F%2Fderiji.com%2F2009%2F06%2F11%2F1%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/19/2165955.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">岁月如风-西宁</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="name.com免费域名隐私(freewhois)" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2Fname.com_freewhois&from=http%3A%2F%2Fderiji.com%2F2009%2F06%2F11%2F1%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165628.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">name.com免费域名隐私(freewhois)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="上班那点路程:11.42mi" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fderiji.com%2F2008%2F12%2F07%2F57%2F&from=http%3A%2F%2Fderiji.com%2F2009%2F06%2F11%2F1%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/01/18/2165998.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">上班那点路程:11.42mi</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="4" 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>]]></content:encoded>
			<wfw:commentRss>http://deriji.com/2009/06/11/1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

