<?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/freedom119" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/freedom119" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 24 Jun 2009 15:12:00 GMT</lastBuildDate><title>记录历史，展望未来！！</title><description>----------记录我的成长历程</description><link>http://blog.csdn.net/freedom119/</link><item><title>流程KPI分析与实施框架研究</title><link>http://blog.csdn.net/freedom119/archive/2009/06/24/4294586.aspx</link><wfw:comment>http://blog.csdn.net/freedom119/comments/4294586.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedom119/comments/commentRss/4294586.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4294586</trackback:ping><description>2008年01月08日 22:40:13流程KPI分析与实施框架研究（一） &lt;br /&gt;——本文所述的流程KPI分析与实施框架，是我在某省移动公司做运维流程体系KPI体系构建时所提出的一套KPI分析与设计的原创性方法论，这里共享出来作为我blog里的第一篇理论性文章。 &lt;br /&gt;&lt;br /&gt;在目前广为采用的、主流的KPI体系模型“平衡记分卡”的基础上，我们开发出一套面向通信运维流程领域专用的KPI体系分析与实施框架。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;图1 流程KPI分析与实施框架在这个KPI体系分析与实施框架中有2个核心的方法域，第一个方法域是本框架中央的以平衡计分卡为核心的KPI指标定义设计方法模型，这主要是用在KPI指标的分解和选取方面，是找出有些什么指标的方法；第二个方法域是本框架外围的以流程维度、时间维度、岗位维度、组织维度、专业维度等测量对象抽取维度为主体的框架支持方法，这主要是用在KPI指标测量对象样本的抽取方面，是确定KPI指标可测量哪些对象的方法。&lt;br /&gt;在本流程KPI分析与实施框架中，除延续了平衡记分卡的KPI设计模式外，更独创性的是引&lt;img src =&quot;http://blog.csdn.net/freedom119/aggbug/4294586.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236621406/freedom119/csdn.net/s.gif?r=http://blog.csdn.net/freedom119/archive/2009/06/24/4294586.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/freedom119/236621406/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/freedom119/236621406/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 24 Jun 2009 23:12:00 +0800</pubDate><author>freedom119</author><comments>http://blog.csdn.net/freedom119/archive/2009/06/24/4294586.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freedom119/archive/2009/06/24/4294586.aspx</guid><dc:creator>freedom119</dc:creator><fs:srclink>http://blog.csdn.net/freedom119/archive/2009/06/24/4294586.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freedom119/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/freedom119/~1172059/236621406/1172041</fs:itemid></item><item><title>JS事件模型小结</title><link>http://blog.csdn.net/freedom119/archive/2008/11/11/3274197.aspx</link><wfw:comment>http://blog.csdn.net/freedom119/comments/3274197.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedom119/comments/commentRss/3274197.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3274197</trackback:ping><description>前几天看dojo的文档，其中多次提到DOM2事件模型，以前学习这部分的内容，主要愤慨于IE的不兼容性了，现在对于DOM2事件模型的概念又有些模糊，所以翻出了JS权威指南(V4)又复习了一下，简单作一小结。&lt;br /&gt;       JS权威指南中将JS事件模型分为四种&lt;br /&gt;            1、原始事件模型:属性事件处理模式&lt;br /&gt;            2、标准事件模型:DOM2对其作了标准化&lt;br /&gt;            3、IE事件模型(IE5.5\IE6)&lt;br /&gt;            4、 Netscape事件模型 
 原始事件模型 &lt;br /&gt;         也就是基本事件处理，其实我们大多数人使用的JS事件处理模式都是这种代码方式。&lt;br /&gt;         其事件类型:分为&quot;输入事件(如onclicki)&quot;和&quot;语义事件(如onsubmit)&quot;&lt;br /&gt;        事件程序的注册可以以下几种方式:&lt;br /&gt;         1、JS代码作为HTML性质值&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/freedom119/aggbug/3274197.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/freedom119/236621407/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/freedom119/236621407/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 11 Nov 2008 18:17:00 +0800</pubDate><author>freedom119</author><comments>http://blog.csdn.net/freedom119/archive/2008/11/11/3274197.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freedom119/archive/2008/11/11/3274197.aspx</guid><dc:creator>freedom119</dc:creator><fs:srclink>http://blog.csdn.net/freedom119/archive/2008/11/11/3274197.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freedom119/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/freedom119/~1172059/236621407/1172041</fs:itemid></item><item><title>千万级数据分页详细设计</title><link>http://blog.csdn.net/freedom119/archive/2008/11/10/3267342.aspx</link><wfw:comment>http://blog.csdn.net/freedom119/comments/3267342.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedom119/comments/commentRss/3267342.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3267342</trackback:ping><description>千万级数据分页详细设计1.引言1.1目的为适应大数据量分页的需要，为以后千万级数据分页提供解决方法或者参考，节省开发时间，特制定本详细设计方案1.2主要阅读对象脚本设计人员1.3参考资料http://www.cnblogs.com/SGSoft/archive/2004/10/23/55800.html2.详细设计2.1分页存储过程2.1.1简介2.1.2分页存储过程代码以下代码是网上找的分页存储过程，我是在原存储过程的基础上加了一个@IsCount bit = 0, 主要是用来返回纪录总数，当为非0值时返回。下面注释部分是原作者的测试部分。我在本机sql server 2005上的测试是在10000011纪录中查询第100000页，每页10条纪录按升序和降序时间均为0.38秒，测试语法如下：exec GetRecordFromPage tbl_Briefness,I_BriefnessID,10,100000，其中在tbl_Briefness表I_BriefnessID字段上建立了索引。/**//*&lt;br /&gt;  经测试，在14483461 条记录中查询第100000 页，每页10 &lt;img src =&quot;http://blog.csdn.net/freedom119/aggbug/3267342.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/freedom119/236621408/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/freedom119/236621408/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 10 Nov 2008 23:44:00 +0800</pubDate><author>freedom119</author><comments>http://blog.csdn.net/freedom119/archive/2008/11/10/3267342.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freedom119/archive/2008/11/10/3267342.aspx</guid><dc:creator>freedom119</dc:creator><fs:srclink>http://blog.csdn.net/freedom119/archive/2008/11/10/3267342.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freedom119/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/freedom119/~1172059/236621408/1172041</fs:itemid></item><item><title>sql中CASE的用法</title><link>http://blog.csdn.net/freedom119/archive/2008/10/10/3050404.aspx</link><wfw:comment>http://blog.csdn.net/freedom119/comments/3050404.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedom119/comments/commentRss/3050404.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3050404</trackback:ping><description>文章分类：MSSqlServer文章标题：资料：sql中CASE的用法关 键 字：0文章作者：0文章来源：http://www.xyhhxx.com/xybbs/display.aspx?SubID=1043&amp;Postuser=seo&amp;Board1=4&amp;Board2=1发表时间：2006-4-23 20:34:00&lt;br /&gt;sql中CASE的用法 &lt;br /&gt;CASE &lt;br /&gt;计算条件列表并返回多个可能结果表达式之一。  &lt;br /&gt;CASE 具有两种格式：  &lt;br /&gt;简单 CASE 函数将某个表达式与一组简单表达式进行比较以确定结果。  &lt;br /&gt;&lt;br /&gt;CASE 搜索函数计算一组布尔表达式以确定结果。  &lt;br /&gt;两种格式都支持可选的 ELSE 参数。  &lt;br /&gt;语法 &lt;br /&gt;简单 CASE 函数： &lt;br /&gt;CASE input_expression &lt;br /&gt;    WHEN when_expression THEN result_expression &lt;br /&gt;        [ ...n ] &lt;br /&gt;    [  &lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/freedom119/aggbug/3050404.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/freedom119/236621409/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/freedom119/236621409/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 10 Oct 2008 22:26:00 +0800</pubDate><author>freedom119</author><comments>http://blog.csdn.net/freedom119/archive/2008/10/10/3050404.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freedom119/archive/2008/10/10/3050404.aspx</guid><dc:creator>freedom119</dc:creator><fs:srclink>http://blog.csdn.net/freedom119/archive/2008/10/10/3050404.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freedom119/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/freedom119/~1172059/236621409/1172041</fs:itemid></item><item><title>J2EE开发架构大总结</title><link>http://blog.csdn.net/freedom119/archive/2008/09/25/2978865.aspx</link><wfw:comment>http://blog.csdn.net/freedom119/comments/2978865.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedom119/comments/commentRss/2978865.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2978865</trackback:ping><description> J2EE开发架构大总结   
&lt;br /&gt;二年的J2EE学完之后，我们应该掌握了一些主流的架构模式，总结一下：&lt;br /&gt; 宏观上讲，我们采用了分层的架构，将软件分为如下的层次：&lt;br /&gt;&lt;br /&gt; 在具体的实现中，表现层可为Struts/JSF等，业务层、访问层可为JavaBean或EJB等，资源层一般为数据库。&lt;br /&gt; 宏观上的层次就是这样，在具体现实中，有如下几种实现形式：&lt;br /&gt;1， 轻量级实现&lt;br /&gt;&lt;br /&gt;表现层使用基于MVC的框架，比如Struts或JSF&lt;br /&gt;业务层使用JavaBean（就是常说的Service）&lt;br /&gt;访问层使用JavaBean（就是常说的DAO）&lt;br /&gt;优点：&lt;br /&gt; 轻量级实现，简单明了&lt;br /&gt;缺点：&lt;img src =&quot;http://blog.csdn.net/freedom119/aggbug/2978865.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/freedom119/236621410/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/freedom119/236621410/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 25 Sep 2008 23:27:00 +0800</pubDate><author>freedom119</author><comments>http://blog.csdn.net/freedom119/archive/2008/09/25/2978865.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freedom119/archive/2008/09/25/2978865.aspx</guid><dc:creator>freedom119</dc:creator><fs:srclink>http://blog.csdn.net/freedom119/archive/2008/09/25/2978865.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freedom119/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/freedom119/~1172059/236621410/1172041</fs:itemid></item><item><title>数据库连接池技术</title><link>http://blog.csdn.net/freedom119/archive/2008/09/04/2878271.aspx</link><wfw:comment>http://blog.csdn.net/freedom119/comments/2878271.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedom119/comments/commentRss/2878271.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2878271</trackback:ping><description>数据库连接池技术&lt;br /&gt;作者：wesley.he　来源：IcyRiver — 冰的河 酷勤网收集　2008-09-03摘要&lt;img src =&quot;http://blog.csdn.net/freedom119/aggbug/2878271.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/freedom119/236621411/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/freedom119/236621411/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 04 Sep 2008 17:56:00 +0800</pubDate><author>freedom119</author><comments>http://blog.csdn.net/freedom119/archive/2008/09/04/2878271.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freedom119/archive/2008/09/04/2878271.aspx</guid><dc:creator>freedom119</dc:creator><fs:srclink>http://blog.csdn.net/freedom119/archive/2008/09/04/2878271.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freedom119/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/freedom119/~1172059/236621411/1172041</fs:itemid></item><item><title>因为信任，所以简单 --专访支付宝架构师团队</title><link>http://blog.csdn.net/freedom119/archive/2008/09/03/2874802.aspx</link><wfw:comment>http://blog.csdn.net/freedom119/comments/2874802.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedom119/comments/commentRss/2874802.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2874802</trackback:ping><description>因为信任，所以简单 --专访支付宝架构师团队 (1)作者: Fenng| 可以转载, 转载时务必以超链接形式标明文章原始出处和作者信息及版权声明&lt;br /&gt;网址: &lt;img src =&quot;http://blog.csdn.net/freedom119/aggbug/2874802.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/freedom119/236621412/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/freedom119/236621412/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 04 Sep 2008 01:25:00 +0800</pubDate><author>freedom119</author><comments>http://blog.csdn.net/freedom119/archive/2008/09/03/2874802.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freedom119/archive/2008/09/03/2874802.aspx</guid><dc:creator>freedom119</dc:creator><fs:srclink>http://blog.csdn.net/freedom119/archive/2008/09/03/2874802.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freedom119/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/freedom119/~1172059/236621412/1172041</fs:itemid></item><item><title>oracle权限与角色</title><link>http://blog.csdn.net/freedom119/archive/2008/08/06/2775093.aspx</link><wfw:comment>http://blog.csdn.net/freedom119/comments/2775093.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedom119/comments/commentRss/2775093.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2775093</trackback:ping><description>oracle权限与角色2008年07月28日 星期一 14:27&lt;br /&gt;权限允许用户访问属于其它用户的对象或执行程序，ORACLE系统提供三种权限：&lt;br /&gt;　　Object 对象级&lt;br /&gt;　　System 系统级&lt;br /&gt;　　Role 角色级&lt;br /&gt;　　这些权限可以授予给用户、特殊用户public或角色，如果授予一个权限给特殊用户&quot;Public&quot;（用户public是oracle预定义的，每个用户享有这个用户享有的权限）,那么就意味作将该权限授予了该数据库的所有用户。&lt;br /&gt;　　对管理权限而言，角色是一个工具，权限能够被授予给一个角色，角色也能被授予给另一个角色或用户。用户可以通过角色继承权限，除了管理权限外角色服务没有其它目的。权限可以被授予，也可以用同样的方式撤销。&lt;img src =&quot;http://blog.csdn.net/freedom119/aggbug/2775093.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/freedom119/236621413/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/freedom119/236621413/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 06 Aug 2008 18:43:00 +0800</pubDate><author>freedom119</author><comments>http://blog.csdn.net/freedom119/archive/2008/08/06/2775093.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freedom119/archive/2008/08/06/2775093.aspx</guid><dc:creator>freedom119</dc:creator><fs:srclink>http://blog.csdn.net/freedom119/archive/2008/08/06/2775093.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freedom119/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/freedom119/~1172059/236621413/1172041</fs:itemid></item><item><title>oracle常用sql语句</title><link>http://blog.csdn.net/freedom119/archive/2008/08/06/2774928.aspx</link><wfw:comment>http://blog.csdn.net/freedom119/comments/2774928.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedom119/comments/commentRss/2774928.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2774928</trackback:ping><description>oracle常用sql语句&lt;img src =&quot;http://blog.csdn.net/freedom119/aggbug/2774928.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/freedom119/236621414/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/freedom119/236621414/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 06 Aug 2008 18:19:00 +0800</pubDate><author>freedom119</author><comments>http://blog.csdn.net/freedom119/archive/2008/08/06/2774928.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freedom119/archive/2008/08/06/2774928.aspx</guid><dc:creator>freedom119</dc:creator><fs:srclink>http://blog.csdn.net/freedom119/archive/2008/08/06/2774928.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freedom119/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/freedom119/~1172059/236621414/1172041</fs:itemid></item><item><title>setContentType和setCharacterEncoding</title><link>http://blog.csdn.net/freedom119/archive/2008/08/02/2757698.aspx</link><wfw:comment>http://blog.csdn.net/freedom119/comments/2757698.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedom119/comments/commentRss/2757698.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2757698</trackback:ping><description>setContentType和setCharacterEncoding &lt;img src =&quot;http://blog.csdn.net/freedom119/aggbug/2757698.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/freedom119/236621415/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/freedom119/236621415/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 02 Aug 2008 19:53:00 +0800</pubDate><author>freedom119</author><comments>http://blog.csdn.net/freedom119/archive/2008/08/02/2757698.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/freedom119/archive/2008/08/02/2757698.aspx</guid><dc:creator>freedom119</dc:creator><fs:srclink>http://blog.csdn.net/freedom119/archive/2008/08/02/2757698.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/freedom119/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/freedom119/~1172059/236621415/1172041</fs:itemid></item></channel></rss>