<?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/boat1980" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/boat1980" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 18 Jun 2009 12:01:00 GMT</lastBuildDate><title>boat1980的专栏</title><link>http://blog.csdn.net/boat1980/</link><item><title>房产</title><link>http://blog.csdn.net/boat1980/archive/2009/06/18/4279074.aspx</link><wfw:comment>http://blog.csdn.net/boat1980/comments/4279074.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/boat1980/comments/commentRss/4279074.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4279074</trackback:ping><description>&lt;br /&gt;据自己分析：房产3年后会降到自己可以购买的程度。&lt;br /&gt;&lt;br /&gt;个人意见。&lt;br /&gt;&lt;br /&gt;三年后自己验证自己分析。&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/boat1980/aggbug/4279074.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236600631/boat1980/csdn.net/s.gif?r=http://blog.csdn.net/boat1980/archive/2009/06/18/4279074.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/boat1980/236600631/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/boat1980/236600631/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 18 Jun 2009 20:01:00 +0800</pubDate><author>boat1980</author><comments>http://blog.csdn.net/boat1980/archive/2009/06/18/4279074.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/boat1980/archive/2009/06/18/4279074.aspx</guid><dc:creator>boat1980</dc:creator><fs:srclink>http://blog.csdn.net/boat1980/archive/2009/06/18/4279074.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/boat1980/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/boat1980/~1082718/236600631/1082717</fs:itemid></item><item><title>第一次写的游标</title><link>http://blog.csdn.net/boat1980/archive/2009/06/18/4278693.aspx</link><wfw:comment>http://blog.csdn.net/boat1980/comments/4278693.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/boat1980/comments/commentRss/4278693.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4278693</trackback:ping><description>&lt;br /&gt;    DECLARE @SupplierCode int                 --取引先ＣＤ&lt;br /&gt;    DECLARE @CloseDay datetime              --締日&lt;br /&gt;    DECLARE @LastCloseDay datetime              --締日&lt;br /&gt;    DECLARE @PayFLG smallint                  --支払FLG&lt;br /&gt;&lt;br /&gt;    IF CURSOR_STATUS('GLOBAL','Cur_PM')  -3&lt;br /&gt;        DEALLOCATE Cur_PM&lt;br /&gt;    DECLARE Cur_PM CURSOR FOR&lt;br /&gt;    SELECT&lt;br /&gt;         SupplierCode&lt;br /&gt;         ,CloseDay &lt;br /&gt;    FROM PayManage&lt;br /&gt;    WHERE PayPlanDay = @in_PayPlanDay&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/boat1980/aggbug/4278693.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236600632/boat1980/csdn.net/s.gif?r=http://blog.csdn.net/boat1980/archive/2009/06/18/4278693.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/boat1980/236600632/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/boat1980/236600632/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 18 Jun 2009 18:47:00 +0800</pubDate><author>boat1980</author><comments>http://blog.csdn.net/boat1980/archive/2009/06/18/4278693.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/boat1980/archive/2009/06/18/4278693.aspx</guid><dc:creator>boat1980</dc:creator><fs:srclink>http://blog.csdn.net/boat1980/archive/2009/06/18/4278693.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/boat1980/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/boat1980/~1082718/236600632/1082717</fs:itemid></item><item><title>window运行命令大全</title><link>http://blog.csdn.net/boat1980/archive/2009/04/07/4053278.aspx</link><wfw:comment>http://blog.csdn.net/boat1980/comments/4053278.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/boat1980/comments/commentRss/4053278.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4053278</trackback:ping><description>转载地址：http://jia.whtong.com/space.php?uid=5&amp;do=blog&amp;id=65winver 检查Windows版本 &lt;br /&gt;wmimgmt.msc 打开Windows管理体系结构(wmi) &lt;br /&gt;wupdmgr Windows更新程序 &lt;br /&gt;wscript Windows脚本宿主设置 &lt;br /&gt;write 写字板 &lt;br /&gt;winmsd 系统信息 &lt;br /&gt;wiaacmgr 扫描仪和照相机向导 &lt;br /&gt;winchat xp自带局域网聊天 &lt;br /&gt;mem.exe 显示内存使用情况 &lt;br /&gt;msconfig.exe 系统配置实用程序 &lt;br /&gt;mplayer2 简易widnows media player &lt;br /&gt;mspaint 画图板 &lt;br /&gt;mstsc 远程桌面连接 &lt;br /&gt;mplayer2 媒体播放机 &lt;br /&gt;magnify 放大镜实用程序 &lt;br /&gt;mmc 打开控制台 &lt;br /&gt;mobsync 同步命令 &lt;br /&gt;&lt;br /&gt;dxdiag 检查directx信息 &lt;br /&gt;drwtsn32&lt;img src =&quot;http://blog.csdn.net/boat1980/aggbug/4053278.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/boat1980/236600633/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/boat1980/236600633/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 07 Apr 2009 17:12:00 +0800</pubDate><author>boat1980</author><comments>http://blog.csdn.net/boat1980/archive/2009/04/07/4053278.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/boat1980/archive/2009/04/07/4053278.aspx</guid><dc:creator>boat1980</dc:creator><fs:srclink>http://blog.csdn.net/boat1980/archive/2009/04/07/4053278.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/boat1980/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/boat1980/~1082718/236600633/1082717</fs:itemid></item><item><title>substr 和substring 的区别</title><link>http://blog.csdn.net/boat1980/archive/2009/02/12/3882341.aspx</link><wfw:comment>http://blog.csdn.net/boat1980/comments/3882341.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/boat1980/comments/commentRss/3882341.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3882341</trackback:ping><description>substr 方法&lt;br /&gt;返回一个从指定位置开始的指定长度的子字符串。&lt;br /&gt;stringvar.substr(start [,length ])参数&lt;br /&gt;stringvar&lt;br /&gt;必选项。要提取子字符串的字符串文字或 String 对象。&lt;br /&gt;start&lt;br /&gt;必选项。所需的子字符串的起始位置。字符串中的第一个字符的索引为 0。&lt;br /&gt;length&lt;br /&gt;可选项。在返回的子字符串中应包括的字符个数。说明&lt;br /&gt;如果 length 为 0 或负数，将返回一个空字符串。如果没有指定该参数，则子字符串将延续到 stringvar 的最后。示例&lt;br /&gt;下面的示例演示了substr 方法的用法。function SubstrDemo(){
   var s, ss;                // 声明变量。
   var s = &quot;The rain in Spain falls mainly in the plain.&quot;;
   ss = s.substr(12, 5);  // 获取子字符串。
   return(ss);      &lt;img src =&quot;http://blog.csdn.net/boat1980/aggbug/3882341.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/boat1980/236600634/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/boat1980/236600634/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 13 Feb 2009 00:22:00 +0800</pubDate><author>boat1980</author><comments>http://blog.csdn.net/boat1980/archive/2009/02/12/3882341.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/boat1980/archive/2009/02/12/3882341.aspx</guid><dc:creator>boat1980</dc:creator><fs:srclink>http://blog.csdn.net/boat1980/archive/2009/02/12/3882341.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/boat1980/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/boat1980/~1082718/236600634/1082717</fs:itemid></item><item><title>数据库认证</title><link>http://blog.csdn.net/boat1980/archive/2009/02/11/3875946.aspx</link><wfw:comment>http://blog.csdn.net/boat1980/comments/3875946.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/boat1980/comments/commentRss/3875946.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3875946</trackback:ping><description>转载：http://hi.baidu.com/vonq/blog/item/c4cdfe0feaff4f2d6059f3f4.html数据库认证2009-01-09 13:38数据库认证是继操作系统、程序员认证之后的一个新热门认证体系，在就业与提升职业技能中能起到重要作用。目前，最流行的数据库认证有四大类，分别是：Ｏｒａｃｌｅ认证、ＩＢＭ ＤＢ２认证、Ｓｙｂａｓｅ数据库认证，以及Ｍｉｃｒｏｓｏｆｔ的ＭＣＤＢＡ认证。这里笔者为大家一一介绍及点评。 &lt;br /&gt;&lt;br /&gt;Ｏｒａｃｌｅ认证 &lt;br /&gt;&lt;br /&gt;简介：OCP（Oracle Certified Professional）即Oracle认证，是Oracle公司于1997年推出的。该认证是国际上承认的Oracle水平证书，实行证书的方法始于Microsoft和Novell，后来各大公司也开始效仿。 &lt;br /&gt;&lt;br /&gt;认证分类：分为Oracle Database Operator、Oracle Database Administrator、Oracle Developer三个级别，分别是Oracle数据库操作员、Oracl&lt;img src =&quot;http://blog.csdn.net/boat1980/aggbug/3875946.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/boat1980/236600635/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/boat1980/236600635/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 11 Feb 2009 16:32:00 +0800</pubDate><author>boat1980</author><comments>http://blog.csdn.net/boat1980/archive/2009/02/11/3875946.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/boat1980/archive/2009/02/11/3875946.aspx</guid><dc:creator>boat1980</dc:creator><fs:srclink>http://blog.csdn.net/boat1980/archive/2009/02/11/3875946.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/boat1980/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/boat1980/~1082718/236600635/1082717</fs:itemid></item><item><title>border-collapse</title><link>http://blog.csdn.net/boat1980/archive/2009/02/05/3864302.aspx</link><wfw:comment>http://blog.csdn.net/boat1980/comments/3864302.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/boat1980/comments/commentRss/3864302.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3864302</trackback:ping><description>&lt;br /&gt;原贴：http://hi.baidu.com/csxbao/blog/item/727144cef40c403eb700c8e7.html&lt;br /&gt;&lt;br /&gt;border-collapse版本：CSS2　 兼容性：IE5+　继承性：无&lt;br /&gt;语法：&lt;br /&gt;border-collapse : separate | collapse &lt;br /&gt;取值：&lt;br /&gt;separate :　 默认值。边框独立(标准HTML)&lt;br /&gt;collapse :　 相邻边被合并&lt;br /&gt;说明：&lt;br /&gt;设置或检索表格的行和单元格的边是合并在一起还是按照标准的HTML样式分开。&lt;br /&gt;此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。&lt;br /&gt;对应的脚本特性为 borderCollapse 。 &lt;br /&gt;示例：&lt;br /&gt;table { border-collapse: separate; } &lt;br /&gt;应用于：&lt;br /&gt;IE5.0+ currentStyle runtimeStyle style TABLE&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/boat1980/aggbug/3864302.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/boat1980/236600636/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/boat1980/236600636/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 05 Feb 2009 22:37:00 +0800</pubDate><author>boat1980</author><comments>http://blog.csdn.net/boat1980/archive/2009/02/05/3864302.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/boat1980/archive/2009/02/05/3864302.aspx</guid><dc:creator>boat1980</dc:creator><fs:srclink>http://blog.csdn.net/boat1980/archive/2009/02/05/3864302.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/boat1980/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/boat1980/~1082718/236600636/1082717</fs:itemid></item><item><title>大型网站架构系列之一 不得不考虑的问题</title><link>http://blog.csdn.net/boat1980/archive/2009/01/12/3761345.aspx</link><wfw:comment>http://blog.csdn.net/boat1980/comments/3761345.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/boat1980/comments/commentRss/3761345.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3761345</trackback:ping><description>&lt;br /&gt;(原帖：)http://www.phpv.net/html/1659.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;注意：这里的大型网站架构只包括高互动性高交互性的数据型大型网站，基于大家众所周知的原因，我们就不谈新闻类和一些依靠HTML静态化就可以实现的架构了，我们以高负载高数据交换高数据流动性的网站为例，比如海内，开心网等类似的web2.0系列架构。我们这里不讨论是PHP还是JSP或者.NET环境，我们从架构的方面去看问题，实现语言方面并不是问题，语言的优势在于实现而不是好坏，不论你选择任何语言，架构都是必须要面对的。&lt;br /&gt;&lt;br /&gt;　　文入正题：&lt;br /&gt;&lt;br /&gt;　　首先讨论一下大型网站需要注意和考虑的问题&lt;br /&gt;&lt;br /&gt;A. 海量数据的处理。&lt;br /&gt;&lt;br /&gt;　　众所周知，对于一些相对小的站点来说，数据量并不是很大，select和up&lt;img src =&quot;http://blog.csdn.net/boat1980/aggbug/3761345.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/boat1980/236600637/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/boat1980/236600637/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 13 Jan 2009 01:06:00 +0800</pubDate><author>boat1980</author><comments>http://blog.csdn.net/boat1980/archive/2009/01/12/3761345.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/boat1980/archive/2009/01/12/3761345.aspx</guid><dc:creator>boat1980</dc:creator><fs:srclink>http://blog.csdn.net/boat1980/archive/2009/01/12/3761345.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/boat1980/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/boat1980/~1082718/236600637/1082717</fs:itemid></item><item><title>FILLFACTOR 和 PAD_INDEX 的重要性</title><link>http://blog.csdn.net/boat1980/archive/2009/01/08/3735825.aspx</link><wfw:comment>http://blog.csdn.net/boat1980/comments/3735825.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/boat1980/comments/commentRss/3735825.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3735825</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;如果 SQL Server 数据库要经历大量的插入活动，那么很重要的一点是进行计划，以便在索引页和数据页上提供和维持开放空间，防止出现页拆分。当某个索引页或数据页不再能容纳任何新的行，但由于该页中所定义的数据的逻辑顺序需要插入一行时，便会发生页拆分。发生页拆分时，SQL Server 需要分割整页中的数据，并将大约一半数据移动到新的页，以使这两页均有一些开放空间。这会消耗一些系统资源和时间。 &lt;br /&gt;&lt;br /&gt;当最初生成索引时，SQL Server 将索引 B 树结构放置在连续的物理页上，以便通过连续 I/O 扫描索引页获取最佳 I/O 性能。当由于发生页拆分，需要将新的页插入索引的逻辑 B 树结构时，SQL Server 必须分配新的 8 KB 索引页。这种插入发生在硬盘上的其它位置，从而打断了索引页的物理连续特性。它使 I/O 操作从连续变为不连续，从而使得性能减低一半。可以通过重建索引页以恢复索引页的物理连续顺序来解决过多的页拆分。聚集索引的叶级也会遇到相同的问题，从&lt;img src =&quot;http://blog.csdn.net/boat1980/aggbug/3735825.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/boat1980/236600638/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/boat1980/236600638/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 09 Jan 2009 01:58:00 +0800</pubDate><author>boat1980</author><comments>http://blog.csdn.net/boat1980/archive/2009/01/08/3735825.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/boat1980/archive/2009/01/08/3735825.aspx</guid><dc:creator>boat1980</dc:creator><fs:srclink>http://blog.csdn.net/boat1980/archive/2009/01/08/3735825.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/boat1980/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/boat1980/~1082718/236600638/1082717</fs:itemid></item><item><title>创建索引的语句</title><link>http://blog.csdn.net/boat1980/archive/2009/01/08/3735770.aspx</link><wfw:comment>http://blog.csdn.net/boat1980/comments/3735770.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/boat1980/comments/commentRss/3735770.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3735770</trackback:ping><description>&lt;br /&gt;-- use [db_student] database&lt;br /&gt;-- 使用db_student数据库&lt;br /&gt;&lt;br /&gt;use db_student&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--  t_index &lt;br /&gt;&lt;br /&gt;--  检查表[t_index]是否存在。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[t_index]') and OBJECTPROPERTY(id,N'IsUserTable') = 1)&lt;br /&gt;    drop table [dbo].[t_index]&lt;br /&gt;&lt;br /&gt;GO&lt;br /&gt;&lt;br /&gt;-- CREATE TABLE t_index&lt;br /&gt;&lt;br /&gt;CREATE TABLE [dbo].[t_index] (&lt;br /&gt;    [t_i_studen&lt;img src =&quot;http://blog.csdn.net/boat1980/aggbug/3735770.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/boat1980/236600639/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/boat1980/236600639/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 09 Jan 2009 01:44:00 +0800</pubDate><author>boat1980</author><comments>http://blog.csdn.net/boat1980/archive/2009/01/08/3735770.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/boat1980/archive/2009/01/08/3735770.aspx</guid><dc:creator>boat1980</dc:creator><fs:srclink>http://blog.csdn.net/boat1980/archive/2009/01/08/3735770.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/boat1980/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/boat1980/~1082718/236600639/1082717</fs:itemid></item><item><title>在数据库的数据处理中我们有时候需要对数据进行行列互换即把形如下面的数据</title><link>http://blog.csdn.net/boat1980/archive/2008/12/05/3452151.aspx</link><wfw:comment>http://blog.csdn.net/boat1980/comments/3452151.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/boat1980/comments/commentRss/3452151.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3452151</trackback:ping><description>SQL Server 行列互换&lt;img src =&quot;http://blog.csdn.net/boat1980/aggbug/3452151.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/boat1980/236600640/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/boat1980/236600640/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 05 Dec 2008 20:59:00 +0800</pubDate><author>boat1980</author><comments>http://blog.csdn.net/boat1980/archive/2008/12/05/3452151.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/boat1980/archive/2008/12/05/3452151.aspx</guid><dc:creator>boat1980</dc:creator><fs:srclink>http://blog.csdn.net/boat1980/archive/2008/12/05/3452151.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/boat1980/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/boat1980/~1082718/236600640/1082717</fs:itemid></item></channel></rss>