<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/alen0707" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/alen0707" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 27 Aug 2010 03:13:00 GMT</lastBuildDate><title>alen0707的专栏</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=alen0707</link><item><title>C#下载文件时，怎么先去判断目标文件是否存在</title><link>http://blog.csdn.net/alen0707/archive/2010/08/27/5842938.aspx</link><description>&lt;br /&gt;呵呵，由于需求需要在上传文件，怎，上传文件则需要路径存在否则将无法正常上传，搜索了下！呵呵，发现这个还不错，全面，先留下来！！&lt;br /&gt;来自百度http://zhidao.baidu.com/question/113235928.html  yuan50019的回答。&lt;br /&gt;&lt;br /&gt;StreamWriter sw = File.AppendText(Server.MapPath(&quot;.&quot;)+&quot;\\myText.txt&quot;); &lt;br /&gt;sw.WriteLine(&quot;追逐理想&quot;); &lt;br /&gt;sw.WriteLine(&quot;kzlll&quot;); &lt;br /&gt;sw.WriteLine(&quot;.NET笔记&quot;); &lt;br /&gt;sw.Flush(); &lt;br /&gt;sw.Close(); &lt;br /&gt;C#拷贝文件 &lt;br /&gt;string OrignFile,NewFile; &lt;br /&gt;OrignFile = Server.MapPath(&quot;.&quot;)+&quot;\\myText.txt&quot;; &lt;br /&gt;NewFile = Server.MapPath(&quot;.&quot;)+&quot;\\myTextCopy.txt&lt;img src=&quot;http://www1.feedsky.com/t1/406858605/alen0707/csdn.net/s.gif?r=http://blog.csdn.net/alen0707/archive/2010/08/27/5842938.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/alen0707/406858605/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/alen0707/406858605/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 27 Aug 2010 11:13:00 +0800</pubDate><author>小虾米</author><guid isPermaLink="false">http://blog.csdn.net/alen0707/archive/2010/08/27/5842938.aspx</guid><dc:creator>小虾米</dc:creator><fs:srclink>http://blog.csdn.net/alen0707/archive/2010/08/27/5842938.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alen0707/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/alen0707/~7404070/406858605/5513592</fs:itemid></item><item><title>查询农历阳历过生日人员</title><link>http://blog.csdn.net/alen0707/archive/2010/08/11/5804504.aspx</link><description>&lt;br /&gt;在农历和阳历日期间的转换的基础上进行的。&lt;br /&gt;按BirthdayType生日类型（1阳历，2农历）来检索出近期（5天内）过生日的人员列表。&lt;br /&gt;//描述：检索出LinkMan表中的5天内过生日的人员信息，BirthdayType=2农历生日，BirthdayType=1阳历生日


int rangeDay=5;//生日提前天数 
ChineseLunisolarCalendar clc = new ChineseLunisolarCalendar();
            string Luneryear = ConvertToChineseYearStyle(clc.GetYear(DateTime.Now));//获取当前农历年,并将其转换为中文（此方法就不贴了，so easy）

            //阳历农历按表中存的自动检索出对应的生日范围内的信息
            StringBuilder strSql = new StringBuilder();
            strSql.AppendLine(&quot;s&lt;img src=&quot;http://www1.feedsky.com/t1/406858606/alen0707/csdn.net/s.gif?r=http://blog.csdn.net/alen0707/archive/2010/08/11/5804504.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/alen0707/406858606/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/alen0707/406858606/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 11 Aug 2010 15:59:00 +0800</pubDate><author>小虾米</author><guid isPermaLink="false">http://blog.csdn.net/alen0707/archive/2010/08/11/5804504.aspx</guid><dc:creator>小虾米</dc:creator><fs:srclink>http://blog.csdn.net/alen0707/archive/2010/08/11/5804504.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alen0707/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/alen0707/~7404070/406858606/5513592</fs:itemid></item><item><title>sql中农历阳历之间的转换问题</title><link>http://blog.csdn.net/alen0707/archive/2010/08/11/5804401.aspx</link><description>&lt;br /&gt;本文来自tony的完善版。链接地址为：&lt;br /&gt;http://topic.csdn.net/u/20100424/07/29529d9d-bc54-4877-b198-4426b4d85024.html&lt;br /&gt;&lt;br /&gt;呵呵，由于需要做个农历生日提醒的所以找到了，保留着，收藏为网摘的实在是有些乱，还是放这比较好，O(∩_∩)O哈哈~&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--创建基础数据表&lt;br /&gt;if object_id('SolarData') is not null&lt;br /&gt;    drop table SolarData&lt;br /&gt;go&lt;br /&gt;create table SolarData  &lt;br /&gt;(  &lt;br /&gt;  yearid int not null,  &lt;br /&gt;  data char(7) not null,  &lt;br /&gt;  dataint int not null  &lt;br /&gt;)   &lt;br /&gt;--插入数据  &lt;br /&gt;insert into   &lt;br /&gt;SolarData select 1900,'0x04bd8'&lt;img src=&quot;http://www1.feedsky.com/t1/406858607/alen0707/csdn.net/s.gif?r=http://blog.csdn.net/alen0707/archive/2010/08/11/5804401.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/alen0707/406858607/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/alen0707/406858607/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 11 Aug 2010 15:34:00 +0800</pubDate><author>小虾米</author><guid isPermaLink="false">http://blog.csdn.net/alen0707/archive/2010/08/11/5804401.aspx</guid><dc:creator>小虾米</dc:creator><fs:srclink>http://blog.csdn.net/alen0707/archive/2010/08/11/5804401.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alen0707/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/alen0707/~7404070/406858607/5513592</fs:itemid></item><item><title>较全面的正则判断收藏</title><link>http://blog.csdn.net/alen0707/archive/2010/07/29/5773976.aspx</link><description>呵呵，查找问题的时候找到的，感觉比较全面就保留下来，留着以后查阅了~~~用正则表达式验证 &quot;^\d+$ &quot;　　//非负整数......   &quot;^\d+$ &quot;　　//非负整数（正整数   +   0）   &quot;^[0-9]*[1-9][0-9]*$ &quot;　　//正整数   &quot;^((-\d+)|(0+))$ &quot;　　//非正整数（负整数   +   0）   &quot;^-[0-9]*[1-9][0-9]*$ &quot;　　//负整数   &quot;^-?\d+$ &quot;　　　　//整数   &quot;^\d+(\.\d+)?$ &quot;　　//非负浮点数（正浮点数   +   0）   &quot;^(([0-9]+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1-9][0-9]*))$ &quot;　　//正浮点数   &quot;^((-\d+(\.\d+)?)|(0+(\.0+)?))$ &quot;　　//非正浮点数（负浮点数   +   0）&lt;img src=&quot;http://www1.feedsky.com/t1/406858608/alen0707/csdn.net/s.gif?r=http://blog.csdn.net/alen0707/archive/2010/07/29/5773976.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/alen0707/406858608/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/alen0707/406858608/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 29 Jul 2010 15:09:00 +0800</pubDate><author>小虾米</author><guid isPermaLink="false">http://blog.csdn.net/alen0707/archive/2010/07/29/5773976.aspx</guid><dc:creator>小虾米</dc:creator><fs:srclink>http://blog.csdn.net/alen0707/archive/2010/07/29/5773976.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alen0707/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/alen0707/~7404070/406858608/5513592</fs:itemid></item><item><title>textarea回车的正常显示</title><link>http://blog.csdn.net/alen0707/archive/2010/07/28/5770715.aspx</link><description>textarea中若是输入回车的话，保存后再次读取时在输入回车的地方会出现而且成为一行显示。呵呵，若是想让回车正常显示换行可通过这种方式来解决：在存入数据库之前作处理，将回车进行转换存储，再在显示的时候进行转换，换回回车显示即可：转换方法如下：//存入前function replaceTextarea1(str){var reg= new RegExp(&quot;\r\n&quot;,&quot;g&quot;);var reg1= new RegExp(&quot; &quot;,&quot;g&quot;);str=str.replace(reg,&quot;&quot;);str =str.replace(reg1,&quot;&quot;);return str;}//显示时function replaceTextarea2(str){var reg= new RegExp(&quot;&quot;,&quot;g&quot;);var reg1= new RegExp(&quot;&quot;,&quot;g&quot;);str=str&lt;img src=&quot;http://www1.feedsky.com/t1/406858609/alen0707/csdn.net/s.gif?r=http://blog.csdn.net/alen0707/archive/2010/07/28/5770715.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/alen0707/406858609/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/alen0707/406858609/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 28 Jul 2010 11:03:00 +0800</pubDate><author>小虾米</author><guid isPermaLink="false">http://blog.csdn.net/alen0707/archive/2010/07/28/5770715.aspx</guid><dc:creator>小虾米</dc:creator><fs:srclink>http://blog.csdn.net/alen0707/archive/2010/07/28/5770715.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alen0707/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/alen0707/~7404070/406858609/5513592</fs:itemid></item><item><title>js中全部替换字符</title><link>http://blog.csdn.net/alen0707/archive/2010/07/19/5746372.aspx</link><description>对字符串中指定字符替换为另一字符，str=str.replace(str1,str2);将str中的str1替换为str2。但是这个在js中无法将所有的str1都替换为str2。呵呵，为了实现全部替换查了个正则：var opList=&quot;abcd,efg&quot;;opList=opList.replace(new RegExp('|',&quot;gm&quot;),',')执行此语句可正常的将opList串中所有的逗号换为竖杠。但是当交换逗号和竖杠的位置的时候，得到的结果却是带有很多逗号的串。而不是把竖杠换为逗号。找了很长时间不知道原因，后来发现竖杠是需要转义的。如下能正确的替换：var str=&quot;fda|fd&quot;; var str2=&quot;&quot;; str2 = str.replace(/\|/g,&quot;,&quot;);&lt;img src=&quot;http://www1.feedsky.com/t1/406858610/alen0707/csdn.net/s.gif?r=http://blog.csdn.net/alen0707/archive/2010/07/19/5746372.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/alen0707/406858610/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/alen0707/406858610/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 19 Jul 2010 14:46:00 +0800</pubDate><author>小虾米</author><guid isPermaLink="false">http://blog.csdn.net/alen0707/archive/2010/07/19/5746372.aspx</guid><dc:creator>小虾米</dc:creator><fs:srclink>http://blog.csdn.net/alen0707/archive/2010/07/19/5746372.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alen0707/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/alen0707/~7404070/406858610/5513592</fs:itemid></item><item><title>常用的一些正则</title><link>http://blog.csdn.net/alen0707/archive/2010/06/25/5693510.aspx</link><description>要对手机号码的验证，呵呵，就找了下，顺便把贴出来以备后用。var mPhone=$.trim($(&quot;#MPhone&quot;).val());//提醒手机号
if(!(/^1[3|4|5|8][0-9]\d{4,8}$/.test(mPhone)))
            {
                alert(&quot;请输入正确的手机号码|&quot;);
return false;
            }  下面是脚本之家编辑对上面正则表达式的简单分析，随着以后手机号码段的增加，大家可以自己扩展功能，不懂正则的朋友看完这篇文章应该会了点啊。 主要是这段代码了，以后大家修改这段就可以了 ^1[3|4|5|8][0-9]\d{4,8}$ ^1代表以1开头，现在中国的手机号没有是其它开头的，以后不一定啊 [3|4|5|8] 紧跟上面的1后面，可以是3或4或5或8的一个数字，如果以后出现190开始的手机号码了，就需要如下[3|4|5|8|9] [0-9]表示0-9中间的任何数字，可以是0或9&lt;img src=&quot;http://www1.feedsky.com/t1/406858611/alen0707/csdn.net/s.gif?r=http://blog.csdn.net/alen0707/archive/2010/06/25/5693510.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/alen0707/406858611/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/alen0707/406858611/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 25 Jun 2010 11:18:00 +0800</pubDate><author>小虾米</author><guid isPermaLink="false">http://blog.csdn.net/alen0707/archive/2010/06/25/5693510.aspx</guid><dc:creator>小虾米</dc:creator><fs:srclink>http://blog.csdn.net/alen0707/archive/2010/06/25/5693510.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alen0707/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/alen0707/~7404070/406858611/5513592</fs:itemid></item><item><title>获取当前月的第一天和最后一天</title><link>http://blog.csdn.net/alen0707/archive/2010/06/02/5642212.aspx</link><description>&lt;br /&gt;呵呵，这个还是经常要用到的，记载下下。查找到的和现用的记录下：&lt;br /&gt;C#&lt;br /&gt;int year = DateTime.Now.Year;&lt;br /&gt;int month = DateTime.Now.Month;&lt;br /&gt;DateTime firstDayOfThisMonth = new DateTime(year, month, 1);&lt;br /&gt;DateTime lastDayOfThisMonth = new DateTime(year, month, DateTime.DaysInMonth(year, month));&lt;br /&gt; 若是字符串形式的第一天还可以用这种形式：&lt;br /&gt;string FirstDate =DateTime.Now.ToString(&quot;yyyy-MM-01&quot;);&lt;br /&gt;&lt;br /&gt;下面的这个SQL的还没有测试的呢！&lt;br /&gt;SQL &lt;br /&gt;&lt;br /&gt;DECLARE @NOW DATETIME&lt;br /&gt;DECLARE @FistDayOfThisMonth DATETIME  &lt;br /&gt;DECLARE @L&lt;img src=&quot;http://www1.feedsky.com/t1/406858612/alen0707/csdn.net/s.gif?r=http://blog.csdn.net/alen0707/archive/2010/06/02/5642212.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/alen0707/406858612/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/alen0707/406858612/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 02 Jun 2010 14:30:00 +0800</pubDate><author>小虾米</author><guid isPermaLink="false">http://blog.csdn.net/alen0707/archive/2010/06/02/5642212.aspx</guid><dc:creator>小虾米</dc:creator><fs:srclink>http://blog.csdn.net/alen0707/archive/2010/06/02/5642212.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alen0707/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/alen0707/~7404070/406858612/5513592</fs:itemid></item><item><title>删除表字段的sql语句</title><link>http://blog.csdn.net/alen0707/archive/2010/04/26/5528494.aspx</link><description>&lt;br /&gt;哎，还是上周的事情了，csdn的博客最近咋老是打不开呢！&lt;br /&gt;基本语句：Alter table 表名 drop Column 字段名&lt;br /&gt;另单单是这样是不行滴，还要删除对应的关系滴。下面就把查找到的那篇文章引用下吧！&lt;br /&gt;原文地址：http://hi.baidu.com/lisky119/blog/item/3c348c082573949c0a7b82d1.html&lt;br /&gt;SET ANSI_NULLS ON&lt;br /&gt;GO&lt;br /&gt;SET QUOTED_IDENTIFIER ON&lt;br /&gt;GO&lt;br /&gt;-- =============================================&lt;br /&gt;-- Author:   lw&lt;br /&gt;-- Create date: 2009-07-31&lt;br /&gt;-- Description: 强行删除表列,【无错误】【删除表的列之前一定要删除依赖，索引】,不然会报很多错误&lt;br /&gt;-- =============================================&lt;br /&gt;alt&lt;img src=&quot;http://www1.feedsky.com/t1/406858613/alen0707/csdn.net/s.gif?r=http://blog.csdn.net/alen0707/archive/2010/04/26/5528494.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/alen0707/406858613/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/alen0707/406858613/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 26 Apr 2010 08:49:00 +0800</pubDate><author>小虾米</author><guid isPermaLink="false">http://blog.csdn.net/alen0707/archive/2010/04/26/5528494.aspx</guid><dc:creator>小虾米</dc:creator><fs:srclink>http://blog.csdn.net/alen0707/archive/2010/04/26/5528494.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alen0707/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/alen0707/~7404070/406858613/5513592</fs:itemid></item><item><title>查找问题根源时别忘了联动</title><link>http://blog.csdn.net/alen0707/archive/2010/03/23/5407440.aspx</link><description>&lt;br /&gt;这两天基本上都是在改以前的需求，在以前的代码的基础上进行修改。本来就够复杂的逻辑再进行修改真是比较头疼的问题。改一个小地方往往能牵涉好多处的修改。昨天查找个数据转换报错的问题，找了我好半天才找到！当时定位到相关的地方，错误始终在定位的地方的后面出现，表面看起来貌似不是本方法的错，但是执行起来就是这个该死的方法报错！最后只有一步一步的逐一排除，到最后才发现是联动的问题！在修改相应的值时作出的联动操作！恩，又长见识了，以前查找问题时还没有遇到过这样的问题。以后要多加的注意，减少查找问题的时间。合理的定位问题的所在。&lt;img src=&quot;http://www1.feedsky.com/t1/406858614/alen0707/csdn.net/s.gif?r=http://blog.csdn.net/alen0707/archive/2010/03/23/5407440.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/alen0707/406858614/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/alen0707/406858614/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 23 Mar 2010 11:29:00 +0800</pubDate><author>小虾米</author><guid isPermaLink="false">http://blog.csdn.net/alen0707/archive/2010/03/23/5407440.aspx</guid><dc:creator>小虾米</dc:creator><fs:srclink>http://blog.csdn.net/alen0707/archive/2010/03/23/5407440.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/alen0707/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/alen0707/~7404070/406858614/5513592</fs:itemid></item></channel></rss>
