<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>无为</title><link>http://blog.csdn.net/codeshark/</link><description>是非单凭实力，公道不在人心！所以自强才是硬道理。MSN:tycoonzhao(at)msn.com</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 19 Aug 2008 14:54:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>无为</dc:creator><title>C#基础知识汇总</title><link>http://blog.csdn.net/codeshark/archive/2008/08/19/2795450.aspx</link><pubDate>Tue, 19 Aug 2008 14:02:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/08/19/2795450.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2795450.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/08/19/2795450.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2795450.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2795450</trackback:ping><description>搞ASP.NET开发1年多了。学到了很多东西，也失去了很多东西。今天特别无聊，于是想把C#基础知识总结以下，毕竟万丈高楼平地起嘛！&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2795450.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>用CSS设计纵向导航菜单（div+h1+h2）</title><link>http://blog.csdn.net/codeshark/archive/2008/07/12/2644348.aspx</link><pubDate>Sat, 12 Jul 2008 16:28:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/12/2644348.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2644348.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/12/2644348.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2644348.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2644348</trackback:ping><description>在XHTML的语法意义中，h1,h2,h3,h4,h5,h6本身就具有对文本进行层级划分的意义。因此使用div+h1+h2来进行纵向布局是一种比较好的方式，注意使用margin:0px消除h1~h6的默认外边距。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2644348.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>用CSS设计横向标签式导航菜单</title><link>http://blog.csdn.net/codeshark/archive/2008/07/12/2644181.aspx</link><pubDate>Sat, 12 Jul 2008 15:50:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/12/2644181.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2644181.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/12/2644181.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2644181.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2644181</trackback:ping><description>继承指的是每个元素可以有多个样式设计，在通常情况下，它遵循的是最外层的样式设计原则，如果遇到对其自身的样式设计，它将在继承最外层样式设计的基础之上，优先考虑自身的样式设计。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2644181.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>浅谈绝对定位与相对定位</title><link>http://blog.csdn.net/codeshark/archive/2008/07/12/2643584.aspx</link><pubDate>Sat, 12 Jul 2008 13:07:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/12/2643584.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2643584.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/12/2643584.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2643584.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2643584</trackback:ping><description>绝对定位主要是通过设置对象的top,right,bottom,left四个方向的边距值来实现。一旦对象采用了绝对定位，它就完全摆脱了文档流与浮动模型，独立存在。相对定位使得被设置的元素保持与其原始位置相对，并不破坏其原始位置信息。
&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2643584.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>深入理解浮动定位(float)</title><link>http://blog.csdn.net/codeshark/archive/2008/07/12/2643386.aspx</link><pubDate>Sat, 12 Jul 2008 12:12:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/12/2643386.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2643386.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/12/2643386.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2643386.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2643386</trackback:ping><description>浮动定位的目的就是打破默认的按照文档流的显示规则，使之按照我们用div+css布局的要求进行显示。这就需要用到float属性来进行页面的定位。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2643386.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>左右margin加倍问题</title><link>http://blog.csdn.net/codeshark/archive/2008/07/12/2643274.aspx</link><pubDate>Sat, 12 Jul 2008 11:43:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/12/2643274.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2643274.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/12/2643274.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2643274.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2643274</trackback:ping><description>当盒子模型对象处于浮动状态的时候，在IE6.0中，盒对象的左右margin会加倍。这是IE6.0的CSS解析问题。解决“左右margin加倍问题”之诀窍：设置对象的display:inline来解决之。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2643274.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>上下Margin叠加问题</title><link>http://blog.csdn.net/codeshark/archive/2008/07/12/2643140.aspx</link><pubDate>Sat, 12 Jul 2008 11:15:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/12/2643140.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2643140.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/12/2643140.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2643140.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2643140</trackback:ping><description>对于CSS的解释规则而言：一旦把某个元素设定了float属性，那么它们将不在遵循空白边叠加规则。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2643140.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>浅谈FF和IE对盒子模型的理解程度</title><link>http://blog.csdn.net/codeshark/archive/2008/07/12/2643007.aspx</link><pubDate>Sat, 12 Jul 2008 10:50:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/12/2643007.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2643007.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/12/2643007.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2643007.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2643007</trackback:ping><description>IE6/IE7/FF的最终宽度：左外边距＋左边框宽＋左内边距＋宽度＋右内边距＋右边框宽＋右外边距&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2643007.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>从数据库中读取XML数据</title><link>http://blog.csdn.net/codeshark/archive/2008/07/09/2630822.aspx</link><pubDate>Wed, 09 Jul 2008 21:25:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/09/2630822.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2630822.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/09/2630822.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2630822.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2630822</trackback:ping><description>创建SQL语句打开数据库连接，并调用ExecuteXmlReader()方法从数据库中读取数据，并返回一个XmlReader对象myxmlReader，然后用While语句循环读取XmlReader对象myxmlReader中的XML片段，并添加XML文件的起始、结尾标志，构建一个XML文件，最后把该文件输出到页面ReaderXml.aspx上面。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2630822.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>创建XML文件</title><link>http://blog.csdn.net/codeshark/archive/2008/07/09/2630731.aspx</link><pubDate>Wed, 09 Jul 2008 21:06:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/09/2630731.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2630731.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/09/2630731.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2630731.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2630731</trackback:ping><description>利用Select * from 数据表 For XML Auto即以XML格式返回数据。创建SQL语句之后，打开数据库连接，并调用ExecuteXmlReader()从数据库中读取数据，且返回一个XmlReader对象myxmlReader。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2630731.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>高度自适应问题</title><link>http://blog.csdn.net/codeshark/archive/2008/07/09/2626898.aspx</link><pubDate>Wed, 09 Jul 2008 01:16:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/09/2626898.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2626898.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/09/2626898.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2626898.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2626898</trackback:ping><description>高度自适应：由浏览器解析规则引发的高度自适应问题（html,body{margin:0px;height:100%;}）&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2626898.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>三列浮动中间列宽度自适应</title><link>http://blog.csdn.net/codeshark/archive/2008/07/09/2626875.aspx</link><pubDate>Wed, 09 Jul 2008 01:05:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/09/2626875.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2626875.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/09/2626875.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2626875.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2626875</trackback:ping><description>浮动定位：主要由浏览器根据对象的内容自动进行浮动方向的调整。当这种方式不能满足定位需求时，就需要用到绝对定位position属性来实现。有三个值position:static：默认属性值；position:absolute，对象将根据整个页面的位置进行重新定位，当使用次属性时，可以使用top,right,bottom,left4个属性进行方向定位，以确定对象的具体位置。position:relative，相对定位。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2626875.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>二列固定宽度居中布局</title><link>http://blog.csdn.net/codeshark/archive/2008/07/09/2626830.aspx</link><pubDate>Wed, 09 Jul 2008 00:43:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/09/2626830.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2626830.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/09/2626830.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2626830.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2626830</trackback:ping><description>CSS简单布局之“二列固定宽度居中布局”&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2626830.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>二列右列宽度自适应布局</title><link>http://blog.csdn.net/codeshark/archive/2008/07/09/2626801.aspx</link><pubDate>Wed, 09 Jul 2008 00:35:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/09/2626801.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2626801.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/09/2626801.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2626801.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2626801</trackback:ping><description>二列右列宽度自适应布局：左栏设置固定width值，右栏不浮动也不设置宽度值即可。
&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2626801.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>二列宽度自适应布局</title><link>http://blog.csdn.net/codeshark/archive/2008/07/09/2626774.aspx</link><pubDate>Wed, 09 Jul 2008 00:30:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/07/09/2626774.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2626774.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/07/09/2626774.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2626774.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2626774</trackback:ping><description>设定自适应主要是通过宽度的百分比值来实现。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2626774.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>