<?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/imbin" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/imbin" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 24 Mar 2008 17:57:00 GMT</lastBuildDate><title>仗见天涯...</title><description>死猪不怕开水烫，日子就是问题叠着问题，要抬头挺胸收腹挺臀去面对。</description><item><title>几种数据库分页查询的实现与比较</title><link>http://blog.csdn.net/imbin/archive/2008/03/24/2214313.aspx</link><wfw:comment>comments/2214313.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2214313.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2214313</trackback:ping><description>最佳方案： 200万数据情况下，测试时用了1秒：行号函数的方法（只有SQL Server 2005以上版本支持）
    DECLARE @StartRow INT
    DECLARE @PageSize INT
    SET ROWCOUNT 0
    SET @StartRow = 100
    SET @PageSize = 10

 SELECT * FROM
 (
  SELECT ROW_NUMBER() OVER (ORDER BY Name) AS RowNumber,* FROM Person
 ) AS A WHERE A.RowNumber BETWEEN @StartRow + 1 AND @StartRow + @PageSize
&lt;img src =&quot;aggbug/2214313.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 25 Mar 2008 01:57:00 +0800</pubDate><author>仗见天涯</author><comments>http://blog.csdn.net/imbin/archive/2008/03/24/2214313.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/imbin/archive/2008/03/24/2214313.aspx</guid><dc:creator>仗见天涯</dc:creator></item><item><title>ASP.NET程序性能优化的七个方面</title><link>http://blog.csdn.net/imbin/archive/2008/03/07/2155993.aspx</link><wfw:comment>comments/2155993.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2155993.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2155993</trackback:ping><description>一、数据库操作,  二、页面优化, 三、c#（或vb.net）程序改进, 四、使用缓存, 五、配置web.config, 六、其他, 七、性能测试&lt;img src =&quot;aggbug/2155993.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Mar 2008 19:16:00 +0800</pubDate><author>仗见天涯</author><comments>http://blog.csdn.net/imbin/archive/2008/03/07/2155993.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/imbin/archive/2008/03/07/2155993.aspx</guid><dc:creator>仗见天涯</dc:creator></item><item><title>db4o发布7.2，出现.NET 3.5版本，支持LINQ</title><link>http://blog.csdn.net/imbin/archive/2008/02/26/2122224.aspx</link><wfw:comment>comments/2122224.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2122224.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2122224</trackback:ping><description>http://www.cnblogs.com/redmoon/archive/2008/02/23/1078619.html

Db4Object刚刚发布了db4o的7.2beta，除了以前支持如下的平台：.NET 1.1，.NET 2.0，Mono外，现在还支持.NET 3.5了。当然支持.NET 3.5，最主要的时候要来支持LINQ。&lt;img src =&quot;aggbug/2122224.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 26 Feb 2008 22:27:00 +0800</pubDate><author>仗见天涯</author><comments>http://blog.csdn.net/imbin/archive/2008/02/26/2122224.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/imbin/archive/2008/02/26/2122224.aspx</guid><dc:creator>仗见天涯</dc:creator></item><item><title>RoR教程</title><link>http://blog.csdn.net/imbin/archive/2008/02/23/2115261.aspx</link><wfw:comment>comments/2115261.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2115261.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2115261</trackback:ping><description>Rolling with Ruby on Rails

http://www.onlamp.com/lpt/a/5546&lt;img src =&quot;aggbug/2115261.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 24 Feb 2008 00:16:00 +0800</pubDate><author>仗见天涯</author><comments>http://blog.csdn.net/imbin/archive/2008/02/23/2115261.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/imbin/archive/2008/02/23/2115261.aspx</guid><dc:creator>仗见天涯</dc:creator></item><item><title>.net框架源代码批量下载器使用方法</title><link>http://blog.csdn.net/imbin/archive/2008/02/23/2115253.aspx</link><wfw:comment>comments/2115253.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2115253.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2115253</trackback:ping><description>.net框架源代码批量下载器下载地址
http://www.codeplex.com/NetMassDownloader/Release/ProjectReleases.aspx?ReleaseId=10592 &lt;img src =&quot;aggbug/2115253.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 23 Feb 2008 23:50:00 +0800</pubDate><author>仗见天涯</author><comments>http://blog.csdn.net/imbin/archive/2008/02/23/2115253.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/imbin/archive/2008/02/23/2115253.aspx</guid><dc:creator>仗见天涯</dc:creator></item><item><title>Visual Studio 2005 的 101 个示例</title><link>http://blog.csdn.net/imbin/archive/2008/02/19/2107146.aspx</link><wfw:comment>comments/2107146.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2107146.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2107146</trackback:ping><description>Visual Studio 2005 的 101 个示例101 个示例中包括 Visual Basic 和 C# 示例，这些示例介绍了 Visual Studio 2005 和 .NET Framework 2.0 的许多新功能。&lt;img src =&quot;aggbug/2107146.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 20 Feb 2008 01:10:00 +0800</pubDate><author>仗见天涯</author><comments>http://blog.csdn.net/imbin/archive/2008/02/19/2107146.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/imbin/archive/2008/02/19/2107146.aspx</guid><dc:creator>仗见天涯</dc:creator></item><item><title>ASP.NET Ajax控件弹出JS对话框</title><link>http://blog.csdn.net/imbin/archive/2008/01/30/2073875.aspx</link><wfw:comment>comments/2073875.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2073875.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2073875</trackback:ping><description>ScriptManager.RegisterClientScriptBlock(this.UpdatePanel1, UpdatePanel1.GetType(), &quot;error&quot;, &quot;alert('要弹出的信息');&quot;, true);&lt;img src =&quot;aggbug/2073875.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 31 Jan 2008 04:47:00 +0800</pubDate><author>仗见天涯</author><comments>http://blog.csdn.net/imbin/archive/2008/01/30/2073875.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/imbin/archive/2008/01/30/2073875.aspx</guid><dc:creator>仗见天涯</dc:creator></item><item><title>JavaScript的一个有趣测试</title><link>http://blog.csdn.net/imbin/archive/2008/01/21/2055664.aspx</link><wfw:comment>comments/2055664.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2055664.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2055664</trackback:ping><description>typeof(NaN):number
typeof(Infinity):number
typeof(null):object
typeof(undefined):undefined
NaN == NaN:false
NaN != NaN:true
NaN &gt;= NaN:false
null == undefined:true
null &gt;= undefined:false
null  10:true
Infinity &gt; &quot;abc&quot;:false
true == 1:true
new String(&quot;abc&quot;) == &quot;abc&quot;:true
new String(&quot;abc&quot;) === &quot;abc&quot;:false&lt;img src =&quot;aggbug/2055664.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 21 Jan 2008 17:32:00 +0800</pubDate><author>仗见天涯</author><comments>http://blog.csdn.net/imbin/archive/2008/01/21/2055664.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/imbin/archive/2008/01/21/2055664.aspx</guid><dc:creator>仗见天涯</dc:creator></item><item><title>ASP.NET 2.0 中改进的缓存功能 - 很通俗易懂</title><link>http://blog.csdn.net/imbin/archive/2008/01/19/2052919.aspx</link><wfw:comment>comments/2052919.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2052919.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2052919</trackback:ping><description>摘要：本文中，Stephen Walther 将重点介绍 ASP.NET 2.0 中新增的缓存功能，以及如何使用这些新功能改进 ASP.NET 应用程序的性能和可扩展性。（本文包含一些指向英文站点的链接。） 
   
   
  本页内容 
   更轻松的数据缓存 
   使用 SQL Cache Invalidation 
   使用 Post-Cache Substitution 
   结论&lt;img src =&quot;aggbug/2052919.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 19 Jan 2008 23:04:00 +0800</pubDate><author>仗见天涯</author><comments>http://blog.csdn.net/imbin/archive/2008/01/19/2052919.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/imbin/archive/2008/01/19/2052919.aspx</guid><dc:creator>仗见天涯</dc:creator></item><item><title>《解剖PetShop》系列</title><link>http://blog.csdn.net/imbin/archive/2007/12/24/1964827.aspx</link><wfw:comment>comments/1964827.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1964827.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1964827</trackback:ping><description>前言：PetShop是一个范例，微软用它来展示.Net企业系统开发的能力。业界有许多.Net与J2EE之争，许多数据是从微软的PetShop和Sun的PetStore而来。这种争论不可避免带有浓厚的商业色彩，对于我们开发人员而言，没有必要过多关注。然而PetShop随着版本的不断更新，至现在基于.Net 2.0的PetShop4.0为止，整个设计逐渐变得成熟而优雅，却又很多可以借鉴之处。PetShop是一个小型的项目，系统架构与代码都比较简单，却也凸现了许多颇有价值的设计与开发理念。本系列试图对PetShop作一个全方位的解剖，依据的代码是PetShop4.0，可以从链接http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/bdasamppet4.asp中获得。&lt;img src =&quot;aggbug/1964827.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 24 Dec 2007 22:12:00 +0800</pubDate><author>仗见天涯</author><comments>http://blog.csdn.net/imbin/archive/2007/12/24/1964827.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/imbin/archive/2007/12/24/1964827.aspx</guid><dc:creator>仗见天涯</dc:creator></item></channel></rss>