<?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/vipxiaotian" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/vipxiaotian" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 18 Dec 2009 05:13:00 GMT</lastBuildDate><title>半亩方塘</title><description>Welcome!</description><link>http://blog.csdn.net/blogrss.aspx?username=vipxiaotian</link><item><title>HTML DOM deleteRow() 方法</title><link>http://blog.csdn.net/vipxiaotian/archive/2009/12/18/5031185.aspx</link><description>&lt;br /&gt;http://www.w3school.com.cn/htmldom/met_table_deleterow.asp&lt;br /&gt;定义和用法&lt;br /&gt;deleteRow() 方法用于从表格删除指定位置的行。语法tableObject.deleteRow(index)说明&lt;br /&gt;参数 index 指定了要删除的行在表中的位置。行的编码顺序就是他们在文档源代码中出现的顺序。 和  中的行与表中其它行一起编码。&lt;br /&gt;例子&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/311379111/vipxiaotian/csdn.net/s.gif?r=http://blog.csdn.net/vipxiaotian/archive/2009/12/18/5031185.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/vipxiaotian/311379111/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/vipxiaotian/311379111/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 18 Dec 2009 13:13:00 +0800</pubDate><author>xiaotian</author><guid isPermaLink="false">http://blog.csdn.net/vipxiaotian/archive/2009/12/18/5031185.aspx</guid><dc:creator>xiaotian</dc:creator><fs:srclink>http://blog.csdn.net/vipxiaotian/archive/2009/12/18/5031185.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/vipxiaotian/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/vipxiaotian/~1296999/311379111/1299933</fs:itemid></item><item><title>动态增加表格行</title><link>http://blog.csdn.net/vipxiaotian/archive/2009/12/17/5028477.aspx</link><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;表格相关&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/311213113/vipxiaotian/csdn.net/s.gif?r=http://blog.csdn.net/vipxiaotian/archive/2009/12/17/5028477.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/vipxiaotian/311213113/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/vipxiaotian/311213113/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 17 Dec 2009 23:28:00 +0800</pubDate><author>xiaotian</author><guid isPermaLink="false">http://blog.csdn.net/vipxiaotian/archive/2009/12/17/5028477.aspx</guid><dc:creator>xiaotian</dc:creator><fs:srclink>http://blog.csdn.net/vipxiaotian/archive/2009/12/17/5028477.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/vipxiaotian/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/vipxiaotian/~1296999/311213113/1299933</fs:itemid></item><item><title>SQL2000系统表、存储过程、函数的功能介绍及应用2009年01月21日 星期三 11:38虽然使用系统存储过程、系统函数与信息架构视图已经可以为我们提供了相当丰富的元数据信息，但是对于某些特殊的元数据信息，我们仍然需要直接对系统表进行查询。因为SQL Server 将所有数据库对象的信息均存放在系统表中，作为 SQL Server 的管理、开发人员，了解各个系统表的作用将有助于我们了解 SQL</title><link>http://blog.csdn.net/vipxiaotian/archive/2009/09/17/4564641.aspx</link><description>SQL2000系统表、存储过程、函数的功能介绍及应用2009年01月21日 星期三 11:38&lt;br /&gt;虽然使用系统存储过程、系统函数与信息架构视图已经可以为我们提供了相当丰富的元数据信息，但是对于某些特殊的元数据信息，我们仍然需要直接对系统表进行查询。因为SQL Server 将所有数据库对象的信息均存放在系统表中，作为 SQL Server 的管理、开发人员，了解各个系统表的作用将有助于我们了解 SQL Server 的内在工作原理。&lt;br /&gt;SQL Server 的系统表非常多，其中最常用的与元数据查询有关的表有如下一些：&lt;br /&gt;&lt;br /&gt;系统表描述syscolumns存储每个表和视图中的每一列的信息以及存储过程中的每个参数的信息。syscomments存储包含每个视图、规则、默认值、触发器、CHECK 约束、DEFAULT 约束和存储过程的原始 SQL 文本语句。sysconstraints存储当前数据库中每一个约束的基本信息。sysdatabases存储当前服务器上每一个数据库的基本信息。sysindexes存储当前数据库中的每个索引的信息。sysobjects存&lt;img src=&quot;http://www1.feedsky.com/t1/311213114/vipxiaotian/csdn.net/s.gif?r=http://blog.csdn.net/vipxiaotian/archive/2009/09/17/4564641.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/vipxiaotian/311213114/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/vipxiaotian/311213114/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 17 Sep 2009 22:51:00 +0800</pubDate><author>xiaotian</author><guid isPermaLink="false">http://blog.csdn.net/vipxiaotian/archive/2009/09/17/4564641.aspx</guid><dc:creator>xiaotian</dc:creator><fs:srclink>http://blog.csdn.net/vipxiaotian/archive/2009/09/17/4564641.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/vipxiaotian/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/vipxiaotian/~1296999/311213114/1299933</fs:itemid></item><item><title>根据表名查询所属数据库</title><link>http://blog.csdn.net/vipxiaotian/archive/2009/09/16/4558149.aspx</link><description>declare @tableName nvarchar(255),@sql nvarchar(1000)&lt;br /&gt;set @tableName=N'cii_depts'&lt;br /&gt;set @sql=N'use ? if exists(select 1 from sysobjects where id=object_id('''+@tableName+''')) print ''?'''exec sp_msforeachdb @sql&lt;img src=&quot;http://www1.feedsky.com/t1/311213115/vipxiaotian/csdn.net/s.gif?r=http://blog.csdn.net/vipxiaotian/archive/2009/09/16/4558149.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/vipxiaotian/311213115/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/vipxiaotian/311213115/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 16 Sep 2009 13:09:00 +0800</pubDate><author>xiaotian</author><guid isPermaLink="false">http://blog.csdn.net/vipxiaotian/archive/2009/09/16/4558149.aspx</guid><dc:creator>xiaotian</dc:creator><fs:srclink>http://blog.csdn.net/vipxiaotian/archive/2009/09/16/4558149.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/vipxiaotian/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/vipxiaotian/~1296999/311213115/1299933</fs:itemid></item><item><title>根本不存在 DIV + CSS 布局这回事</title><link>http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495371.aspx</link><description>在《欲练 CSS ，必先宫 IE》和《你有  强迫症吗？》这两篇文章中，看到有不少评论用到div+CSS布局这个说法，用来和table布局比较。实际上div不是用来布局的，div只是用来表示一个其它元素都无法准确表达语意的一个块区，只有CSS是用于布局的，所以根本就不存在div+CSS布局这回事。反过来，table布局的时候经常依赖于CSS定义一个单元格的布局属性，所以可以说是table+CSS布局。也就是说，我们讨论的两种主流布局方法应该是纯CSS布局和table+CSS布局，如果你觉得你在用的是div+CSS布局，那么有可能你也有强迫症了。&lt;img src=&quot;http://www1.feedsky.com/t1/311213116/vipxiaotian/csdn.net/s.gif?r=http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495371.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/vipxiaotian/311213116/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/vipxiaotian/311213116/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 29 Aug 2009 02:13:00 +0800</pubDate><author>xiaotian</author><guid isPermaLink="false">http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495371.aspx</guid><dc:creator>xiaotian</dc:creator><fs:srclink>http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495371.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/vipxiaotian/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/vipxiaotian/~1296999/311213116/1299933</fs:itemid></item><item><title>网页盒子模型</title><link>http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495337.aspx</link><description>&lt;br /&gt;网页盒子模型存在两种：&lt;br /&gt;            1：标准W3C盒子模型； 2：IE盒子模型（IE浏览器默认的模型）。&lt;br /&gt;            在两种不同模型网页里，定义了相同CSS属性的元素显示效果是不一样的，下面就用公式来区分这两种不同的盒子模型。&lt;br /&gt;            1：标准W3C盒子模型&lt;br /&gt;             宽=width+(padding-left)+(padding-right)+(margin-left)+(margin-right)+(border-left)+(border-right)&lt;br /&gt;             高=height+(padding-top)+(padding-bottom)+(margin-top)+(margin-bottom)+(border-top)+(border-bottom) &lt;br /&gt;            2： IE盒子模型&lt;br /&gt;            宽=width+(border-left)+(border-right)             &lt;img src=&quot;http://www1.feedsky.com/t1/311213117/vipxiaotian/csdn.net/s.gif?r=http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495337.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/vipxiaotian/311213117/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/vipxiaotian/311213117/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 29 Aug 2009 01:29:00 +0800</pubDate><author>xiaotian</author><guid isPermaLink="false">http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495337.aspx</guid><dc:creator>xiaotian</dc:creator><fs:srclink>http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495337.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/vipxiaotian/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/vipxiaotian/~1296999/311213117/1299933</fs:itemid></item><item><title>css中visibility与display的区别</title><link>http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495332.aspx</link><description>&lt;br /&gt;CSS中的visibility与display是二个容易让人搞混的东西，在这里简单的记录一下它们的区别：&lt;br /&gt;&lt;br /&gt;visibility隐藏对应的元素但不挤占该元素原来的空间；也就是说虽然隐藏起来了，但是它原来占用的空间块还是保留着，只是变成空白的而已。&lt;br /&gt;display隐藏对应的元素并且挤占该元素原来的空间；也就是说隐藏后，则其原来的占用的空间也就没有了。&lt;img src=&quot;http://www1.feedsky.com/t1/311213118/vipxiaotian/csdn.net/s.gif?r=http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495332.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/vipxiaotian/311213118/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/vipxiaotian/311213118/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 29 Aug 2009 01:26:00 +0800</pubDate><author>xiaotian</author><guid isPermaLink="false">http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495332.aspx</guid><dc:creator>xiaotian</dc:creator><fs:srclink>http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495332.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/vipxiaotian/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/vipxiaotian/~1296999/311213118/1299933</fs:itemid></item><item><title>再谈WEB标准</title><link>http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495262.aspx</link><description>WEB标准不是某一个标准，而是一系列标准的集合。网页主要由三部分组成：结构（Structure）、表现（Presentation）和行为（Behavior）。对应的标准也分三方面：结构化标准语言主要包括XHTML和XML，表现标准语言主要包括CSS，行为标准主要包括对象模型（如W3C DOM）、ECMAScript等。这些标准大部分由W3C起草和发布，也有一些是其他标准组织制订的标准，比如ECMA（European Computer Manufacturers Association）的ECMAScript标准。&lt;img src=&quot;http://www1.feedsky.com/t1/311213119/vipxiaotian/csdn.net/s.gif?r=http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495262.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/vipxiaotian/311213119/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/vipxiaotian/311213119/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 29 Aug 2009 01:01:00 +0800</pubDate><author>xiaotian</author><guid isPermaLink="false">http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495262.aspx</guid><dc:creator>xiaotian</dc:creator><fs:srclink>http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495262.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/vipxiaotian/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/vipxiaotian/~1296999/311213119/1299933</fs:itemid></item><item><title>div+css命名规则</title><link>http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495151.aspx</link><description>常用代码结构：div：主要用于布局，分割页面的结构ul/ol：用于无序/有序列表span：没有特殊的意义，可以用作排版的辅助，例如：(4.23)隐居豆腐店然后在css中定义span为右浮动，实现了日期和标题分两侧显示的效果h1-h6：标题h1-h6 根据重要性依次递减h1位最重要的标题label：为了使你的表单更有亲和力而且还能辅助表单排版的好东西，例如：密　码fieldset &amp; legend：fildset套在表单外，legend用于描述表单内容。例如：title密　码&lt;img src=&quot;http://www1.feedsky.com/t1/311213120/vipxiaotian/csdn.net/s.gif?r=http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495151.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/vipxiaotian/311213120/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/vipxiaotian/311213120/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 29 Aug 2009 00:36:00 +0800</pubDate><author>xiaotian</author><guid isPermaLink="false">http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495151.aspx</guid><dc:creator>xiaotian</dc:creator><fs:srclink>http://blog.csdn.net/vipxiaotian/archive/2009/08/29/4495151.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/vipxiaotian/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/vipxiaotian/~1296999/311213120/1299933</fs:itemid></item><item><title>表单form</title><link>http://blog.csdn.net/vipxiaotian/archive/2009/08/28/4493607.aspx</link><description>&lt;br /&gt;一、表单概述&lt;br /&gt;&lt;br /&gt;
　　表单，在网页中的作用不可小视，主要负责数据采集的功能，比如你可以采集访问者的名字和e－mail地址、调查表、留言簿等等。&lt;br /&gt;&lt;br /&gt;
1、表单的组成&lt;br /&gt;&lt;br /&gt;
　　一个表单有三个基本组成部分： 
表单标签：这里面包含了处理表单数据所用CGI程序的URL以及数据提交到服务器的方法。表单域：包含了文本框、密码框、隐藏域、多行文本框、复选框、单选框、下拉选择框和文件上传框等。表单按钮：包括提交按钮、复位按钮和一般按钮；用于将数据传送到服务器上的CGI脚本或者取消输入，还可以用表单按钮来控制其他定义了处理脚本的处理工作。&lt;br /&gt;　　为了顾及不同的网页设计工具，本文只讲述代码的设计，不具体讲述操作方法，下面就是表单的HTML代码设计要点：&lt;br /&gt;&lt;br /&gt;
1.1 表单标签＜form＞＜/form＞&lt;br /&gt;&lt;br /&gt;功能：
用于申明表单，定义采集数据的范围，也就是＜form＞和＜/form＞里面包含的数据将被提交到服务器或者电子邮件里。&lt;br /&gt;&lt;br /&gt;语法：
＜FORM ACTI&lt;img src=&quot;http://www1.feedsky.com/t1/311213121/vipxiaotian/csdn.net/s.gif?r=http://blog.csdn.net/vipxiaotian/archive/2009/08/28/4493607.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/vipxiaotian/311213121/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/vipxiaotian/311213121/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 28 Aug 2009 15:17:00 +0800</pubDate><author>xiaotian</author><guid isPermaLink="false">http://blog.csdn.net/vipxiaotian/archive/2009/08/28/4493607.aspx</guid><dc:creator>xiaotian</dc:creator><fs:srclink>http://blog.csdn.net/vipxiaotian/archive/2009/08/28/4493607.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/vipxiaotian/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/vipxiaotian/~1296999/311213121/1299933</fs:itemid></item></channel></rss>