<?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/sunbingzibo" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/sunbingzibo" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 19 May 2009 17:32:00 GMT</lastBuildDate><title>佳泰生活</title><description>青山传琴韵,流水送知音</description><link>http://blog.csdn.net/sunbingzibo/</link><item><title>vim使用技巧之翻页</title><link>http://blog.csdn.net/sunbingzibo/archive/2009/05/19/4201865.aspx</link><wfw:comment>http://blog.csdn.net/sunbingzibo/comments/4201865.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sunbingzibo/comments/commentRss/4201865.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4201865</trackback:ping><description>&lt;br /&gt;原文地址:&lt;br /&gt;http://www.study-area.org/tips/vim/Vim-2.html#second&lt;br /&gt;&lt;br /&gt;h  左，或 Backspace 或方向键&lt;br /&gt;j  下，或 Enter 或 +（要 Shift 键），或方向键&lt;br /&gt;k  上，或 方向键或 -（不必 Shift 键）&lt;br /&gt;l  右，或 Space 或方向键&lt;br /&gt;使用 hjkl 键的移动是为了使手不必离开打字区（键盘中央的部位），以加快打字的速度，如果各位不习惯，那就使用方向键吧！&lt;br /&gt;Backspace 及 Space 的移动方式是到了行首或行尾时会折行，但方向键或 hl 键的移动则在行首或行尾时您继续按也不会折行。转折换行的功能是 vim 的扩充功能，elvis 无此功能。&lt;br /&gt;jk 及使用方向键的上下移动游标会尽量保持在同一栏位。使用 Enter，+，- 的上下移动，游标会移至上（下）一行的第一个非空白字元处。&lt;br /&gt;好像有点複杂，各位就暂时使用方向键来移动就简单明白了！等您爱上了 vim 后再来讲究吧。&lt;br /&gt; Ctrl-&lt;img src =&quot;http://blog.csdn.net/sunbingzibo/aggbug/4201865.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/223405471/sunbingzibo/csdn.net/s.gif?r=http://blog.csdn.net/sunbingzibo/archive/2009/05/19/4201865.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/sunbingzibo/223405471/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/sunbingzibo/223405471/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 20 May 2009 01:32:00 +0800</pubDate><author>财轩</author><comments>http://blog.csdn.net/sunbingzibo/archive/2009/05/19/4201865.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sunbingzibo/archive/2009/05/19/4201865.aspx</guid><dc:creator>财轩</dc:creator><fs:srclink>http://blog.csdn.net/sunbingzibo/archive/2009/05/19/4201865.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/sunbingzibo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/sunbingzibo/~1069186/223405471/1069186</fs:itemid></item><item><title>如何写标准的连接字符串</title><link>http://blog.csdn.net/sunbingzibo/archive/2008/04/19/2306249.aspx</link><wfw:comment>http://blog.csdn.net/sunbingzibo/comments/2306249.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sunbingzibo/comments/commentRss/2306249.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2306249</trackback:ping><description>在用ado,及ado.net时在建立数据库连接时,要写数据库的连接字符串,
但是一般情况下连接字符串不是十分好记忆,
这时我们只需建立一个udl文件,双击,就会出现数据库连接配置的对话框
我们在这里输入相关信息
然后再用记事本打开,这时最下边的一个字符串就是我们想要的. &lt;img src =&quot;http://blog.csdn.net/sunbingzibo/aggbug/2306249.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/sunbingzibo/223405472/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/sunbingzibo/223405472/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 19 Apr 2008 16:47:00 +0800</pubDate><author>财轩</author><comments>http://blog.csdn.net/sunbingzibo/archive/2008/04/19/2306249.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sunbingzibo/archive/2008/04/19/2306249.aspx</guid><dc:creator>财轩</dc:creator><fs:srclink>http://blog.csdn.net/sunbingzibo/archive/2008/04/19/2306249.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/sunbingzibo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/sunbingzibo/~1069186/223405472/1069186</fs:itemid></item><item><title>自定义存储过程查看存储过程的定义</title><link>http://blog.csdn.net/sunbingzibo/archive/2008/04/17/2300711.aspx</link><wfw:comment>http://blog.csdn.net/sunbingzibo/comments/2300711.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sunbingzibo/comments/commentRss/2300711.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2300711</trackback:ping><description>在sql server 2000系统中含有一个sp_helptext函数来察看用户自定义的存储过程及触发器,函数的定义
但是这个函数的是不向外输入的,不合适我们在程序中使用他,于是自已想办法,修改了一下,让他可以返回数据库对象的DDL&lt;img src =&quot;http://blog.csdn.net/sunbingzibo/aggbug/2300711.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/sunbingzibo/223405473/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/sunbingzibo/223405473/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 17 Apr 2008 22:06:00 +0800</pubDate><author>财轩</author><comments>http://blog.csdn.net/sunbingzibo/archive/2008/04/17/2300711.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sunbingzibo/archive/2008/04/17/2300711.aspx</guid><dc:creator>财轩</dc:creator><fs:srclink>http://blog.csdn.net/sunbingzibo/archive/2008/04/17/2300711.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/sunbingzibo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/sunbingzibo/~1069186/223405473/1069186</fs:itemid></item><item><title>如何使用asp.net 1.1中的webcontrol中的TreeView</title><link>http://blog.csdn.net/sunbingzibo/archive/2008/01/15/2044571.aspx</link><wfw:comment>http://blog.csdn.net/sunbingzibo/comments/2044571.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sunbingzibo/comments/commentRss/2044571.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2044571</trackback:ping><description>较老的但是还有人在使的技术&lt;img src =&quot;http://blog.csdn.net/sunbingzibo/aggbug/2044571.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/sunbingzibo/223405474/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/sunbingzibo/223405474/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 15 Jan 2008 17:52:00 +0800</pubDate><author>财轩</author><comments>http://blog.csdn.net/sunbingzibo/archive/2008/01/15/2044571.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sunbingzibo/archive/2008/01/15/2044571.aspx</guid><dc:creator>财轩</dc:creator><fs:srclink>http://blog.csdn.net/sunbingzibo/archive/2008/01/15/2044571.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/sunbingzibo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/sunbingzibo/~1069186/223405474/1069186</fs:itemid></item><item><title>使用HashTable来实现树的查找</title><link>http://blog.csdn.net/sunbingzibo/archive/2008/01/08/2030556.aspx</link><wfw:comment>http://blog.csdn.net/sunbingzibo/comments/2030556.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sunbingzibo/comments/commentRss/2030556.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2030556</trackback:ping><description>使用hashtable来解决树的查找&lt;img src =&quot;http://blog.csdn.net/sunbingzibo/aggbug/2030556.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/sunbingzibo/223405475/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/sunbingzibo/223405475/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 09 Jan 2008 00:32:00 +0800</pubDate><author>财轩</author><comments>http://blog.csdn.net/sunbingzibo/archive/2008/01/08/2030556.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sunbingzibo/archive/2008/01/08/2030556.aspx</guid><dc:creator>财轩</dc:creator><fs:srclink>http://blog.csdn.net/sunbingzibo/archive/2008/01/08/2030556.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/sunbingzibo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/sunbingzibo/~1069186/223405475/1069186</fs:itemid></item><item><title>如何解决不能在Web启动调试</title><link>http://blog.csdn.net/sunbingzibo/archive/2008/01/07/2028147.aspx</link><wfw:comment>http://blog.csdn.net/sunbingzibo/comments/2028147.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sunbingzibo/comments/commentRss/2028147.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2028147</trackback:ping><description>不能在Web启动调试&lt;img src =&quot;http://blog.csdn.net/sunbingzibo/aggbug/2028147.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/sunbingzibo/223405476/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/sunbingzibo/223405476/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 07 Jan 2008 16:53:00 +0800</pubDate><author>财轩</author><comments>http://blog.csdn.net/sunbingzibo/archive/2008/01/07/2028147.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sunbingzibo/archive/2008/01/07/2028147.aspx</guid><dc:creator>财轩</dc:creator><fs:srclink>http://blog.csdn.net/sunbingzibo/archive/2008/01/07/2028147.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/sunbingzibo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/sunbingzibo/~1069186/223405476/1069186</fs:itemid></item><item><title>使用Nunit+Access做单元测试时连接已经关闭</title><link>http://blog.csdn.net/sunbingzibo/archive/2007/12/21/1957597.aspx</link><wfw:comment>http://blog.csdn.net/sunbingzibo/comments/1957597.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sunbingzibo/comments/commentRss/1957597.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1957597</trackback:ping><description>今天在使用Nunit+Access做单元测试时,本来正常的代码突然间不能正常通过
在VS2005 Express中调试则可以正常通过,正在那闷中
发现我打开了Access,结果关了Access代码则能正常通过了
 &lt;img src =&quot;http://blog.csdn.net/sunbingzibo/aggbug/1957597.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/sunbingzibo/223405477/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/sunbingzibo/223405477/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 22 Dec 2007 00:05:00 +0800</pubDate><author>财轩</author><comments>http://blog.csdn.net/sunbingzibo/archive/2007/12/21/1957597.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sunbingzibo/archive/2007/12/21/1957597.aspx</guid><dc:creator>财轩</dc:creator><fs:srclink>http://blog.csdn.net/sunbingzibo/archive/2007/12/21/1957597.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/sunbingzibo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/sunbingzibo/~1069186/223405477/1069186</fs:itemid></item><item><title>sharpdevelop中如何加载addin文件</title><link>http://blog.csdn.net/sunbingzibo/archive/2007/11/24/1900515.aspx</link><wfw:comment>http://blog.csdn.net/sunbingzibo/comments/1900515.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sunbingzibo/comments/commentRss/1900515.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1900515</trackback:ping><description>Sharpdevelop中的addin文件是一个xml文件,SD的作者在其中设置了一些特定的规则,来描述菜单,工具栏,视图的创建及dll的加载,
作者创建了一个addin类(代码存在于addin.cs)来完成对addin文件的操作
addin文件其中包含了,作者,版本,描述,版权等等各个方面的信息,&lt;img src =&quot;http://blog.csdn.net/sunbingzibo/aggbug/1900515.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/sunbingzibo/223405478/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/sunbingzibo/223405478/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 24 Nov 2007 20:13:00 +0800</pubDate><author>财轩</author><comments>http://blog.csdn.net/sunbingzibo/archive/2007/11/24/1900515.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sunbingzibo/archive/2007/11/24/1900515.aspx</guid><dc:creator>财轩</dc:creator><fs:srclink>http://blog.csdn.net/sunbingzibo/archive/2007/11/24/1900515.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/sunbingzibo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/sunbingzibo/~1069186/223405478/1069186</fs:itemid></item><item><title>splashform</title><link>http://blog.csdn.net/sunbingzibo/archive/2007/11/12/1880748.aspx</link><wfw:comment>http://blog.csdn.net/sunbingzibo/comments/1880748.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sunbingzibo/comments/commentRss/1880748.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1880748</trackback:ping><description>splashform&lt;img src =&quot;http://blog.csdn.net/sunbingzibo/aggbug/1880748.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/sunbingzibo/223405479/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/sunbingzibo/223405479/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 13 Nov 2007 01:43:00 +0800</pubDate><author>财轩</author><comments>http://blog.csdn.net/sunbingzibo/archive/2007/11/12/1880748.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sunbingzibo/archive/2007/11/12/1880748.aspx</guid><dc:creator>财轩</dc:creator><fs:srclink>http://blog.csdn.net/sunbingzibo/archive/2007/11/12/1880748.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/sunbingzibo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/sunbingzibo/~1069186/223405479/1069186</fs:itemid></item><item><title>如何进行安全的类型转换</title><link>http://blog.csdn.net/sunbingzibo/archive/2007/11/05/1867972.aspx</link><wfw:comment>http://blog.csdn.net/sunbingzibo/comments/1867972.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sunbingzibo/comments/commentRss/1867972.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1867972</trackback:ping><description>如何进行安全的类型转换&lt;img src =&quot;http://blog.csdn.net/sunbingzibo/aggbug/1867972.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/sunbingzibo/223405480/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/sunbingzibo/223405480/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 06 Nov 2007 01:06:00 +0800</pubDate><author>财轩</author><comments>http://blog.csdn.net/sunbingzibo/archive/2007/11/05/1867972.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/sunbingzibo/archive/2007/11/05/1867972.aspx</guid><dc:creator>财轩</dc:creator><fs:srclink>http://blog.csdn.net/sunbingzibo/archive/2007/11/05/1867972.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/sunbingzibo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/sunbingzibo/~1069186/223405480/1069186</fs:itemid></item></channel></rss>
