<?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/Mlive" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/Mlive" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 21 Apr 2009 15:25:00 GMT</lastBuildDate><link>http://blog.csdn.net/Mlive/</link><item><title>程序员单身手册</title><link>http://blog.csdn.net/Mlive/archive/2009/04/21/4097695.aspx</link><wfw:comment>http://blog.csdn.net/Mlive/comments/4097695.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mlive/comments/commentRss/4097695.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4097695</trackback:ping><description>&lt;br /&gt;1． 生活&lt;br /&gt;wrong：每天用两分钟刷牙洗脸，冲出房间的时候扣子还没扣上&lt;br /&gt;right：提前一个小时起床，花五分钟刷牙，洗个澡，挑件干净点的衣服去上班 &lt;br /&gt;wrong：每天早晨经过超市买一包烟，我不吃早餐已经很多年&lt;br /&gt;right：经过超市买一听牛奶，其他的根据个人兴趣了&lt;br /&gt;wrong：我吃麦当劳肚子起泡泡了，或者，昨天那箱方便面吃完了。&lt;br /&gt;right：租一个有厨房房子，去超市买现成的菜调剂一下，心情好添一只啤酒，有人来添一双碗筷&lt;br /&gt;wrong：我从来不收拾房间，有必要么，一个人住。&lt;br /&gt;right：一周拖一次地，洗次衣服，收拾房子，环境影响心情；买束花，使用一下芳香剂都不错&lt;br /&gt;wrong：从来没有早于1点睡觉，睡不着，我的眼袋赶上熊猫了。&lt;br /&gt;right：洗个热水澡，就会很困很困了&lt;br /&gt;2． 朋友&lt;br /&gt;wrong：朋友就是在一起吃吃喝喝一起玩闹，除了同事没有什么朋友。&lt;br /&gt;right：在周围有比自己年长的朋友，他可以指导你的人生；在网上有技术上的朋友，可以在工作上给你帮助；有那么&lt;img src =&quot;http://blog.csdn.net/Mlive/aggbug/4097695.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 21 Apr 2009 23:25:00 +0800</pubDate><author>candy</author><comments>http://blog.csdn.net/Mlive/archive/2009/04/21/4097695.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mlive/archive/2009/04/21/4097695.aspx</guid><dc:creator>candy</dc:creator><fs:srclink>http://blog.csdn.net/Mlive/archive/2009/04/21/4097695.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mlive/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mlive/~7397117/211950536/5506637</fs:itemid></item><item><title>JavaScript 学习笔记</title><link>http://blog.csdn.net/Mlive/archive/2009/02/17/3899015.aspx</link><wfw:comment>http://blog.csdn.net/Mlive/comments/3899015.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mlive/comments/commentRss/3899015.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3899015</trackback:ping><description>&lt;br /&gt;       前些日子在朋友的帮助下看了一些JS完成了一个功能,想做个笔记,用了以下的知识.&lt;br /&gt;      1. 扩展名为hta的文件：网页应用程序（html application）.可以将页运行vbscript,javascript的文件命名为．hta文件即可运行，不需要安装开发和运行环境．记事本可编写，浏览器可运行．具有本地安全集别．&lt;br /&gt;&lt;br /&gt;       2. 使用ＪＳ脚本，通过一个链接地址来取得一个页面的html。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;          url = &quot;URL链接地址&quot;；&lt;br /&gt;           var xmlhttp = new ActiveXObject(&quot;Microsoft.XMLHTTP&quot;);　　／／建立一个Microsoft.XMLHTTP组件&lt;br /&gt;   　　 try {&lt;br /&gt;       　 xmlhttp.open(&quot;get&quot;, url, false);　／／打开与服务的连接&lt;br /&gt;      　  xmlhttp.send();　　／／发送指令&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/Mlive/aggbug/3899015.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 17 Feb 2009 18:17:00 +0800</pubDate><author>candy</author><comments>http://blog.csdn.net/Mlive/archive/2009/02/17/3899015.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mlive/archive/2009/02/17/3899015.aspx</guid><dc:creator>candy</dc:creator><fs:srclink>http://blog.csdn.net/Mlive/archive/2009/02/17/3899015.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mlive/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mlive/~7397117/211950537/5506637</fs:itemid></item><item><title>为新的一年加油</title><link>http://blog.csdn.net/Mlive/archive/2009/02/03/3859444.aspx</link><wfw:comment>http://blog.csdn.net/Mlive/comments/3859444.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mlive/comments/commentRss/3859444.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3859444</trackback:ping><description>&lt;br /&gt;      新的一年开始了,上班的头一天就病了,整的人没有力气做事,不过呢回头来想,第一天上班就把这一年的病痛都承受了接下来的一年肯定是很如人愿的.&lt;br /&gt;     为新的一年加油!&lt;img src =&quot;http://blog.csdn.net/Mlive/aggbug/3859444.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 03 Feb 2009 17:16:00 +0800</pubDate><author>candy</author><comments>http://blog.csdn.net/Mlive/archive/2009/02/03/3859444.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mlive/archive/2009/02/03/3859444.aspx</guid><dc:creator>candy</dc:creator><fs:srclink>http://blog.csdn.net/Mlive/archive/2009/02/03/3859444.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mlive/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mlive/~7397117/211950538/5506637</fs:itemid></item><item><title>SD2大会给一个初入程序生涯的我所带来的感想</title><link>http://blog.csdn.net/Mlive/archive/2008/12/09/3479727.aspx</link><wfw:comment>http://blog.csdn.net/Mlive/comments/3479727.aspx</wfw:comment><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/Mlive/comments/commentRss/3479727.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3479727</trackback:ping><description>&lt;br /&gt;　　我真正开始写程序是在一年半以前，我当时真是感觉自己跟一个小学生一样什么都要学。什么都是从&lt;br /&gt;头开始的。哪个时候，程序让我感到既神秘又渴望。哪是我步入这个行业的开始。&lt;br /&gt;　　SD2大会是我第二次参加这样的技术交流大会，第一次是4月的google的开发者日活动，哪个时候所讲&lt;br /&gt;的话题主要是根据谷歌主要开发技术所做的讲座（主要讲的是云计算），说实话，以我当时的领悟能力没&lt;br /&gt;有听太明白。而这次SD2大会不同谷歌的专题讲座，它所步级的技术领域很广范也很前卫。不但有谷歌的&lt;br /&gt;云计算专场，还有流行架构SOA解读,最新最流行软件开发模式saas专场，测试开发，内存管理等。来讲座&lt;br /&gt;的讲师都是资格很深的在职技术管理者，开发工程，师架构师。他们用自己的亲身经历讲的技术讲着未来&lt;br /&gt;，我听的很入迷。&lt;br /&gt;　　第一位上台来做讲座的是一位有着50年软件开发经验的lvar Jacobson，lvar被称是现在软件开发之&lt;br /&gt;父。他所讲的课程是“明智”。他很也好着带动着全场的气氛，他给我们举了例子来解释软件开发是的“&lt;br /&gt;明智”&lt;img src =&quot;http://blog.csdn.net/Mlive/aggbug/3479727.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 09 Dec 2008 08:37:00 +0800</pubDate><author>candy</author><comments>http://blog.csdn.net/Mlive/archive/2008/12/09/3479727.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mlive/archive/2008/12/09/3479727.aspx</guid><dc:creator>candy</dc:creator><fs:srclink>http://blog.csdn.net/Mlive/archive/2008/12/09/3479727.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mlive/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mlive/~7397117/211950539/5506637</fs:itemid></item><item><title>在firefox下如何中实现滚动效果</title><link>http://blog.csdn.net/Mlive/archive/2008/09/05/2884366.aspx</link><wfw:comment>http://blog.csdn.net/Mlive/comments/2884366.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mlive/comments/commentRss/2884366.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2884366</trackback:ping><description>&lt;br /&gt;我实在是不想删除代码了,可以直播接看http://cvicse.itcast.net/,有实际效果的.&lt;br /&gt;资质荣誉&lt;img src =&quot;http://blog.csdn.net/Mlive/aggbug/2884366.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 05 Sep 2008 19:00:00 +0800</pubDate><author>candy</author><comments>http://blog.csdn.net/Mlive/archive/2008/09/05/2884366.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mlive/archive/2008/09/05/2884366.aspx</guid><dc:creator>candy</dc:creator><fs:srclink>http://blog.csdn.net/Mlive/archive/2008/09/05/2884366.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mlive/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mlive/~7397117/211950540/5506637</fs:itemid></item><item><title>JS(jquery)实现图片放大镜效果</title><link>http://blog.csdn.net/Mlive/archive/2008/07/31/2746005.aspx</link><wfw:comment>http://blog.csdn.net/Mlive/comments/2746005.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mlive/comments/commentRss/2746005.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2746005</trackback:ping><description>JS(jquery)实现图片放大镜效果&lt;img src =&quot;http://blog.csdn.net/Mlive/aggbug/2746005.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 31 Jul 2008 23:04:00 +0800</pubDate><author>candy</author><comments>http://blog.csdn.net/Mlive/archive/2008/07/31/2746005.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mlive/archive/2008/07/31/2746005.aspx</guid><dc:creator>candy</dc:creator><fs:srclink>http://blog.csdn.net/Mlive/archive/2008/07/31/2746005.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mlive/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mlive/~7397117/211950541/5506637</fs:itemid></item><item><title>随写日记</title><link>http://blog.csdn.net/Mlive/archive/2008/07/24/2704124.aspx</link><wfw:comment>http://blog.csdn.net/Mlive/comments/2704124.aspx</wfw:comment><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/Mlive/comments/commentRss/2704124.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2704124</trackback:ping><description>上小学的时候是经常做排序题的,就是把本来有序的文本或者是什么本来的顺序给打乱,你来写序号.对于这样的题要是少的当时我还能应付,可是要是排上10个以上,我就没思路了.其实呢,当时的小学考试很少出10个数以上的排序题的,可是测验上却是很多.&lt;img src =&quot;http://blog.csdn.net/Mlive/aggbug/2704124.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 24 Jul 2008 21:06:00 +0800</pubDate><author>candy xu</author><comments>http://blog.csdn.net/Mlive/archive/2008/07/24/2704124.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mlive/archive/2008/07/24/2704124.aspx</guid><dc:creator>candy xu</dc:creator><fs:srclink>http://blog.csdn.net/Mlive/archive/2008/07/24/2704124.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mlive/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mlive/~7397117/211950542/5506637</fs:itemid></item><item><title>求一JS月历实例原代码</title><link>http://blog.csdn.net/Mlive/archive/2008/07/16/2658644.aspx</link><wfw:comment>http://blog.csdn.net/Mlive/comments/2658644.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mlive/comments/commentRss/2658644.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2658644</trackback:ping><description>在baidu上找JS月历实例可以找很多，但是我想在此基础上加上提示功能，我可以自己在某一天加上链接，当点击这一天时就会链接过去，谁哪有相应的js实例啊。&lt;img src =&quot;http://blog.csdn.net/Mlive/aggbug/2658644.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 16 Jul 2008 18:28:00 +0800</pubDate><comments>http://blog.csdn.net/Mlive/archive/2008/07/16/2658644.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mlive/archive/2008/07/16/2658644.aspx</guid><fs:srclink>http://blog.csdn.net/Mlive/archive/2008/07/16/2658644.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mlive/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mlive/~7397117/211950543/5506637</fs:itemid></item><item><title>jquery的几个插件</title><link>http://blog.csdn.net/Mlive/archive/2008/07/04/2611997.aspx</link><wfw:comment>http://blog.csdn.net/Mlive/comments/2611997.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mlive/comments/commentRss/2611997.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2611997</trackback:ping><description>本来是头要我做一个jquery的菜单树,给了我一个网址,我在上面看到了几个其它的插件,学得很有意思,在这给大家网址有时间大家去看一下吧,  http://bassistance.de/jquery-plugins/, 这里边有五个插件,分别是Accordion ,treeview,tooltip,Autocomplete ,Validation&lt;img src =&quot;http://blog.csdn.net/Mlive/aggbug/2611997.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 05 Jul 2008 00:24:00 +0800</pubDate><author>Mlive</author><comments>http://blog.csdn.net/Mlive/archive/2008/07/04/2611997.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mlive/archive/2008/07/04/2611997.aspx</guid><dc:creator>Mlive</dc:creator><fs:srclink>http://blog.csdn.net/Mlive/archive/2008/07/04/2611997.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mlive/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mlive/~7397117/211950544/5506637</fs:itemid></item><item><title>2008年最值得学习的5个Java技术</title><link>http://blog.csdn.net/Mlive/archive/2008/06/30/2598528.aspx</link><wfw:comment>http://blog.csdn.net/Mlive/comments/2598528.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mlive/comments/commentRss/2598528.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2598528</trackback:ping><description>2008年最值得学习的5个Java技术
&lt;img src =&quot;http://blog.csdn.net/Mlive/aggbug/2598528.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 30 Jun 2008 23:41:00 +0800</pubDate><author>Mlive</author><comments>http://blog.csdn.net/Mlive/archive/2008/06/30/2598528.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mlive/archive/2008/06/30/2598528.aspx</guid><dc:creator>Mlive</dc:creator><fs:srclink>http://blog.csdn.net/Mlive/archive/2008/06/30/2598528.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mlive/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mlive/~7397117/211950545/5506637</fs:itemid></item></channel></rss>