<?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/lihonggen0" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/lihonggen0" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 27 Oct 2008 06:17:00 GMT</lastBuildDate><title>李洪根的blog－专注软件开发技术</title><link>http://blog.csdn.net/lihonggen0/</link><item><title>VS2008 比较两个数据库的表结构差异，并同步</title><link>http://blog.csdn.net/lihonggen0/archive/2008/10/27/3155846.aspx</link><wfw:comment>http://blog.csdn.net/lihonggen0/comments/3155846.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihonggen0/comments/commentRss/3155846.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3155846</trackback:ping><description>以前发了一个比较两个数据库表结构差异的SQL，现在有一个开源项目　http://www.codeplex.com/OpenDBiff　　做这件事情，附件是OpenDBDiff的可执行文件。一些软件公司也开发过类似的工具，如DB Explorer，SQLDBCompare来进行数据库比较和同步。现在，微软加了这个Feature在VS2008里（写工具的遇到挑战了），如果你装了微软的VS2008，就可以进行比较，同步。&lt;img src =&quot;http://blog.csdn.net/lihonggen0/aggbug/3155846.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 27 Oct 2008 14:17:00 +0800</pubDate><author>李洪根</author><comments>http://blog.csdn.net/lihonggen0/archive/2008/10/27/3155846.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihonggen0/archive/2008/10/27/3155846.aspx</guid><dc:creator>李洪根</dc:creator></item><item><title>Sample: SQL 2008循环所有表和所有列</title><link>http://blog.csdn.net/lihonggen0/archive/2008/10/27/3155755.aspx</link><wfw:comment>http://blog.csdn.net/lihonggen0/comments/3155755.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihonggen0/comments/commentRss/3155755.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3155755</trackback:ping><description>&lt;br /&gt;其实很简单，相对于SQL 2000改了sys.all_objects和sys.columns&lt;br /&gt;&lt;br /&gt;declare @tblname varchar(200)&lt;br /&gt;declare @object_id   int&lt;br /&gt;declare tbl_cursor CURSORfor&lt;br /&gt;select name,object_idfromsys.all_objectswheretype='u'&lt;br /&gt;&lt;br /&gt;open tbl_cursor&lt;br /&gt;&lt;br /&gt;FETCHNEXTFROM tbl_cursor &lt;br /&gt;INTO @tblname,@object_id&lt;br /&gt;&lt;br /&gt;while@@FETCH_STATUS= 0&lt;br /&gt;Begin&lt;br /&gt;&lt;br /&gt;    declare @str varchar(8000)&lt;br /&gt;    declare @selectstr varchar(2000)&lt;br /&gt;    set @selectstr=''&lt;br /&gt;    set @str='INSERT IN&lt;img src =&quot;http://blog.csdn.net/lihonggen0/aggbug/3155755.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 27 Oct 2008 13:59:00 +0800</pubDate><author>李洪根</author><comments>http://blog.csdn.net/lihonggen0/archive/2008/10/27/3155755.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihonggen0/archive/2008/10/27/3155755.aspx</guid><dc:creator>李洪根</dc:creator></item><item><title>接受CSDN采访文章: 新技术不断，微软系开发者如何面对</title><link>http://blog.csdn.net/lihonggen0/archive/2007/12/11/1929673.aspx</link><wfw:comment>http://blog.csdn.net/lihonggen0/comments/1929673.aspx</wfw:comment><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/lihonggen0/comments/commentRss/1929673.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1929673</trackback:ping><description>IT调研服务提供商IDC日前发布的一份调研报告指出，中国38％的IT从业人员靠微软及其合作伙伴所组成的生态系统生存。而无论是产品的版本升级还是不断出新，微软迈在技术前沿的脚步向来矫健。

微软系技术的开发者如何从中把握技术方向、如何选择并面对面对不断出现的新技术……带着诸多问题，记者采访了2003-2007微软最有价值专家，TechExcel中国研发部经理李洪根。

&lt;img src =&quot;http://blog.csdn.net/lihonggen0/aggbug/1929673.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 12 Dec 2007 00:23:00 +0800</pubDate><author>lihonggen</author><comments>http://blog.csdn.net/lihonggen0/archive/2007/12/11/1929673.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihonggen0/archive/2007/12/11/1929673.aspx</guid><dc:creator>lihonggen</dc:creator></item><item><title>enable emulator in vs 2005 connect to active sync</title><link>http://blog.csdn.net/lihonggen0/archive/2006/02/23/607013.aspx</link><wfw:comment>http://blog.csdn.net/lihonggen0/comments/607013.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/lihonggen0/comments/commentRss/607013.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=607013</trackback:ping><description>You can use Device Emulator Manager for the purpose.

1. In activesync File-&gt;Connection Settings-&gt; &quot;Allow Connections to one of the following&quot;-&gt;select DMA from combo-box.
&lt;img src =&quot;http://blog.csdn.net/lihonggen0/aggbug/607013.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 23 Feb 2006 19:37:00 +0800</pubDate><author>lihonggen</author><comments>http://blog.csdn.net/lihonggen0/archive/2006/02/23/607013.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihonggen0/archive/2006/02/23/607013.aspx</guid><dc:creator>lihonggen</dc:creator></item><item><title>在VB6和VB.NET中进行图象捕获</title><link>http://blog.csdn.net/lihonggen0/archive/2004/11/13/180394.aspx</link><wfw:comment>http://blog.csdn.net/lihonggen0/comments/180394.aspx</wfw:comment><slash:comments>9</slash:comments><wfw:commentRss>http://blog.csdn.net/lihonggen0/comments/commentRss/180394.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=180394</trackback:ping><description>在VB6和VB.NET中进行图象捕获&lt;img src =&quot;http://blog.csdn.net/lihonggen0/aggbug/180394.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 14 Nov 2004 00:37:00 +0800</pubDate><author>lihonggen</author><comments>http://blog.csdn.net/lihonggen0/archive/2004/11/13/180394.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihonggen0/archive/2004/11/13/180394.aspx</guid><dc:creator>lihonggen</dc:creator></item><item><title>关于Asp.net中Cookie的问题</title><link>http://blog.csdn.net/lihonggen0/archive/2004/11/01/162402.aspx</link><wfw:comment>http://blog.csdn.net/lihonggen0/comments/162402.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/lihonggen0/comments/commentRss/162402.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=162402</trackback:ping><description>关于Asp.net中Cookie的问题，如中文乱码、Remove清除的问题。&lt;img src =&quot;http://blog.csdn.net/lihonggen0/aggbug/162402.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 02 Nov 2004 00:39:00 +0800</pubDate><author>lihonggen</author><comments>http://blog.csdn.net/lihonggen0/archive/2004/11/01/162402.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihonggen0/archive/2004/11/01/162402.aspx</guid><dc:creator>lihonggen</dc:creator></item><item><title>SQL Server 2005安装及界面截图，新增功能．</title><link>http://blog.csdn.net/lihonggen0/archive/2004/10/16/139307.aspx</link><wfw:comment>http://blog.csdn.net/lihonggen0/comments/139307.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/lihonggen0/comments/commentRss/139307.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=139307</trackback:ping><description>SQL Server 2005安装及界面截图，新增功能．&lt;img src =&quot;http://blog.csdn.net/lihonggen0/aggbug/139307.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 17 Oct 2004 05:46:00 +0800</pubDate><author>lihonggen</author><comments>http://blog.csdn.net/lihonggen0/archive/2004/10/16/139307.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihonggen0/archive/2004/10/16/139307.aspx</guid><dc:creator>lihonggen</dc:creator></item><item><title>我给谭强的信，关于Visual Studio .NET 2005</title><link>http://blog.csdn.net/lihonggen0/archive/2004/09/26/117299.aspx</link><wfw:comment>http://blog.csdn.net/lihonggen0/comments/117299.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihonggen0/comments/commentRss/117299.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=117299</trackback:ping><description>我给微软中国研发中心开发工具国际化部谭强的信，关于Visual Studio .NET 2005&lt;img src =&quot;http://blog.csdn.net/lihonggen0/aggbug/117299.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 26 Sep 2004 23:12:00 +0800</pubDate><author>lihonggen</author><comments>http://blog.csdn.net/lihonggen0/archive/2004/09/26/117299.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihonggen0/archive/2004/09/26/117299.aspx</guid><dc:creator>lihonggen</dc:creator></item><item><title>VB fans可以看一下，偶在2001-2003年参与的一些贴子！特此放上来！</title><link>http://blog.csdn.net/lihonggen0/archive/2004/09/25/116708.aspx</link><wfw:comment>http://blog.csdn.net/lihonggen0/comments/116708.aspx</wfw:comment><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/lihonggen0/comments/commentRss/116708.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=116708</trackback:ping><description>整理机器时发现，偶在2001-2003年CSDN论坛VB版参与的一些贴子！特此放上来！ &lt;img src =&quot;http://blog.csdn.net/lihonggen0/aggbug/116708.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 26 Sep 2004 00:48:00 +0800</pubDate><author>lihonggen</author><comments>http://blog.csdn.net/lihonggen0/archive/2004/09/25/116708.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihonggen0/archive/2004/09/25/116708.aspx</guid><dc:creator>lihonggen</dc:creator></item><item><title>VB6和VB.NET中对光标的编程</title><link>http://blog.csdn.net/lihonggen0/archive/2004/09/24/115383.aspx</link><wfw:comment>http://blog.csdn.net/lihonggen0/comments/115383.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lihonggen0/comments/commentRss/115383.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=115383</trackback:ping><description>在VB6和VB.NET中获取和设置光标的位置，设置光标的形状，显示和隐藏光标。
很简单的东西，更多的实例，可以参考API手册和Framework的文档。
&lt;img src =&quot;http://blog.csdn.net/lihonggen0/aggbug/115383.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 24 Sep 2004 20:43:00 +0800</pubDate><author>lihonggen</author><comments>http://blog.csdn.net/lihonggen0/archive/2004/09/24/115383.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/lihonggen0/archive/2004/09/24/115383.aspx</guid><dc:creator>lihonggen</dc:creator></item></channel></rss>