<?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/zhengzhichen" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/zhengzhichen" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 29 Jan 2010 07:44:00 GMT</lastBuildDate><title>郑长风</title><description>他不喜欢阳光，喜欢雨和雪，因为它们能证明天空不是空的...</description><link>http://blog.csdn.net/blogrss.aspx?username=zhengzhichen</link><item><title>在NETBOX中使用Asp  AJAX Response.CharSet解决方法</title><link>http://blog.csdn.net/zhengzhichen/archive/2010/01/29/5269675.aspx</link><description>NetBox环境下ajax用get获取数据,中文乱码的问题解决
Asp  AJAX Response.CharSet解决方法&lt;img src=&quot;http://www1.feedsky.com/t1/327065049/zhengzhichen/csdn.net/s.gif?r=http://blog.csdn.net/zhengzhichen/archive/2010/01/29/5269675.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/zhengzhichen/327065049/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/zhengzhichen/327065049/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 29 Jan 2010 15:44:00 +0800</pubDate><author>郑长风</author><guid isPermaLink="false">http://blog.csdn.net/zhengzhichen/archive/2010/01/29/5269675.aspx</guid><dc:creator>郑长风</dc:creator><fs:srclink>http://blog.csdn.net/zhengzhichen/archive/2010/01/29/5269675.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhengzhichen/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhengzhichen/~7818267/327065049/5927575</fs:itemid></item><item><title>HTML事件</title><link>http://blog.csdn.net/zhengzhichen/archive/2010/01/29/5269659.aspx</link><description>转载：http://jiangzhengjun.javaeye.com/blog/480996&lt;br /&gt;&lt;br /&gt;事件&lt;br /&gt;DOM同时支持两种事件模式：捕获型事件和冒泡型事件，但是，捕获型事件先发生。两种事件流会触及DOM中的所有对象，从document对象开
始，也在document对象结束（大部分兼容标准的浏览会继续将事件捕获/冒泡延续至window对象），DOM中的元素都会连续收到两次事件，一次在
捕获过程中，另一次在冒泡过程中。DOM事件模型最独特的性质是，文本节点也触发事件（在IE中不会）。点击文本节点事件流应该如下图： &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;

传统事件处理函数有两种分配方式：在JavaScript中或者在HTML中。 &lt;br /&gt;&lt;br /&gt;在JavaScript中分配事件处理函数：Js代码 var

 oDiv = document.getElementById(
&quot;div1&quot;

);  
oDiv.onclick = function

 () {  
    alert(&quot;I was click&lt;img src=&quot;http://www1.feedsky.com/t1/327064781/zhengzhichen/csdn.net/s.gif?r=http://blog.csdn.net/zhengzhichen/archive/2010/01/29/5269659.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/zhengzhichen/327064781/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/zhengzhichen/327064781/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 29 Jan 2010 15:42:00 +0800</pubDate><author>郑长风</author><guid isPermaLink="false">http://blog.csdn.net/zhengzhichen/archive/2010/01/29/5269659.aspx</guid><dc:creator>郑长风</dc:creator><fs:srclink>http://blog.csdn.net/zhengzhichen/archive/2010/01/29/5269659.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhengzhichen/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhengzhichen/~7818267/327064781/5927575</fs:itemid></item><item><title>HTML事件</title><link>http://blog.csdn.net/zhengzhichen/archive/2009/12/17/5026802.aspx</link><description>HTML事件&lt;img src=&quot;http://www1.feedsky.com/t1/327064782/zhengzhichen/csdn.net/s.gif?r=http://blog.csdn.net/zhengzhichen/archive/2009/12/17/5026802.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/zhengzhichen/327064782/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/zhengzhichen/327064782/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 17 Dec 2009 17:38:00 +0800</pubDate><author>郑长风</author><guid isPermaLink="false">http://blog.csdn.net/zhengzhichen/archive/2009/12/17/5026802.aspx</guid><dc:creator>郑长风</dc:creator><fs:srclink>http://blog.csdn.net/zhengzhichen/archive/2009/12/17/5026802.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhengzhichen/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhengzhichen/~7818267/327064782/5927575</fs:itemid></item><item><title>C# 嵌入Excel、winform 嵌入Ecxel 、.net 嵌入 Excel、winform 打开 Excel、webBrowser打开Excel (转)</title><link>http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4889750.aspx</link><description>C# 嵌入Excel、winform 嵌入Ecxel 、.net 嵌入 Excel、winform 打开 Excel、webBrowser打开Excel (&lt;img src=&quot;http://www1.feedsky.com/t1/327064783/zhengzhichen/csdn.net/s.gif?r=http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4889750.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/zhengzhichen/327064783/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/zhengzhichen/327064783/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 27 Nov 2009 17:13:00 +0800</pubDate><author>郑长风</author><guid isPermaLink="false">http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4889750.aspx</guid><dc:creator>郑长风</dc:creator><fs:srclink>http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4889750.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhengzhichen/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhengzhichen/~7818267/327064783/5927575</fs:itemid></item><item><title>C#笔试题目(综合版样题)</title><link>http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4887960.aspx</link><description>C# 面试题之个人参考整理&lt;img src=&quot;http://www1.feedsky.com/t1/327064784/zhengzhichen/csdn.net/s.gif?r=http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4887960.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/zhengzhichen/327064784/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/zhengzhichen/327064784/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 27 Nov 2009 13:24:00 +0800</pubDate><author>郑长风</author><guid isPermaLink="false">http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4887960.aspx</guid><dc:creator>郑长风</dc:creator><fs:srclink>http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4887960.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhengzhichen/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhengzhichen/~7818267/327064784/5927575</fs:itemid></item><item><title>必知的CSS技巧</title><link>http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4887443.aspx</link><description>1.CSS字体属性简写规则    一般用CSS设定字体属性是这样做的：     font-weight:bold;     font-style:italic;     font-varient:small-caps;     font-size:1em;     line-height:1.5em;     font-family:verdana,sans-serif;     但也可以把它们全部写到一行上去：     font: bold italic small-caps 1em/1.5em verdana,sans-serif;     真不错！只有一点要提醒的：这种简写方法只有在同时指定font-size和font-family属性时才起作用。而且，如果你没有设定font- weight, font-style, 以及 font-varient ，他们会使用缺省值，这点要记上。     2. 同时使用两个类     一般只能给一个元素设定一个类（Class），但这并不意味着不能用两个。事实上，你可以这样：     ...      同时给P元素两个类，中间用空格格开，这样所有&lt;img src=&quot;http://www1.feedsky.com/t1/327064785/zhengzhichen/csdn.net/s.gif?r=http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4887443.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/zhengzhichen/327064785/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/zhengzhichen/327064785/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 27 Nov 2009 11:45:00 +0800</pubDate><author>郑长风</author><guid isPermaLink="false">http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4887443.aspx</guid><dc:creator>郑长风</dc:creator><fs:srclink>http://blog.csdn.net/zhengzhichen/archive/2009/11/27/4887443.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhengzhichen/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhengzhichen/~7818267/327064785/5927575</fs:itemid></item><item><title>取消事件冒泡（多个事件重复发生）</title><link>http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4880412.aspx</link><description>在默认情况下，发生在一个子元素上的单击事件（或者其他事件），如果在其父级元素绑定了一个同样的事件，此时点击子元素，click事件会首先被子元素捕获，执行绑定的事件程序，之后会被父级元素捕获，再次激发一段脚本的执行，这就是所谓的“事件冒泡”。&lt;img src=&quot;http://www1.feedsky.com/t1/327064786/zhengzhichen/csdn.net/s.gif?r=http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4880412.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/zhengzhichen/327064786/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/zhengzhichen/327064786/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 26 Nov 2009 18:27:00 +0800</pubDate><author>郑长风</author><guid isPermaLink="false">http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4880412.aspx</guid><dc:creator>郑长风</dc:creator><fs:srclink>http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4880412.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhengzhichen/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhengzhichen/~7818267/327064786/5927575</fs:itemid></item><item><title>读取 XML类 (XmlHelper)</title><link>http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4878409.aspx</link><description>using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;

namespace System.Bwch.XmlConfig
{
    /**//// 
    /// 读取XML配置文件类
    /// 
    public class XmlHelper
    {
        private string strXmlPath = &quot;&quot;;   //Xml文档路径
        private XmlDocument xmlDoc;   //XML文档

        /**//// 
        /// 初始化ReadXml类
        /// 
        /// XML文件路径
        public XmlHelper(string XMLPath)
        {
            if (!System.IO.File.Exists(XMLPath))&lt;img src=&quot;http://www1.feedsky.com/t1/327064787/zhengzhichen/csdn.net/s.gif?r=http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4878409.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/zhengzhichen/327064787/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/zhengzhichen/327064787/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 26 Nov 2009 14:30:00 +0800</pubDate><author>郑长风</author><guid isPermaLink="false">http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4878409.aspx</guid><dc:creator>郑长风</dc:creator><fs:srclink>http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4878409.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhengzhichen/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhengzhichen/~7818267/327064787/5927575</fs:itemid></item><item><title>JavaScript 去出字符串中的空格</title><link>http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4878163.aspx</link><description>JavaScript 去出字符串中的空格
1、删除左边的空格
2、删除右边的空格
3、删除两边的空格
4、删除字符串中所有的空格&lt;img src=&quot;http://www1.feedsky.com/t1/327064788/zhengzhichen/csdn.net/s.gif?r=http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4878163.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/zhengzhichen/327064788/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/zhengzhichen/327064788/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 26 Nov 2009 14:08:00 +0800</pubDate><author>郑长风</author><guid isPermaLink="false">http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4878163.aspx</guid><dc:creator>郑长风</dc:creator><fs:srclink>http://blog.csdn.net/zhengzhichen/archive/2009/11/26/4878163.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhengzhichen/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhengzhichen/~7818267/327064788/5927575</fs:itemid></item><item><title>网页修改注册表--在IE中添加右键菜单项及任务栏按钮</title><link>http://blog.csdn.net/zhengzhichen/archive/2009/11/24/4864067.aspx</link><description>网页修改注册表--在IE中添加右键菜单项及任务栏按钮&lt;img src=&quot;http://www1.feedsky.com/t1/327064789/zhengzhichen/csdn.net/s.gif?r=http://blog.csdn.net/zhengzhichen/archive/2009/11/24/4864067.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/zhengzhichen/327064789/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/zhengzhichen/327064789/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 24 Nov 2009 15:06:00 +0800</pubDate><author>郑长风</author><guid isPermaLink="false">http://blog.csdn.net/zhengzhichen/archive/2009/11/24/4864067.aspx</guid><dc:creator>郑长风</dc:creator><fs:srclink>http://blog.csdn.net/zhengzhichen/archive/2009/11/24/4864067.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zhengzhichen/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zhengzhichen/~7818267/327064789/5927575</fs:itemid></item></channel></rss>