<?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/songkexin" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/songkexin" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 10 Jan 2010 00:19:00 GMT</lastBuildDate><title>可心专栏</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=songkexin</link><item><title>网络上收集的Visual Studio 2008的一些小技巧</title><link>http://blog.csdn.net/songkexin/archive/2010/01/10/5168153.aspx</link><description>&lt;br /&gt;1，Visual Studio 2008自带的1000多个 Windows 系统使用的各种图标、光标和动画文件&lt;br /&gt;在Visual Studio 2008的安装目录下，&lt;br /&gt;\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\2052文件夹下面，有一个VS2008ImageLibrary.zip，这个文件里面将常用的Windows系统图标、光标和动画文件集中到了一起。包括Office、Win9x、WinVista和WinXP等系统使用的，可以免费使用哦。 &lt;br /&gt;2，删除多余的using指令，并且排序&lt;br /&gt;当我们新一个类的时候，Visual Studio 会将常用的命名空间using在类的头部。但是在我们写完一个类的时候，有些using是多余的，删除多余的using，再排一下序，可以使代码看起来更清晰。Visual Studio 2008 已经为我们做好了这一切。在代码编辑区点击右键，可以看到&quot;组织 using&quot;菜单，这就是我们需要的了。&lt;br /&gt;3，复制或删除一行代码时，不用先选择它&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/320306585/songkexin/csdn.net/s.gif?r=http://blog.csdn.net/songkexin/archive/2010/01/10/5168153.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/songkexin/320306585/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/songkexin/320306585/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 10 Jan 2010 08:19:00 +0800</pubDate><author>可心</author><guid isPermaLink="false">http://blog.csdn.net/songkexin/archive/2010/01/10/5168153.aspx</guid><dc:creator>可心</dc:creator><fs:srclink>http://blog.csdn.net/songkexin/archive/2010/01/10/5168153.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songkexin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/songkexin/~1131510/320306585/1131503</fs:itemid></item><item><title>几种C#实现播放声音的方法 DirectX、SoundPlayer等</title><link>http://blog.csdn.net/songkexin/archive/2010/01/02/5119968.aspx</link><description>&lt;br /&gt;在这里介绍使用C#实现播放声音的几种方法，都是利用组件等方法来实现的，有兴趣的话可以看下。&lt;br /&gt;第一种是利用DirectX &lt;br /&gt;1.安装了DirectX SDK（有9个DLL文件）。这里我们只用到MicroSoft.DirectX.dll 和 Microsoft.Directx.DirectSound.dll&lt;br /&gt;2.引入DirectX 的DLL文件的名字空间： &lt;br /&gt;　using Microsoft.DirectX;&lt;br /&gt;　using Microsoft.DirectX.DirectSound;&lt;br /&gt;3.建立设备&lt;br /&gt;Device dv=new Device();&lt;br /&gt;4.设置CooperativeLevel。因为windows是多任务的系统，设备不是独占的&lt;br /&gt;SecondaryBuffer buf=new SecondaryBuffer(@&quot;snd.wav&quot;,dv);&lt;br /&gt;5.开辟缓冲区SecondaryBuffer buf=new SecondaryBuffer(@&quot;snd.wav&quot;,dv);&lt;img src=&quot;http://www1.feedsky.com/t1/320306586/songkexin/csdn.net/s.gif?r=http://blog.csdn.net/songkexin/archive/2010/01/02/5119968.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/songkexin/320306586/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/songkexin/320306586/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 02 Jan 2010 09:58:00 +0800</pubDate><author>可心</author><guid isPermaLink="false">http://blog.csdn.net/songkexin/archive/2010/01/02/5119968.aspx</guid><dc:creator>可心</dc:creator><fs:srclink>http://blog.csdn.net/songkexin/archive/2010/01/02/5119968.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songkexin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/songkexin/~1131510/320306586/1131503</fs:itemid></item><item><title>Asp.net+Jquery实现用户信息异步验证</title><link>http://blog.csdn.net/songkexin/archive/2010/01/01/5116428.aspx</link><description>用户注册信息验证在Web开发中使用的非常多，只要涉及到用户注册，就会涉及到注册信息的验证。下面将介绍使用Jquery实现用户注册信息的验证，在这我就是以验证用户名是否已经在数据库中存在为例来介绍用户注册信息验证。　　在IE和Firefox中运行效果截图：　　用户名已经存在：　用户名可以注册：1、在使用Jquery之前，确认您是否下载了Jquery框架的库文件，如果没有下载可以到Jquery官方网站http://jquery.com/下载最新的版本。 　　2、这个DEMO使用的开发环境是vs2008+SQL Server2005,首先新建一个网站，数据库名为Ajax,数据库里只有一个Users表， 3、新建一个Jquery.ASPx页面,前端代码如下：&lt;img src=&quot;http://www1.feedsky.com/t1/320306587/songkexin/csdn.net/s.gif?r=http://blog.csdn.net/songkexin/archive/2010/01/01/5116428.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/songkexin/320306587/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/songkexin/320306587/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 01 Jan 2010 07:23:00 +0800</pubDate><author>可心</author><guid isPermaLink="false">http://blog.csdn.net/songkexin/archive/2010/01/01/5116428.aspx</guid><dc:creator>可心</dc:creator><fs:srclink>http://blog.csdn.net/songkexin/archive/2010/01/01/5116428.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songkexin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/songkexin/~1131510/320306587/1131503</fs:itemid></item><item><title>超级简单的DIV布局</title><link>http://blog.csdn.net/songkexin/archive/2010/01/01/5116415.aspx</link><description>这篇文章演示在一个页面上有效的使用div元素来构建网站，而不是使用table元素。因为div元素有很多优势，所以大部分客户开发网站要求设计开发div元素，而不是table元素。上面的代码是是为了给初学者学习使用div元素开发网站的。　　下面解释为什么使用div元素而不是table元素　　table元素的优点：大多是设计开发者使用table是为了统一的外观。table也非常容易维护。另一个表的好处是，它是与大多数浏览器兼容。　　table元素的缺点：所有的这些都需要消耗成本：嵌套太多的table会增加页面的大小和下载时间。太多的table元素会使网页重要的内容占有比例下降，导致搜索蜘蛛把没用的内容添加到搜索引擎中。　　DIV元素的优点：div加css，我们可以实现同样的基于table的页面结构，而且可以减少页面上的元素数目，这样使页面加载更快。这也使得更多的网页与搜索引擎匹配。　　DIV 元素的缺点：主要的缺点是，并非所有的CSS元素与所有的浏览器兼容。正因为如此，我们必须写一些自定义CSS来解决问题。&lt;img src=&quot;http://www1.feedsky.com/t1/320306588/songkexin/csdn.net/s.gif?r=http://blog.csdn.net/songkexin/archive/2010/01/01/5116415.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/songkexin/320306588/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/songkexin/320306588/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 01 Jan 2010 07:04:00 +0800</pubDate><author>可心</author><guid isPermaLink="false">http://blog.csdn.net/songkexin/archive/2010/01/01/5116415.aspx</guid><dc:creator>可心</dc:creator><fs:srclink>http://blog.csdn.net/songkexin/archive/2010/01/01/5116415.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songkexin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/songkexin/~1131510/320306588/1131503</fs:itemid></item><item><title>插秧诗-老子</title><link>http://blog.csdn.net/songkexin/archive/2009/12/31/5115489.aspx</link><description>&lt;br /&gt;手把青秧插满田，&lt;br /&gt;低头便是水中天，&lt;br /&gt;身心清净方为道，&lt;br /&gt;退步原来是向前。&lt;img src=&quot;http://www1.feedsky.com/t1/320306589/songkexin/csdn.net/s.gif?r=http://blog.csdn.net/songkexin/archive/2009/12/31/5115489.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/songkexin/320306589/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/songkexin/320306589/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 31 Dec 2009 22:30:00 +0800</pubDate><author>可心</author><guid isPermaLink="false">http://blog.csdn.net/songkexin/archive/2009/12/31/5115489.aspx</guid><dc:creator>可心</dc:creator><fs:srclink>http://blog.csdn.net/songkexin/archive/2009/12/31/5115489.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songkexin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/songkexin/~1131510/320306589/1131503</fs:itemid></item><item><title>C#压缩Access数据库详细介绍</title><link>http://blog.csdn.net/songkexin/archive/2009/12/31/5110455.aspx</link><description>&lt;br /&gt;C#语言有很多值得学习的地方，这里我们主要介绍C#压缩Access数据库，包括介绍通过ProgID来访问COM对象等方面。&lt;br /&gt;　　下面这段描述C#压缩Access数据库,不管它是一个简单的&quot;.mdb&quot;还是一个&quot;.mdw&quot;网络共享数据库,这个过程和你在用MS Access应用程序中使用的&quot;工具-数据库实用工具-压缩和修复&quot;时执行的操作完全一样.实例代码使用了&quot;迟绑定&quot;(运行中在内存中建立COM对象),这样就不需要在工程中加入COM引用了,也不需要在PC上安装MS Access应用程序.只需要一个Jet引擎(Jet引擎包含在MDAC安装包中,在Windows NT4以后的版本中,系统已经自带了这个引擎).&lt;br /&gt;　　不知你是否也厌烦了在工程中加入复杂的COM库引用,但我相信这个纯.net代码将省去额外的交互操作, RCWs和COM引用.基本上,由于系统中安装的Microsoft类库的不同(例如:MS Office Object Library 9,10,11等等),我们也不知道用户PC中安装的Office版本,所以我们要通过ProgID来访问COM对象,而不能用CL&lt;img src=&quot;http://www1.feedsky.com/t1/320306590/songkexin/csdn.net/s.gif?r=http://blog.csdn.net/songkexin/archive/2009/12/31/5110455.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/songkexin/320306590/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/songkexin/320306590/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 31 Dec 2009 09:23:00 +0800</pubDate><author>可心</author><guid isPermaLink="false">http://blog.csdn.net/songkexin/archive/2009/12/31/5110455.aspx</guid><dc:creator>可心</dc:creator><fs:srclink>http://blog.csdn.net/songkexin/archive/2009/12/31/5110455.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songkexin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/songkexin/~1131510/320306590/1131503</fs:itemid></item><item><title>10个鲜为人知的C#关键字</title><link>http://blog.csdn.net/songkexin/archive/2009/12/31/5110323.aspx</link><description>&lt;br /&gt;10 Not So Well Known Keywords in C#&lt;br /&gt;Ok before the flaming start let me state this. These are known to most hardcore programmers and not knowing them doesn’t make you less of a programmer either. &lt;br /&gt;That said these keywords can come in handy and allow for better code quality and readability. Enjoy!yield&lt;br /&gt;The yield keyword signals to the compiler that the method in which it appears is an iterator block. The compiler generates a class to implement the behavior that is expressed in&lt;img src=&quot;http://www1.feedsky.com/t1/320306591/songkexin/csdn.net/s.gif?r=http://blog.csdn.net/songkexin/archive/2009/12/31/5110323.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/songkexin/320306591/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/songkexin/320306591/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 31 Dec 2009 09:03:00 +0800</pubDate><author>可心</author><guid isPermaLink="false">http://blog.csdn.net/songkexin/archive/2009/12/31/5110323.aspx</guid><dc:creator>可心</dc:creator><fs:srclink>http://blog.csdn.net/songkexin/archive/2009/12/31/5110323.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songkexin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/songkexin/~1131510/320306591/1131503</fs:itemid></item><item><title>苹果电脑CEO史蒂夫 乔布斯(Steve Jobs)在 Stanford 2005毕业典礼上的演讲</title><link>http://blog.csdn.net/songkexin/archive/2009/12/30/5108013.aspx</link><description>中文翻译This is the text of the Commencement address by Steve Jobs, CEO of Apple Computer and of Pixar Animation Studios, delivered on June 12, 2005.I am honored to be with you today at your commencement from one of the finest universities in the world. I never graduated from college. Truth be told, this is the closest I've ever gotten to a college graduation. Today I want to tell you three stories from my life. That's it. No big deal. Just three stories.The firs&lt;img src=&quot;http://www1.feedsky.com/t1/320306592/songkexin/csdn.net/s.gif?r=http://blog.csdn.net/songkexin/archive/2009/12/30/5108013.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/songkexin/320306592/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/songkexin/320306592/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 30 Dec 2009 18:09:00 +0800</pubDate><author>可心</author><guid isPermaLink="false">http://blog.csdn.net/songkexin/archive/2009/12/30/5108013.aspx</guid><dc:creator>可心</dc:creator><fs:srclink>http://blog.csdn.net/songkexin/archive/2009/12/30/5108013.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songkexin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/songkexin/~1131510/320306592/1131503</fs:itemid></item><item><title>asp.net中如何保留password模式文本框textbox内的数据不丢失</title><link>http://blog.csdn.net/songkexin/archive/2009/12/28/5093828.aspx</link><description>在asp.net 2.0环境下，使用textbox，提交到服务器再传回，如果textbox是password模式的，那么textbox内的密码（星号、圆点），就没有了！解决办法：在Page_Load中添加： Password1.Attributes[&quot;value&quot;]=Password1.Text; &lt;img src=&quot;http://www1.feedsky.com/t1/320306593/songkexin/csdn.net/s.gif?r=http://blog.csdn.net/songkexin/archive/2009/12/28/5093828.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/songkexin/320306593/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/songkexin/320306593/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 28 Dec 2009 21:23:00 +0800</pubDate><author>可心</author><guid isPermaLink="false">http://blog.csdn.net/songkexin/archive/2009/12/28/5093828.aspx</guid><dc:creator>可心</dc:creator><fs:srclink>http://blog.csdn.net/songkexin/archive/2009/12/28/5093828.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songkexin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/songkexin/~1131510/320306593/1131503</fs:itemid></item><item><title>C#画线控件的开发应用实例解析</title><link>http://blog.csdn.net/songkexin/archive/2009/12/25/5073125.aspx</link><description>&lt;br /&gt;C#画线控件的应用实例介绍之前我们要明白在C#中没有画线的控件，这里写了一个，大家分享。共有两个控件分别是画横线和画竖线的，关于怎么画斜线有兴趣的可以做一个大家分享。&lt;br /&gt;    C#画线控件之横线&lt;br /&gt;using System;  &lt;br /&gt;using System.Collections;  &lt;br /&gt;using System.ComponentModel;  &lt;br /&gt;using System.Drawing;  &lt;br /&gt;using System.Data;  &lt;br /&gt;using System.Windows.Forms;  &lt;br /&gt;&lt;br /&gt;namespace Jiashi.WinControls  &lt;br /&gt;{  &lt;br /&gt; ///   &lt;br /&gt; /// LineX 画横线控件  &lt;br /&gt; ///   &lt;br /&gt; public class LineX : System.Windows.Forms.UserControl  &lt;br /&gt; {  &lt;br /&gt;&lt;br /&gt;#region 属性定义  &lt;br /&gt;priva&lt;img src=&quot;http://www1.feedsky.com/t1/320306594/songkexin/csdn.net/s.gif?r=http://blog.csdn.net/songkexin/archive/2009/12/25/5073125.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/songkexin/320306594/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/songkexin/320306594/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 25 Dec 2009 09:29:00 +0800</pubDate><author>可心</author><guid isPermaLink="false">http://blog.csdn.net/songkexin/archive/2009/12/25/5073125.aspx</guid><dc:creator>可心</dc:creator><fs:srclink>http://blog.csdn.net/songkexin/archive/2009/12/25/5073125.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songkexin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/songkexin/~1131510/320306594/1131503</fs:itemid></item></channel></rss>