<?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/chm_y" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/chm_y" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 10 Jan 2009 12:26:00 GMT</lastBuildDate><title>MrYang's Blog</title><description>From MrYang's Skill</description><link>http://blog.csdn.net/chm_y/</link><item><title>文献管理及分析软件</title><link>http://blog.csdn.net/chm_y/archive/2009/01/10/3745734.aspx</link><wfw:comment>http://blog.csdn.net/chm_y/comments/3745734.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chm_y/comments/commentRss/3745734.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3745734</trackback:ping><description>&amp;nbsp;&lt;p&gt;　　这是这几日一直在学习使用的东西，也是我自己的一个重大发现。以前一直不知道有这样的东西，也是文献看得少的缘故，没有这样的需求。这两日认真学习了一下，感觉这样的工具还真是不错。&lt;/p&gt;&lt;p&gt;文献管理软件EndNote&amp;nbsp;&amp;nbsp;&amp;nbsp; http://www.endnote.com/&lt;/p&gt;&lt;p&gt;　　现在的最新版本是EndNote X2。听说这是文献管理软件中的老大，根据这两日学习的结果来看，确实如此。EndNote 是THOMSON 公司推出的最受欢迎的一款产品，是文献管理软件中的佼佼者。它可以将不同来源的文献信息资料下载到本地，建立本地数据库，可以方便地实现对文献信息的管理和使用。&lt;/p&gt;&lt;p&gt;　　重要的功能是，在撰写&lt;img src =&quot;http://blog.csdn.net/chm_y/aggbug/3745734.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 10 Jan 2009 20:26:00 +0800</pubDate><author>MrYang</author><comments>http://blog.csdn.net/chm_y/archive/2009/01/10/3745734.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chm_y/archive/2009/01/10/3745734.aspx</guid><dc:creator>MrYang</dc:creator></item><item><title>PHP数据库操作流程</title><link>http://blog.csdn.net/chm_y/archive/2009/01/10/3745727.aspx</link><wfw:comment>http://blog.csdn.net/chm_y/comments/3745727.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chm_y/comments/commentRss/3745727.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3745727</trackback:ping><description>基本上分为三个步骤，第一步：打开数据库链接；第二步：进行操作；第三步：释放变量，关闭数据库。（以MYSQL为例）&lt;p&gt;第一步：打开数据库链接：&lt;/p&gt;&lt;p&gt;$localhost=&quot;localhost&quot;;&lt;br&gt;$user=&quot;root&quot;;&lt;br&gt;$password=&quot;123456&quot;;&lt;br&gt;$db=&quot;mydb&quot;;&lt;br&gt;function db_connect($user,$password,$db){&lt;br&gt;&amp;nbsp; mysql_connect($localhost, $user, $password)&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; //链接函数&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or die('I cannot connect to db: ' . mysql_error());&amp;nbsp;&amp;nbsp;&amp;nbsp; //链接失败将返回错误信息&lt;br&gt;&amp;nbsp; mysql_selec&lt;img src =&quot;http://blog.csdn.net/chm_y/aggbug/3745727.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 10 Jan 2009 20:25:00 +0800</pubDate><author>MrYang</author><comments>http://blog.csdn.net/chm_y/archive/2009/01/10/3745727.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chm_y/archive/2009/01/10/3745727.aspx</guid><dc:creator>MrYang</dc:creator></item><item><title>Linux下安装VMware手记</title><link>http://blog.csdn.net/chm_y/archive/2006/12/13/1441985.aspx</link><wfw:comment>http://blog.csdn.net/chm_y/comments/1441985.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chm_y/comments/commentRss/1441985.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1441985</trackback:ping><description>由于项目需要,要在Linux下虚拟一个Windows,经过查找些资料,发现可一用VMware来实现,当然还有其他一些虚拟机可以使用如Win4lin,bochs等,但经过试用,只有VMware还好用.以下就是安装的步骤.&lt;img src =&quot;http://blog.csdn.net/chm_y/aggbug/1441985.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 14 Dec 2006 05:52:00 +0800</pubDate><author>MrYang</author><comments>http://blog.csdn.net/chm_y/archive/2006/12/13/1441985.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chm_y/archive/2006/12/13/1441985.aspx</guid><dc:creator>MrYang</dc:creator></item><item><title>FCKeditor使用手记</title><link>http://blog.csdn.net/chm_y/archive/2006/12/13/1441981.aspx</link><wfw:comment>http://blog.csdn.net/chm_y/comments/1441981.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chm_y/comments/commentRss/1441981.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1441981</trackback:ping><description>很早以前就试用过FCKeditor，但是经过测试，没有正常的使用起来，后来使用eWebEditor的免费版来代替了。虽然eWebEditor的功能很强大，也比较符合国人的习惯，使用范围也很广泛，但是在使用eWebEditor中老是出现错误，主要的问题是在接受编辑区域的内容时，经常接受不到，且很难解决这个问题。无赖之下，今天又开始测试新版本的FCKeditor，经过两个小时的试用，终于搞定了。&lt;img src =&quot;http://blog.csdn.net/chm_y/aggbug/1441981.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 14 Dec 2006 05:50:00 +0800</pubDate><author>MrYang</author><comments>http://blog.csdn.net/chm_y/archive/2006/12/13/1441981.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chm_y/archive/2006/12/13/1441981.aspx</guid><dc:creator>MrYang</dc:creator></item><item><title>时隔多日再次来到这里</title><link>http://blog.csdn.net/chm_y/archive/2006/12/13/1441972.aspx</link><wfw:comment>http://blog.csdn.net/chm_y/comments/1441972.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chm_y/comments/commentRss/1441972.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1441972</trackback:ping><description>过了这么长时间，又想起来这里，回来看看，又变化了不少。&lt;img src =&quot;http://blog.csdn.net/chm_y/aggbug/1441972.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 14 Dec 2006 05:46:00 +0800</pubDate><author>MrYang</author><comments>http://blog.csdn.net/chm_y/archive/2006/12/13/1441972.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chm_y/archive/2006/12/13/1441972.aspx</guid><dc:creator>MrYang</dc:creator></item><item><title>将Resin集成到IIS中</title><link>http://blog.csdn.net/chm_y/archive/2006/05/28/758263.aspx</link><wfw:comment>http://blog.csdn.net/chm_y/comments/758263.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chm_y/comments/commentRss/758263.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=758263</trackback:ping><description>Resin是一个小巧、开源的JSP解析器，对于写JSP程序的调是一个非常好的工具，比起Tomcat等其他的配置复杂的工具，这个工具显得简单，且容易上手，不需要任何的配置，也很难会出现一些莫名其妙的错误。&lt;img src =&quot;http://blog.csdn.net/chm_y/aggbug/758263.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 28 May 2006 18:13:00 +0800</pubDate><author>MrYang</author><comments>http://blog.csdn.net/chm_y/archive/2006/05/28/758263.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chm_y/archive/2006/05/28/758263.aspx</guid><dc:creator>MrYang</dc:creator></item><item><title>再次来到这里</title><link>http://blog.csdn.net/chm_y/archive/2006/05/28/758260.aspx</link><wfw:comment>http://blog.csdn.net/chm_y/comments/758260.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/chm_y/comments/commentRss/758260.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=758260</trackback:ping><description>重新记录生活！&lt;img src =&quot;http://blog.csdn.net/chm_y/aggbug/758260.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 28 May 2006 18:10:00 +0800</pubDate><author>MrYang</author><comments>http://blog.csdn.net/chm_y/archive/2006/05/28/758260.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chm_y/archive/2006/05/28/758260.aspx</guid><dc:creator>MrYang</dc:creator></item><item><title>J2SDK与Aphce Tomcat在Win2k中安装注意事项</title><link>http://blog.csdn.net/chm_y/archive/2004/10/04/124505.aspx</link><wfw:comment>http://blog.csdn.net/chm_y/comments/124505.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/chm_y/comments/commentRss/124505.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=124505</trackback:ping><description>要在Win2k上运行JSP的文件，必须要有J2SDK与一个能运行JSP的Web服务器，下面是在Win2k上安装J2SDK与Apache Tomcat的步骤和注意事项。&lt;img src =&quot;http://blog.csdn.net/chm_y/aggbug/124505.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 04 Oct 2004 20:34:00 +0800</pubDate><author>MrYang</author><comments>http://blog.csdn.net/chm_y/archive/2004/10/04/124505.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chm_y/archive/2004/10/04/124505.aspx</guid><dc:creator>MrYang</dc:creator></item><item><title>XP密码忘了怎么办？</title><link>http://blog.csdn.net/chm_y/archive/2004/09/15/105204.aspx</link><wfw:comment>http://blog.csdn.net/chm_y/comments/105204.aspx</wfw:comment><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/chm_y/comments/commentRss/105204.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=105204</trackback:ping><description>现在计算机安装Windows XP操作系统的很多，但不慎忘记了系统登录用户的密码怎么办？而且在安装时也没有做相应的应急盘，于是找到笔者希望能解决这个问题，经过多种方法进行尝试，最后我终于成功地找到两种方法解决了问题，现把这两种方法介绍如下： ( 假定用户名为xyz）&lt;img src =&quot;http://blog.csdn.net/chm_y/aggbug/105204.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 15 Sep 2004 19:56:00 +0800</pubDate><author>MrYang</author><comments>http://blog.csdn.net/chm_y/archive/2004/09/15/105204.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chm_y/archive/2004/09/15/105204.aspx</guid><dc:creator>MrYang</dc:creator></item><item><title>感受死亡</title><link>http://blog.csdn.net/chm_y/archive/2004/09/04/94675.aspx</link><wfw:comment>http://blog.csdn.net/chm_y/comments/94675.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/chm_y/comments/commentRss/94675.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=94675</trackback:ping><description>　　在那个晴朗早晨我正躺在医院病床上，模糊多日的意识突然清醒，清醒后第一个念头就是：这是回光返照是这个生命的最后挣扎。周围站着人，神色凝重地注视着我注视着这个无法逆转的事变。我似乎听见有人说“醒过来了”就再也听不见什么。隔着人的肩膀我从眼丰中看见吊着的输液瓶在微微晃动，瓶中的药液在阳光中幻现出一个亮晶晶的斑点。我仿佛记起护士穿这白衣带着白帽给我打过吊针。冬日的阳光照到我的脸上，我感到了温和的灼热。我知道这是生命的最后感受。&lt;img src =&quot;http://blog.csdn.net/chm_y/aggbug/94675.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 05 Sep 2004 03:46:00 +0800</pubDate><author>MrYang</author><comments>http://blog.csdn.net/chm_y/archive/2004/09/04/94675.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/chm_y/archive/2004/09/04/94675.aspx</guid><dc:creator>MrYang</dc:creator></item></channel></rss>