<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>beblue的专栏</title><link>http://blog.csdn.net/beblue/</link><description>我菜,别吓我</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 15 Oct 2008 16:26:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>好俊的功夫啊</dc:creator><title>sql查询优化</title><link>http://blog.csdn.net/beblue/archive/2008/10/15/3080247.aspx</link><pubDate>Wed, 15 Oct 2008 16:25:00 GMT</pubDate><guid>http://blog.csdn.net/beblue/archive/2008/10/15/3080247.aspx</guid><wfw:comment>http://blog.csdn.net/beblue/comments/3080247.aspx</wfw:comment><comments>http://blog.csdn.net/beblue/archive/2008/10/15/3080247.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/beblue/comments/commentRss/3080247.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3080247</trackback:ping><description>1、    用程序中，保证在实现功能的基础上，尽量减少对数据库的访问次数；通过搜索参数，尽量减少对表的访问行数,最小化结果集，从而减轻网络负担；能够分开的操作尽量分开处理，提高每次的响应速度；在数据窗口使用SQL时，尽量把使用的索引放在选择的首列；算法的结构尽量简单；在查询时，不要过多地使用通配符如SELECT *FROM T1语句，要用到几列就选择几列如：SELECT COL1,COL2 FROM T1；在可能的情况下尽量限制尽量结果集行数如：SELECTTOP300 COL1,COL2,COL3 FROM T1,因为某些情况下用户是不需要那么多的数据的。不要在应用中使用数据库游标，游标是非常有用的工具，但比使用常规的、面向集的SQL语句需要更大的开销；按照特定顺序提取数据的查找。&lt;br /&gt;&lt;br /&gt;2、   避免使用不兼容的数据类型。例如float和int、char和varchar、binary和varbinary是不兼容的。数据类型的不兼容可能使优化器无法执行一些本来可以进行的优化操作。例如: &lt;br /&gt;SELECT name FROM employee WHERE sal&lt;img src ="http://blog.csdn.net/beblue/aggbug/3080247.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>好俊的功夫啊</dc:creator><title>Js验证GridView数据</title><link>http://blog.csdn.net/beblue/archive/2008/10/15/3078601.aspx</link><pubDate>Wed, 15 Oct 2008 10:35:00 GMT</pubDate><guid>http://blog.csdn.net/beblue/archive/2008/10/15/3078601.aspx</guid><wfw:comment>http://blog.csdn.net/beblue/comments/3078601.aspx</wfw:comment><comments>http://blog.csdn.net/beblue/archive/2008/10/15/3078601.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/beblue/comments/commentRss/3078601.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3078601</trackback:ping><description>ASPX页面主要代码如:(万元)"&gt;                        &lt;img src ="http://blog.csdn.net/beblue/aggbug/3078601.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>好俊的功夫啊</dc:creator><title>百度空间中实现拖拽、悬浮窗口效果的popup.js分析</title><link>http://blog.csdn.net/beblue/archive/2008/10/13/3067972.aspx</link><pubDate>Mon, 13 Oct 2008 12:06:00 GMT</pubDate><guid>http://blog.csdn.net/beblue/archive/2008/10/13/3067972.aspx</guid><wfw:comment>http://blog.csdn.net/beblue/comments/3067972.aspx</wfw:comment><comments>http://blog.csdn.net/beblue/archive/2008/10/13/3067972.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/beblue/comments/commentRss/3067972.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3067972</trackback:ping><description>var Popup=new Class();Popup.prototype={//弹出窗口中框架的name名称iframeIdName:'ifr_popup',initialize:function (config){       //---------------弹出对话框的配置信息------------------       //contentType:设置内容区域为什么类型：1为另外一个html文件 | 2为自定义html字符串 | 3为confirm对话框 | 4为alert警告对话框       //isHaveTitle:是否显示标题栏       //scrollType：设置或获取对话框中的框架是否可被滚动       //isBackgroundCanClick：弹出对话框后，是否允许蒙布后的所有元素被点击。也就是如果为false的话，就会有全屏蒙布，如果为true的话，就会去掉全屏蒙布       //isSupport&lt;img src ="http://blog.csdn.net/beblue/aggbug/3067972.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>好俊的功夫啊</dc:creator><title>textbox样式</title><link>http://blog.csdn.net/beblue/archive/2008/10/13/3066779.aspx</link><pubDate>Mon, 13 Oct 2008 09:16:00 GMT</pubDate><guid>http://blog.csdn.net/beblue/archive/2008/10/13/3066779.aspx</guid><wfw:comment>http://blog.csdn.net/beblue/comments/3066779.aspx</wfw:comment><comments>http://blog.csdn.net/beblue/archive/2008/10/13/3066779.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/beblue/comments/commentRss/3066779.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3066779</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;第一种:&lt;br /&gt;&lt;br /&gt;&lt;img src ="http://blog.csdn.net/beblue/aggbug/3066779.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>好俊的功夫啊</dc:creator><title>DataTable行对换</title><link>http://blog.csdn.net/beblue/archive/2008/07/09/2627752.aspx</link><pubDate>Wed, 09 Jul 2008 10:17:00 GMT</pubDate><guid>http://blog.csdn.net/beblue/archive/2008/07/09/2627752.aspx</guid><wfw:comment>http://blog.csdn.net/beblue/comments/2627752.aspx</wfw:comment><comments>http://blog.csdn.net/beblue/archive/2008/07/09/2627752.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/beblue/comments/commentRss/2627752.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2627752</trackback:ping><description>DataTable行对换&lt;img src ="http://blog.csdn.net/beblue/aggbug/2627752.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>好俊的功夫啊</dc:creator><title>DataGrid分页</title><link>http://blog.csdn.net/beblue/archive/2008/06/02/2503241.aspx</link><pubDate>Mon, 02 Jun 2008 14:09:00 GMT</pubDate><guid>http://blog.csdn.net/beblue/archive/2008/06/02/2503241.aspx</guid><wfw:comment>http://blog.csdn.net/beblue/comments/2503241.aspx</wfw:comment><comments>http://blog.csdn.net/beblue/archive/2008/06/02/2503241.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/beblue/comments/commentRss/2503241.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2503241</trackback:ping><description>DataGrid分页&lt;img src ="http://blog.csdn.net/beblue/aggbug/2503241.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>好俊的功夫啊</dc:creator><title>关于TreeNode</title><link>http://blog.csdn.net/beblue/archive/2008/05/24/2475582.aspx</link><pubDate>Sat, 24 May 2008 00:08:00 GMT</pubDate><guid>http://blog.csdn.net/beblue/archive/2008/05/24/2475582.aspx</guid><wfw:comment>http://blog.csdn.net/beblue/comments/2475582.aspx</wfw:comment><comments>http://blog.csdn.net/beblue/archive/2008/05/24/2475582.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/beblue/comments/commentRss/2475582.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2475582</trackback:ping><description>   tvwSamples.Nodes.Clear();                       --清除&lt;br /&gt;   tvwSamples.ShowLines = true;                  --树节点之间绘制连线&lt;br /&gt;   tvwSamples.ShowPlusMinus = true;           --节点前显示+号或-号&lt;br /&gt;   tvwSam&lt;img src ="http://blog.csdn.net/beblue/aggbug/2475582.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>