<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/lihui_830501" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/lihui_830501" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 03 Jul 2009 16:00:00 GMT</lastBuildDate><title>乐可乐可的部落格</title><description>LocaLoca`s Blog</description><link>http://blog.csdn.net/lihui_830501/</link><item><title>asp.net mvc 过滤器:ArgumentNotNullFilter</title><link>http://blog.csdn.net/lihui_830501/archive/2009/07/03/4319446.aspx</link><wfw:comment>http://blog.csdn.net/lihui_830501/comments/4319446.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihui_830501/comments/commentRss/4319446.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4319446</trackback:ping><description>&lt;br /&gt;老是得判断参数是不是空,就弄了个判断参数不能为空的过滤器&lt;br /&gt;using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Mvc;
namespace GGG.Library.Filter
{
    /// 
    /// 过虑器
    /// 判断参数是否为空
    /// created by lihui_830501@163.com 20090521
    /// 
    public class ArgumentNotNullFilter : ActionFilterAttribute
    {
        private string[] _vars;
        private string[] _errors;
        /// 
        /// 构造
        /// &lt;img src =&quot;http://blog.csdn.net/lihui_830501/aggbug/4319446.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/240350172/lihui_830501/csdn.net/s.gif?r=http://blog.csdn.net/lihui_830501/archive/2009/07/03/4319446.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lihui_830501/240350172/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lihui_830501/240350172/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 04 Jul 2009 00:00:00 +0800</pubDate><author>乐可乐可</author><comments>http://blog.csdn.net/lihui_830501/archive/2009/07/03/4319446.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihui_830501/archive/2009/07/03/4319446.aspx</guid><dc:creator>乐可乐可</dc:creator><fs:srclink>http://blog.csdn.net/lihui_830501/archive/2009/07/03/4319446.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lihui_830501/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lihui_830501/~1117616/240350172/1117612</fs:itemid></item><item><title>asp.net mvc 分页控件:HtmlHelper扩展</title><link>http://blog.csdn.net/lihui_830501/archive/2009/07/02/4316242.aspx</link><wfw:comment>http://blog.csdn.net/lihui_830501/comments/4316242.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihui_830501/comments/commentRss/4316242.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4316242</trackback:ping><description>&lt;br /&gt;按照以前在asp.net里用的分页控件写了一个asp.net mvc里的分页控件,就是HtmlHelper的扩展&lt;br /&gt;namespace Lihui.Mvc.Extensions
{
    public static class PagerBarHelper
    {
        /// 
        /// 分页HTML生成器
        /// 
        /// 待扩展的HtmlHelper
        /// 数据总数
        /// 页数
        /// 分页控件允许显示的页数
        /// html属性
        /&lt;img src =&quot;http://blog.csdn.net/lihui_830501/aggbug/4316242.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/239994906/lihui_830501/csdn.net/s.gif?r=http://blog.csdn.net/lihui_830501/archive/2009/07/02/4316242.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lihui_830501/239994906/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lihui_830501/239994906/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 02 Jul 2009 23:15:00 +0800</pubDate><author>乐可乐可</author><comments>http://blog.csdn.net/lihui_830501/archive/2009/07/02/4316242.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihui_830501/archive/2009/07/02/4316242.aspx</guid><dc:creator>乐可乐可</dc:creator><fs:srclink>http://blog.csdn.net/lihui_830501/archive/2009/07/02/4316242.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lihui_830501/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lihui_830501/~1117616/239994906/1117612</fs:itemid></item><item><title>赶[LINQ to Entities] 的时髦:LINQ to Entities 不识别方法,因此该方法无法转换为存储表达式。</title><link>http://blog.csdn.net/lihui_830501/archive/2009/07/02/4316189.aspx</link><wfw:comment>http://blog.csdn.net/lihui_830501/comments/4316189.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihui_830501/comments/commentRss/4316189.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4316189</trackback:ping><description>赶[LINQ to Entities] 的时髦:LINQ to Entities 不识别方法,因此该方法无法转换为存储表达式。&lt;img src =&quot;http://blog.csdn.net/lihui_830501/aggbug/4316189.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/239989769/lihui_830501/csdn.net/s.gif?r=http://blog.csdn.net/lihui_830501/archive/2009/07/02/4316189.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lihui_830501/239989769/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lihui_830501/239989769/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 02 Jul 2009 22:59:00 +0800</pubDate><author>乐可乐可</author><comments>http://blog.csdn.net/lihui_830501/archive/2009/07/02/4316189.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihui_830501/archive/2009/07/02/4316189.aspx</guid><dc:creator>乐可乐可</dc:creator><fs:srclink>http://blog.csdn.net/lihui_830501/archive/2009/07/02/4316189.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lihui_830501/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lihui_830501/~1117616/239989769/1117612</fs:itemid></item><item><title>ajax控件-ajax control toolkit 3.5.20820-http://ajaxcontrol.cn</title><link>http://blog.csdn.net/lihui_830501/archive/2008/12/01/3420560.aspx</link><wfw:comment>http://blog.csdn.net/lihui_830501/comments/3420560.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihui_830501/comments/commentRss/3420560.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3420560</trackback:ping><description>为了看这些ajax控件alax control toolkit,就弄了个网站http://ajaxcontrol.cn,为了看效果方便,这上面的东东其实真还都不错的.以下是所有ajax无刷新控件,具体安装方法,代码下载,效果查看请进入http://ajaxcontrol.cn&lt;br /&gt;Accordion&lt;br /&gt;AlwaysVisibleControl&lt;br /&gt;Animation&lt;br /&gt;AutoComplete&lt;br /&gt;Calendar&lt;br /&gt;CascadingDropDown&lt;br /&gt;CollapsiblePanel&lt;br /&gt;ConfirmButton&lt;br /&gt;DragPanel&lt;br /&gt;DropDown&lt;br /&gt;DropShadow&lt;br /&gt;DynamicPopulate&lt;br /&gt;FilteredTextBox&lt;br /&gt;HoverMenu&lt;br /&gt;ListSearch&lt;br /&gt;MaskedEdit&lt;br /&gt;ModalPopup&lt;br /&gt;MultiHandleSlider&lt;br /&gt;MutuallyExclusiveCheckBox&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/lihui_830501/aggbug/3420560.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lihui_830501/239989775/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lihui_830501/239989775/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Dec 2008 22:06:00 +0800</pubDate><author>乐可乐可</author><comments>http://blog.csdn.net/lihui_830501/archive/2008/12/01/3420560.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihui_830501/archive/2008/12/01/3420560.aspx</guid><dc:creator>乐可乐可</dc:creator><fs:srclink>http://blog.csdn.net/lihui_830501/archive/2008/12/01/3420560.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lihui_830501/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lihui_830501/~1117616/239989775/1117612</fs:itemid></item><item><title>也谈OleDbHelper,由SqlHelper类转OleDbHelper类，access操作</title><link>http://blog.csdn.net/lihui_830501/archive/2008/09/19/2949362.aspx</link><wfw:comment>http://blog.csdn.net/lihui_830501/comments/2949362.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihui_830501/comments/commentRss/2949362.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2949362</trackback:ping><description>今意外看见一贴子谈OleDbHelper，突然想起自已一直用的由SqlHelper类转成的OleDbHelper，在此分享，自己用了二年了，还没发现异常， 代码如下&lt;img src =&quot;http://blog.csdn.net/lihui_830501/aggbug/2949362.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lihui_830501/239989776/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lihui_830501/239989776/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 19 Sep 2008 08:51:00 +0800</pubDate><author>乐可乐可</author><comments>http://blog.csdn.net/lihui_830501/archive/2008/09/19/2949362.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihui_830501/archive/2008/09/19/2949362.aspx</guid><dc:creator>乐可乐可</dc:creator><fs:srclink>http://blog.csdn.net/lihui_830501/archive/2008/09/19/2949362.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lihui_830501/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lihui_830501/~1117616/239989776/1117612</fs:itemid></item><item><title>支持一下租网，北京区域信息最详尽的房屋租赁网http://www.zu09.cn</title><link>http://blog.csdn.net/lihui_830501/archive/2008/09/19/2949340.aspx</link><wfw:comment>http://blog.csdn.net/lihui_830501/comments/2949340.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihui_830501/comments/commentRss/2949340.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2949340</trackback:ping><description>http://www.zu09.cn
租网,东城区,西城区,朝阳区,海淀区,崇文区,宣武区,丰台区,石景山区,怀柔区,延庆区,密云区,昌平区,顺义区,平谷区,房山区,大兴区,通州区,门头沟区,区域信息最详尽的北京免费租赁网,房屋出租,求租,合租信息平台

 作为开发人员，帮自己顶一下了~~&lt;img src =&quot;http://blog.csdn.net/lihui_830501/aggbug/2949340.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lihui_830501/239989777/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lihui_830501/239989777/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 19 Sep 2008 08:34:00 +0800</pubDate><author>乐可乐可</author><comments>http://blog.csdn.net/lihui_830501/archive/2008/09/19/2949340.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihui_830501/archive/2008/09/19/2949340.aspx</guid><dc:creator>乐可乐可</dc:creator><fs:srclink>http://blog.csdn.net/lihui_830501/archive/2008/09/19/2949340.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lihui_830501/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lihui_830501/~1117616/239989777/1117612</fs:itemid></item><item><title>彩票随机程序 双色球 超级大乐透</title><link>http://blog.csdn.net/lihui_830501/archive/2008/08/19/2796134.aspx</link><wfw:comment>http://blog.csdn.net/lihui_830501/comments/2796134.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihui_830501/comments/commentRss/2796134.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2796134</trackback:ping><description>无聊时写的一个彩票随机程序，呵呵，买二注!&lt;img src =&quot;http://blog.csdn.net/lihui_830501/aggbug/2796134.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lihui_830501/239989779/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lihui_830501/239989779/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 19 Aug 2008 23:15:00 +0800</pubDate><author>乐可乐可</author><comments>http://blog.csdn.net/lihui_830501/archive/2008/08/19/2796134.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihui_830501/archive/2008/08/19/2796134.aspx</guid><dc:creator>乐可乐可</dc:creator><fs:srclink>http://blog.csdn.net/lihui_830501/archive/2008/08/19/2796134.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lihui_830501/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lihui_830501/~1117616/239989779/1117612</fs:itemid></item><item><title>适配器模式 The Adapter Pattern</title><link>http://blog.csdn.net/lihui_830501/archive/2008/06/26/2589505.aspx</link><wfw:comment>http://blog.csdn.net/lihui_830501/comments/2589505.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihui_830501/comments/commentRss/2589505.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2589505</trackback:ping><description>适配器模式——将一个类的接口，转换成客户期望的另一个接口。适配器让原本接口不兼容的类可以合作无间。（摘自《Head First Design Patterns》）

        以下是自已用VS画了一个简图：
&lt;img src =&quot;http://blog.csdn.net/lihui_830501/aggbug/2589505.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lihui_830501/239989781/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lihui_830501/239989781/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 27 Jun 2008 01:04:00 +0800</pubDate><author>乐可乐可</author><comments>http://blog.csdn.net/lihui_830501/archive/2008/06/26/2589505.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihui_830501/archive/2008/06/26/2589505.aspx</guid><dc:creator>乐可乐可</dc:creator><fs:srclink>http://blog.csdn.net/lihui_830501/archive/2008/06/26/2589505.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lihui_830501/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lihui_830501/~1117616/239989781/1117612</fs:itemid></item><item><title>命令模式 The Command Pattern</title><link>http://blog.csdn.net/lihui_830501/archive/2008/06/25/2586743.aspx</link><wfw:comment>http://blog.csdn.net/lihui_830501/comments/2586743.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihui_830501/comments/commentRss/2586743.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2586743</trackback:ping><description>命令模式——“请求”封装成对象，以便使用不同的请求，队列或者日志来参数化其它对象。命令模式也支持可撤消的操作。（摘自《Head First Design Patterns》）               以下是自已用VS画了一个简图：&lt;img src =&quot;http://blog.csdn.net/lihui_830501/aggbug/2586743.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lihui_830501/239989782/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lihui_830501/239989782/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 26 Jun 2008 03:38:00 +0800</pubDate><author>乐可乐可</author><comments>http://blog.csdn.net/lihui_830501/archive/2008/06/25/2586743.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihui_830501/archive/2008/06/25/2586743.aspx</guid><dc:creator>乐可乐可</dc:creator><fs:srclink>http://blog.csdn.net/lihui_830501/archive/2008/06/25/2586743.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lihui_830501/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lihui_830501/~1117616/239989782/1117612</fs:itemid></item><item><title>单件模式 The Singleton Pattern</title><link>http://blog.csdn.net/lihui_830501/archive/2008/06/24/2583086.aspx</link><wfw:comment>http://blog.csdn.net/lihui_830501/comments/2583086.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihui_830501/comments/commentRss/2583086.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2583086</trackback:ping><description>单件模式——确保一个类只有一个实例，并提供一个全局访问点。（摘自《Head First Design Patterns》）       单件模式比较简单，下面给出个一个单件类：&lt;img src =&quot;http://blog.csdn.net/lihui_830501/aggbug/2583086.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lihui_830501/239989783/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lihui_830501/239989783/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 25 Jun 2008 02:22:00 +0800</pubDate><author>乐可乐可</author><comments>http://blog.csdn.net/lihui_830501/archive/2008/06/24/2583086.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihui_830501/archive/2008/06/24/2583086.aspx</guid><dc:creator>乐可乐可</dc:creator><fs:srclink>http://blog.csdn.net/lihui_830501/archive/2008/06/24/2583086.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lihui_830501/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lihui_830501/~1117616/239989783/1117612</fs:itemid></item></channel></rss>