<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>我说你看－DarkEyes</title><link>http://blog.csdn.net/freedarkeyes/</link><description>生活就像一条鞭子,不停地抽打我,要我前进,却又不肯告诉我寻找什么?! 百无聊奈,随意的涂鸦.写者无心，看客也就自便了，偶有所感，会心一笑即可:)</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 20 Aug 2008 12:40:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>DarkEyes</dc:creator><title>生日</title><link>http://blog.csdn.net/freedarkeyes/archive/2008/08/20/2800940.aspx</link><pubDate>Wed, 20 Aug 2008 12:40:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2008/08/20/2800940.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/2800940.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2008/08/20/2800940.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/2800940.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2800940</trackback:ping><description>&lt;TABLE cellSpacing=0 cellPadding=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=l_text&gt;
&lt;DIV&gt;因为一个生日，闹得女朋友半夜离家，伤心连连,芳心大恸。&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;记得去年我过生日的时候，女朋友大清早起来给我煮鸡蛋，然后在我头上滚了三圈，我说滚滚什么意思，女朋友告诉我，滚滚运气，让运气随年龄一起长哦！当时一笑而过。现在想来，感谢女朋友。&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;也许是因为 从初中起，就是一个人度过，做事情从来都是只求结果，不论过程。也从没把节日、生日这样的礼节放在心上，当回事去过。 觉得都是很俗气的东西。&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;女朋友的生日，没庆祝也罢，我傻傻的竟说 一个烂生日有什么好过的。现在想来，真是简单的思维，幼稚的大脑。 人活着，是要找很多开心的事情去做，因为现实可能有很多不开心的事情。生日是其中的一个点缀。也是让你回忆、感恩过来和未来。&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/2800940.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>asp.net中DateTime使用</title><link>http://blog.csdn.net/freedarkeyes/archive/2008/06/12/2539085.aspx</link><pubDate>Thu, 12 Jun 2008 12:30:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2008/06/12/2539085.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/2539085.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2008/06/12/2539085.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/2539085.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2539085</trackback:ping><description>  //C#里内置的DateTime基本上都可以实现这些功能，巧用DateTime会使你处理这些事来变轻松多了                               //今天                DateTime.Now.Date.ToShortDateString();                //昨天，就是今天的日期减一                DateTime.Now.AddDays(-1).ToShortDateString();                //明天，同理，加一                DateTime.Now.AddDays(1).ToShortDateString();                //本周(要知道本周的第一天就得先知道今天是星期几，从而得知本周的第一天就是几天前的那一天，要注意的是这里的每一周是从周日始至周六止                DateTime.Now.AddDays(Convert.ToDouble((0 - Convert.ToInt16&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/2539085.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>在建立与服务器的连接时出错。在连接到 SQL Server 2005 时，在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (provider: 命名管道提供程序, error: 40 - 无法打开到 SQL Server 的连接) </title><link>http://blog.csdn.net/freedarkeyes/archive/2008/05/01/2357623.aspx</link><pubDate>Thu, 01 May 2008 16:19:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2008/05/01/2357623.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/2357623.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2008/05/01/2357623.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/2357623.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2357623</trackback:ping><description>&lt;p&gt;在建立与服务器的连接时出错。在连接到 SQL Server 2005 时，在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (provider: 命名管道提供程序, error: 40 - 无法打开到 SQL Server 的连接) 说明: 执行当前 Web 请求期间，出现未处理的异常。请检查堆栈跟踪信息，以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.Data.SqlClient.SqlException: 在建立与服务器的连接时出错。在连接到 SQL Server 2005 时，在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (provider: 命名管道提供程序, error: 40 - 无法打开到 SQL Server 的连接) &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;解决办法：&lt;/strong&gt; &amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; 这个一个常见错误,Insus.NET使用下面环境测试:测试的计算机名字:WIN-T0BW02KHNIZIP:192&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/2357623.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>压力越来越大</title><link>http://blog.csdn.net/freedarkeyes/archive/2008/04/04/2250957.aspx</link><pubDate>Fri, 04 Apr 2008 17:31:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2008/04/04/2250957.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/2250957.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2008/04/04/2250957.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/2250957.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2250957</trackback:ping><description> 好长时间都没有想过自己的私人的事情了。年龄越大，压力越大。我知道，很多时候，我把自己的企望和自己不能实现的东西转嫁给媳妇了。我应该承受的压力，我逃避了。却给媳妇的压力越来越大。
&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/2250957.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>决定一个人富有的三个条件 </title><link>http://blog.csdn.net/freedarkeyes/archive/2008/04/04/2250599.aspx</link><pubDate>Fri, 04 Apr 2008 16:52:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2008/04/04/2250599.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/2250599.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2008/04/04/2250599.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/2250599.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2250599</trackback:ping><description>       经济学家奈特说：“决定一个人富有的三个条件，一是出身，二是运气，三是努力，而这三者之中，努力是最微不足道的。”

      叔本华说：“在这世上存在三种力：明智、力量和运气。我相信运气至为重要。我们的一生可比之于一条船的航程。运气——顺运或者逆运——扮演着风的角色，它可以迅速推进我们的航程，也可以把我们推回老远的距离，此时我们的努力和奋斗都是徒劳无功的。我们的努力和挣扎只是发挥着桨橹的作用。我们竭尽全力挥舞桨橹数小时，终于向前走了一程，这时，突如其来的一阵强风一下子就能使我们倒退同样的距离。一句西班牙谚语就很美妙地表达了命运的强大力量：”祝愿你儿子好运，然后把他抛进大海吧！



当出身、运气都没有的时候，除了努力，你还有什么呢？
&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/2250599.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>永记</title><link>http://blog.csdn.net/freedarkeyes/archive/2008/03/31/2232738.aspx</link><pubDate>Mon, 31 Mar 2008 13:19:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2008/03/31/2232738.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/2232738.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2008/03/31/2232738.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/2232738.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2232738</trackback:ping><description>2008年3月23日下午6点的日子，是我应该深刻记忆的日子。

 生命脆弱！ 
&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/2232738.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>无题，寄托，工作，欲望？</title><link>http://blog.csdn.net/freedarkeyes/archive/2008/02/24/2117020.aspx</link><pubDate>Sun, 24 Feb 2008 17:36:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2008/02/24/2117020.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/2117020.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2008/02/24/2117020.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/2117020.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2117020</trackback:ping><description>        从本质上讲，我不是一个愿意去不断接触新环境，新事物的人。        我好安静，内向，喜欢独处。不善言谈，更喜欢与电脑打交道，因为电脑永远不会骗你。人就未必。&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/2117020.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>windows 2003防木马的安全设置</title><link>http://blog.csdn.net/freedarkeyes/archive/2008/01/04/2025682.aspx</link><pubDate>Fri, 04 Jan 2008 13:48:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2008/01/04/2025682.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/2025682.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2008/01/04/2025682.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/2025682.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2025682</trackback:ping><description>删除以下的注册表主键:
WScript.Shell
WScript.Shell.1
Shell.application
Shell.application.1
WSCRIPT.NETWORK
WSCRIPT.NETWORK.1&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/2025682.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>win 2003 文件夹 文件 拒绝访问 无法访问 终极解决方法 您无权查看或编辑目前  的权限设置;但是,您可以取得所有权或更改审核设置</title><link>http://blog.csdn.net/freedarkeyes/archive/2008/01/04/2025658.aspx</link><pubDate>Fri, 04 Jan 2008 13:40:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2008/01/04/2025658.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/2025658.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2008/01/04/2025658.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/2025658.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2025658</trackback:ping><description>详情：做实验，将某WEB目录的权限用户全部删除了，而后，又添加上用户，但是打开某些文件夹或文件时，有的可以打开，有的打不开直接提示“无法访问 * 拒绝访问，然后查看这个文件或文件夹的权限”，点“安全”时提示“您无权查看或编辑目前 XXXX 的权限设置;但是,您可以取得所有权或更改审核设置。”解决方法：在站点根目录上右击－－》属性－－》安全－－》下边有个高级－－》所有者（选中“替换子容器及对象的所有者”然后点“应用”）－－》切换到审核－－》选中“口 许父项的继承审核项目传播到该对象和所有子对象,包括那些在此明确定义的项目”“口 用在此显示的那些可以应用到子对象的项目替代所有子对象的权限项目”点应用。－－》关闭所有刚才打开的窗口即解决此问题。以上方法，经本人测试，完全可用&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/2025658.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>河南九博人才网在市场泛滥的阴影下持续增长 领导者地位不断加强</title><link>http://blog.csdn.net/freedarkeyes/archive/2007/12/28/1999167.aspx</link><pubDate>Fri, 28 Dec 2007 11:34:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2007/12/28/1999167.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/1999167.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2007/12/28/1999167.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/1999167.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1999167</trackback:ping><description>     有更多的求职者将人才网站作为他们传统找工作的一种习惯性的补充。在过去一年里，河南九博人才网作为一站式的求职招聘站点在河南的领导者地位不断加强。在线求职和企业招聘内容提供者，以及猎头服务方面也牢牢占据一席之地，而传统的人才市场和人才网站也固守着自己的空间。&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/1999167.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>复杂的事情简单做（受教！）</title><link>http://blog.csdn.net/freedarkeyes/archive/2007/11/29/1906984.aspx</link><pubDate>Thu, 29 Nov 2007 13:24:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2007/11/29/1906984.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/1906984.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2007/11/29/1906984.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/1906984.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1906984</trackback:ping><description>所谓管理就是把复杂的事情简单做，简单的事情重复做，重复做的事情认真做！

领导美好的构想，为实现目标的详细而复杂的细节工作架构，但是如果让每个员工都能在工作中权衡利弊，尽职尽责，是不现实的。因为我们所处的角度是不同，我们不可能让每一个都明白事情的具体思路。所以，一个成功的管理者，一定是能把复杂的问题，简单的给到员工，并且是能够立刻简单的复制可执行的。
&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/1906984.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>中国IC卡水表网2007年IC卡水表中国行</title><link>http://blog.csdn.net/freedarkeyes/archive/2007/11/05/1867037.aspx</link><pubDate>Mon, 05 Nov 2007 09:26:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2007/11/05/1867037.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/1867037.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2007/11/05/1867037.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/1867037.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1867037</trackback:ping><description>由中国IC卡水表网(www.chinawmt.com )和中国国家水产业协会共同举办的”2007年IC卡水表中国行”活动正式开始。采访团于10月15日至20日对河南新天科技有限公司进行了采访。走访期间，采访团对企业的车间、办公楼、食堂等进行了参观，新天科技公司花园式的厂区环境给记者留下了深刻的印象。并对新天科技总经理费占波进行了专访，他谈及了新天的相关情况和对中国IC卡水表行业的一些看法。中国IC卡水表网”IC卡水表中国行”和中国国家水产业协会将会对这次采访于11月15日在国家水产业协会举行行业新闻发布会 （文章来源：中国IC卡水表网&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/1867037.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>金钱与婚姻</title><link>http://blog.csdn.net/freedarkeyes/archive/2007/10/13/1823130.aspx</link><pubDate>Sat, 13 Oct 2007 14:27:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2007/10/13/1823130.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/1823130.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2007/10/13/1823130.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/1823130.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1823130</trackback:ping><description>丁磊言“财富实在是太重要了”

“财富不仅能带来自信，还可以带来生活的尊严。”

“一个男人首先要有经济基础，才能保证未来的生活美满幸福。” 
&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/1823130.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>赢在中国- 史玉柱语录 </title><link>http://blog.csdn.net/freedarkeyes/archive/2007/10/09/1816671.aspx</link><pubDate>Tue, 09 Oct 2007 13:09:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2007/10/09/1816671.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/1816671.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2007/10/09/1816671.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/1816671.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1816671</trackback:ping><description>一、90%的困难你现在想都没有想到，你都不知道那是困难。二、团队核心成员有人要提出辞职时，不要挽留，既然提出了，他迟早是要走的。三、如果没有价格上的优势与技术上的绝对优势，千万不要进入红海市场，否则你会必输无疑！四、做连锁经营业务，一定要做一套傻瓜版的营销手册与管理手册，只有这样，才能实现远距离的管理。 五、做成功一个店之后离你大的成功就不远了，所以你首先就是脚踏实地、集中精力地先做出一家，也是要放弃掉连锁的这种，不要在将来如何做连锁方面做太多的梦，先脚踏实地做出第一家。六、做全国性市场，一定要先做一个试销市场，要一点点来，快不得；做成了，真到做全国市场时，要快半步，慢不得！ &lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/1816671.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>DarkEyes</dc:creator><title>JavaScript实现功能全集 </title><link>http://blog.csdn.net/freedarkeyes/archive/2007/09/20/1793673.aspx</link><pubDate>Thu, 20 Sep 2007 21:04:00 GMT</pubDate><guid>http://blog.csdn.net/freedarkeyes/archive/2007/09/20/1793673.aspx</guid><wfw:comment>http://blog.csdn.net/freedarkeyes/comments/1793673.aspx</wfw:comment><comments>http://blog.csdn.net/freedarkeyes/archive/2007/09/20/1793673.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/freedarkeyes/comments/commentRss/1793673.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1793673</trackback:ping><description>有些时候你精通一门语言，但是会发现你其实整天在和其它语言打交道，也许你以为这些微不足道，不至于影响你的开发进度，但恰恰是这些你不重视的东西会浪费你很多时间，我一直以为我早在几年前就已经精通JavaScript了，直到目前，我才越来越觉得JavaScript远比我想象的复杂和强大，我开始崇拜它，就像崇拜所有OOP语言一样～趁着节日的空隙，把有关JavaScript的方法和技巧整理下，让每个在为JavaScript而烦恼的人明白，JavaScript就这么回事！&lt;img src ="http://blog.csdn.net/freedarkeyes/aggbug/1793673.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>