<?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/moshuchao" type="application/rss+xml" ref="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/moshuchao" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 09 Jul 2008 20:14:00 GMT</lastBuildDate><title>moshuchao的专栏</title><description>.net 学习园地 人过留名 雁过留声，请留下你的看法和想法</description><item><title>Javascript  调用C# 代码并传递参数的两种方法</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066817/1302488/1/item.html</link><wfw:comment>comments/2630462.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2630462.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2630462</trackback:ping><description>Javascript调用C#代码的方法网上介绍了很多种方法，也很详细，但没有向C#传递参数的方法。今天刚好用到，搞了半天才搞出来（其实我很笨）。下面说一下具体实现的方法。
一、使用HiddenField 控件。
     HiddenField控件顾名思义就是隐藏输入框的服务器控件，它能让你保存那些不需要显示在页面上的且对安全性要求不高的数据。也许这个时候应该有这么一个疑问，为什么有了ViewState、Session和Cookie等状态保存机制，还需要用起HiddenField呢？

　　增加HiddenField，其实是为了让整个状态管理机制的应用程度更加全面。因为不管是ViewState、Cookie还是Session，都有其失效的时候，比如用户因某种需求要求设置ViewState为false，或者环境条件限制使用Cookie，或者用户长时间没有动作导致 Session过期等等，那这个时候HiddenField无疑是最佳选择。

　　HiddenField控件的作用简单的说是用于存储需要在向服务器的发送间保持的值。它作为 ＜input typ&lt;img src =&quot;aggbug/2630462.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Jul 2008 04:14:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/07/09/2630462.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/07/09/2630462.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/07/09/2630462.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066817/1302488</fs:itemid></item><item><title>不预览直接打印 Microsoft RDLC报表</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066818/1302488/1/item.html</link><wfw:comment>comments/2607017.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2607017.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2607017</trackback:ping><description>做报表时一直用水晶报表来做,最近发现用Microsoft的RDLC做报表也不错,而且方便,最主要布署(WEB)的时修没有水晶报表那么麻烦。 但是唯一的缺点是学习资料太少了，都得自己瞎搞。唯一好的资源就只有蜡人张同志的《RDLC报表》系列，当然还有MSDN 。下面是不预览直接打印的实现，主要代码来自MSDN。&lt;img src =&quot;aggbug/2607017.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 03 Jul 2008 17:03:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/07/03/2607017.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/07/03/2607017.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/07/03/2607017.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066818/1302488</fs:itemid></item><item><title>如何让 DataGridVew 列顺序保持设计时顺序</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066819/1302488/1/item.html</link><wfw:comment>comments/2596032.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2596032.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2596032</trackback:ping><description>在使用Datagridview时，当重新对DataSoruce 属性赋值时，往往列顺序就会改变为DataSource属性的值的排序顺序。这样就会破坏我们的设计，违背我们原来的意图。那有什么方法可以列序按照我们的想法来排列呢？
方法有两种：
1、让DataSource属性的新值的Columns按照我们要的顺序排序。
2、在给DataSource属性赋值之后，对列(Column)的DataPropertyName属性绑定一个数据字段，
3、改写DataGridView。
      下面我们对以上三种方法，进行分析：
     第一种方法实现简单，但这样做如果数据结构（或需求）变化时，要修改的地方比较多，而且不便于设计时的所见即所得，更不便于维护，所以我不采用它。
    第二种方法，好是很好，但当Column包含有按钮列等其它非文本列时一样会进行重新排序，所以这种方法也不能满足我们的需求。
   最后我只有采用第三种方法：改写DataGridView，我们增加一个新的DataSourceNew属性，在它的set访问器，里增加两个方法。一个是保存列序号，&lt;img src =&quot;aggbug/2596032.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 30 Jun 2008 01:43:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/06/29/2596032.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/06/29/2596032.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/06/29/2596032.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066819/1302488</fs:itemid></item><item><title>条码(code128)的不同版本实现</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066820/1302488/1/item.html</link><wfw:comment>comments/2552323.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2552323.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2552323</trackback:ping><description>好久没写Blog了，这次写写条码（code128)打印的实现。条码在工业应用方面很广泛，所以我们在编写程序时，特别是打印报表时，经常用到。&lt;img src =&quot;aggbug/2552323.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 16 Jun 2008 18:17:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/06/16/2552323.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/06/16/2552323.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/06/16/2552323.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066820/1302488</fs:itemid></item><item><title>使用firefox+gspace+GMail组成超级U盘</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066821/1302488/1/item.html</link><wfw:comment>comments/2245233.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2245233.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2245233</trackback:ping><description>使用firefox+gspace+GMail组成超级U盘&lt;img src =&quot;aggbug/2245233.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Apr 2008 23:31:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/04/02/2245233.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/04/02/2245233.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/04/02/2245233.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066821/1302488</fs:itemid></item><item><title>Shell十三问</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066822/1302488/1/item.html</link><wfw:comment>comments/2185346.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2185346.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2185346</trackback:ping><description>shell 编程&lt;img src =&quot;aggbug/2185346.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 15 Mar 2008 23:43:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/03/15/2185346.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/03/15/2185346.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/03/15/2185346.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066822/1302488</fs:itemid></item><item><title>ubuntu server 安装 日记</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066823/1302488/1/item.html</link><wfw:comment>comments/2160930.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2160930.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2160930</trackback:ping><description>ubuntu linux  安装&lt;img src =&quot;aggbug/2160930.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 10 Mar 2008 06:36:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/03/09/2160930.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/03/09/2160930.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/03/09/2160930.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066823/1302488</fs:itemid></item><item><title>windows 传递文件到ubuntu的一种方法。</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066824/1302488/1/item.html</link><wfw:comment>comments/2159912.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2159912.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2159912</trackback:ping><description>windows 传递文件到ubuntu的一种方法。&lt;img src =&quot;aggbug/2159912.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 10 Mar 2008 00:25:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/03/09/2159912.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/03/09/2159912.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/03/09/2159912.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066824/1302488</fs:itemid></item><item><title>linux 下配置mysql 的默认字符集(character-set)</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066825/1302488/1/item.html</link><wfw:comment>comments/2155082.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2155082.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2155082</trackback:ping><description>linux 下配置mysql 的默认字符集(character-set)&lt;img src =&quot;aggbug/2155082.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Mar 2008 05:54:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/03/06/2155082.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/03/06/2155082.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/03/06/2155082.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066825/1302488</fs:itemid></item><item><title>MySQL 的存储过程写法和Cursor的使用</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066826/1302488/1/item.html</link><wfw:comment>comments/2153474.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2153474.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2153474</trackback:ping><description>MySQL 的存储过程写法和Cursor的使用 &lt;img src =&quot;aggbug/2153474.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Mar 2008 18:59:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/03/06/2153474.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/03/06/2153474.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/03/06/2153474.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066826/1302488</fs:itemid></item><item><title>mysql 实现 mssql exec 动态查询语句</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066827/1302488/1/item.html</link><wfw:comment>comments/2153342.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2153342.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2153342</trackback:ping><description>从MySQL 5.0 开始，
支持了一个全新的SQL句法：

PREPARE stmt_name FROM preparable_stmt;

EXECUTE stmt_name [USING @var_name [, @var_name] ...];

{DEALLOCATE | DROP} PREPARE stmt_name;

 
&lt;img src =&quot;aggbug/2153342.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Mar 2008 18:32:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/03/06/2153342.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/03/06/2153342.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/03/06/2153342.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066827/1302488</fs:itemid></item><item><title>sql 2005日志文件压缩</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066828/1302488/1/item.html</link><wfw:comment>comments/2152909.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2152909.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2152909</trackback:ping><description>/*--特别注意

请按步骤进行,未进行前面的步骤,请不要做后面的步骤
否则可能损坏你的数据库.

一般不建议做第4,6两步
第4步不安全,有可能损坏数据库或丢失数据
第6步如果日志达到上限,则以后的数据库处理会失败,在清理日志后才能恢复.
--*/

--下面的所有库名都指你要处理的数据库的库名

1.清空日志
DUMP  TRANSACTION  库名  WITH  NO_LOG    

2.截断事务日志：
BACKUP LOG 库名 WITH NO_LOG

3.收缩数据库文件(如果不压缩,数据库的文件不会减小
企业管理器--右键你要压缩的数据库--所有任务--收缩数据库--收缩文件
--选择日志文件--在收缩方式里选择收缩至XXM,这里会给出一个允许收缩到的最小M数,直接输入这个数,确定就可以了
--选择数据文件--在收缩方式里选择收缩至XXM,这里会给出一个允许收缩到的最小M数,直接输入这个数,确定就可以了

也可以用SQL语句来完成
--收缩数据库
DBCC SHRINKDATABASE(库名)

--收缩指定数据文件&lt;img src =&quot;aggbug/2152909.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Mar 2008 16:19:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/03/06/2152909.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/03/06/2152909.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/03/06/2152909.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066828/1302488</fs:itemid></item><item><title>ubuntu linux 下的mysql 安装</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066829/1302488/1/item.html</link><wfw:comment>comments/2152344.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2152344.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2152344</trackback:ping><description>现在在学习mysql ，但在windows 下使用总感觉不爽。不知道是自己水平有限，还是windows 下的版本功能有问题。所以想在linux 下装一个mysql  来学习学习。linux 下安装不如windows 下友善，没有图形化的界面，莫名奇妙的问题。折腾了几个小时才把它安装成功。下面是我的安装步驟：
一、首先肯定是要有安装源的了，先到Mysql.com上下一个安装包，现在最新版是6.0a，
http://dev.mysql.com/downloads/mysql/6.0.html#linux ,看到那么多版本，别傻了眼，我下的是：Linux (non RPM packages) 版本，这个版本直接解压，然后配置就可以了。
二、将下载文件解压：文件夹改名为mysql,并copy 到某个位置，我复制到/usr/local/下。
在一般的文件浏览器下面是复制可能会出现“无权限”问题。这时进入终端打入sudo nautilus 这样可以出现一个新的文件浏览器窗口，在这个窗口可以复制文件
三、安装：
1.	# sudo groupadd mysql
# sudo &lt;img src =&quot;aggbug/2152344.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Mar 2008 08:03:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/03/06/2152344.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/03/06/2152344.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/03/06/2152344.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066829/1302488</fs:itemid></item><item><title>MySQL轻松实现MsSQL的DateDiff(hour,@@)函数</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066830/1302488/1/item.html</link><wfw:comment>comments/2139198.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2139198.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2139198</trackback:ping><description>MySQL轻松实现MsSQL的DateDiff(hour,@@)函数&lt;img src =&quot;aggbug/2139198.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 02 Mar 2008 22:31:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/03/02/2139198.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/03/02/2139198.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/03/02/2139198.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066830/1302488</fs:itemid></item><item><title>Ms SQL 数据导入 MySQL 工具</title><link>http://item.feedsky.com/~csdn.net/moshuchao/~1299500/92066831/1302488/1/item.html</link><wfw:comment>comments/2124833.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2124833.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2124833</trackback:ping><description>Ms SQL 数据导入 MySQL 工具&lt;img src =&quot;aggbug/2124833.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 27 Feb 2008 23:57:00 +0800</pubDate><author>moshuchao</author><comments>http://blog.csdn.net/moshuchao/archive/2008/02/27/2124833.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/moshuchao/archive/2008/02/27/2124833.aspx</guid><dc:creator>moshuchao</dc:creator><fs:srclink>http://blog.csdn.net/moshuchao/archive/2008/02/27/2124833.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/moshuchao/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/moshuchao/~1299500/92066831/1302488</fs:itemid></item></channel></rss>