<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>greatbag</title><link>http://blog.csdn.net/greatbag/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 10 Nov 2008 10:24:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>greatbag</dc:creator><title>LINQ to SQL语句之Group By/Having和Exists/In/Any/All/Contains</title><link>http://blog.csdn.net/greatbag/archive/2008/11/10/3265489.aspx</link><pubDate>Mon, 10 Nov 2008 10:18:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2008/11/10/3265489.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/3265489.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2008/11/10/3265489.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/3265489.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3265489</trackback:ping><description>适用场景：分组数据，为我们查找数据缩小范围。说明：分配并返回对传入参数进行分组操作后的可枚举对象。分组；延迟1.简单形式：var q =    from p in db.Products    group p by p.CategoryID into g    select g;说明：from p in db.Products 表示从表中将产品对象取出来。group p by p.CategoryID into g表示对p按CategoryID字段归类。其结果命名为g，一旦重新命名，p的作用域就结束了，所以，最后select时，只能select g。当然，也不必重新命名可以这样写：var q =    from p in db.Products    group p by p.CategoryID;如果想遍历某类别中所有记录，这样：foreach (var gp in q){    if (gp.Key == 2)    {        foreach (var item in gp)&lt;img src ="http://blog.csdn.net/greatbag/aggbug/3265489.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>ajax 3.5 之updatepanel 失效</title><link>http://blog.csdn.net/greatbag/archive/2008/08/18/2790017.aspx</link><pubDate>Mon, 18 Aug 2008 15:12:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2008/08/18/2790017.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/2790017.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2008/08/18/2790017.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/2790017.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2790017</trackback:ping><description>&lt;P&gt;第一次发现ajax3.5也没那么容易配置的 - -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;首先是版本冲突:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;编译器错误信息: &lt;/STRONG&gt;&lt;FONT face=Arial&gt;CS0433: The type 'System.Web.UI.ScriptManager' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll' and 'c:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad&lt;img src ="http://blog.csdn.net/greatbag/aggbug/2790017.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>修改架构（批量）</title><link>http://blog.csdn.net/greatbag/archive/2008/05/24/2475665.aspx</link><pubDate>Sat, 24 May 2008 00:30:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2008/05/24/2475665.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/2475665.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2008/05/24/2475665.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/2475665.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2475665</trackback:ping><description>SQL&amp;nbsp;&amp;nbsp;&amp;nbsp; Server2005可以使用系统存储过程sp_changeobjectowner更改数据库对象的所有者。&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sp_changeobjectowner&amp;nbsp;&amp;nbsp;&amp;nbsp; '对象名(包括架构名)','新架构名'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 批量修改请用：&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;am&lt;img src ="http://blog.csdn.net/greatbag/aggbug/2475665.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>全文索引:Sql的Contains语法</title><link>http://blog.csdn.net/greatbag/archive/2008/02/28/2127377.aspx</link><pubDate>Thu, 28 Feb 2008 11:52:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2008/02/28/2127377.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/2127377.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2008/02/28/2127377.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/2127377.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2127377</trackback:ping><description>全文索引——CONTAINS 语法
我们通常在 WHERE 子句中使用 CONTAINS ，就象这样：SELECT * FROM table_name WHERE CONTAINS(fullText_column,'search contents')。 &lt;img src ="http://blog.csdn.net/greatbag/aggbug/2127377.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>配置Visual Studio 以调试.net framework的源代码(转载)</title><link>http://blog.csdn.net/greatbag/archive/2008/01/17/2049518.aspx</link><pubDate>Thu, 17 Jan 2008 16:14:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2008/01/17/2049518.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/2049518.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2008/01/17/2049518.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/2049518.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2049518</trackback:ping><description>.net framework开源啦&lt;img src ="http://blog.csdn.net/greatbag/aggbug/2049518.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>ASP.NET 2.0 页面事件执行顺序</title><link>http://blog.csdn.net/greatbag/archive/2007/12/12/1932206.aspx</link><pubDate>Wed, 12 Dec 2007 23:28:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2007/12/12/1932206.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/1932206.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2007/12/12/1932206.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/1932206.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1932206</trackback:ping><description>ASP.NET 2.0 页面事件执行顺序&lt;img src ="http://blog.csdn.net/greatbag/aggbug/1932206.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>vs 2008 正式版下载</title><link>http://blog.csdn.net/greatbag/archive/2007/11/28/1905467.aspx</link><pubDate>Wed, 28 Nov 2007 10:47:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2007/11/28/1905467.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/1905467.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2007/11/28/1905467.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/1905467.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1905467</trackback:ping><description>这次泄露的VS2008正式版，和MSDN上提供的90days-trial是不同的版本。电驴上已经有ZWT放出的VSTS2008了，下载中，目前还无法验证其真实性。另外还有一个BT下载的种子，同样是ZWT放出的这个版本，之前公布的Visual Studio Team System 2008 正式版下载，确认是真货。并且我有了。方便已经下载的朋友。&lt;img src ="http://blog.csdn.net/greatbag/aggbug/1905467.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>重新安装 BITS(background intelligent transfer service) 服务</title><link>http://blog.csdn.net/greatbag/archive/2007/10/27/1847816.aspx</link><pubDate>Sat, 27 Oct 2007 14:04:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2007/10/27/1847816.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/1847816.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2007/10/27/1847816.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/1847816.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1847816</trackback:ping><description>This document describes how to re-install the Win XP SP2 BITS (background intelligent transfer service) service if it gets corrupted. The symptoms are: Microsoft Update suddenly stopping working, and manually starting the BITS service either gives a code 2 or a code -2147024894 error.&lt;img src ="http://blog.csdn.net/greatbag/aggbug/1847816.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>如何在运行 Windows XP/2003 的计算机上重新安装 Microsoft 分布式事务处理协调器</title><link>http://blog.csdn.net/greatbag/archive/2007/10/25/1843747.aspx</link><pubDate>Thu, 25 Oct 2007 18:01:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2007/10/25/1843747.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/1843747.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2007/10/25/1843747.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/1843747.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1843747</trackback:ping><description>MS DTC &lt;img src ="http://blog.csdn.net/greatbag/aggbug/1843747.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>FCKeditor 在 vs2005 环境下安装功略</title><link>http://blog.csdn.net/greatbag/archive/2007/09/18/1790373.aspx</link><pubDate>Tue, 18 Sep 2007 20:43:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2007/09/18/1790373.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/1790373.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2007/09/18/1790373.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/1790373.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1790373</trackback:ping><description>    一，下载FCKeditor文件    先在官方网页上下载 FCKeditor 的压缩包  和 FCKeditor 的.net 2.0核心库    [各位朋友可以先按照我的目录进行一次试做，然后再对自己的.net网站进行设置]    下载地址：FCKeditor 的压缩包&lt;img src ="http://blog.csdn.net/greatbag/aggbug/1790373.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>iframe和跨站点cookie被阻止</title><link>http://blog.csdn.net/greatbag/archive/2007/09/13/1782966.aspx</link><pubDate>Thu, 13 Sep 2007 00:00:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2007/09/13/1782966.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/1782966.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2007/09/13/1782966.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/1782966.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1782966</trackback:ping><description>iframe和跨站点cookie被阻止。在我之前的博客iframe和跨站点cookie引起的session失效问题中已经讲到过此问题，其根源也是由于iframe跨站点cookie被阻导致session失效。但是当时因为两个站点都是自有的服务器，因此通过设置了相同的父域名解决了此问题，所以后来也就没有深入研究此问题。&lt;img src ="http://blog.csdn.net/greatbag/aggbug/1782966.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>windows2003 和sql2000的疑难杂症</title><link>http://blog.csdn.net/greatbag/archive/2007/09/02/1769636.aspx</link><pubDate>Sun, 02 Sep 2007 23:56:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2007/09/02/1769636.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/1769636.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2007/09/02/1769636.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/1769636.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1769636</trackback:ping><description>windows2003 和sql2000的疑难杂症&lt;img src ="http://blog.csdn.net/greatbag/aggbug/1769636.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>.net,开源项目</title><link>http://blog.csdn.net/greatbag/archive/2007/05/09/1602190.aspx</link><pubDate>Wed, 09 May 2007 18:41:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2007/05/09/1602190.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/1602190.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2007/05/09/1602190.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/1602190.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1602190</trackback:ping><description>.net,开源&lt;img src ="http://blog.csdn.net/greatbag/aggbug/1602190.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>ASP.NET文件下载的几种方法 </title><link>http://blog.csdn.net/greatbag/archive/2007/04/12/1562770.aspx</link><pubDate>Thu, 12 Apr 2007 22:49:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2007/04/12/1562770.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/1562770.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2007/04/12/1562770.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/1562770.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1562770</trackback:ping><description>当服务器要提供文件下载时，HttpResponse有这么几种方法可以使用。&lt;img src ="http://blog.csdn.net/greatbag/aggbug/1562770.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>跨浏览器的设置innerHTML方法</title><link>http://blog.csdn.net/greatbag/archive/2007/04/11/1561195.aspx</link><pubDate>Wed, 11 Apr 2007 20:35:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2007/04/11/1561195.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/1561195.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2007/04/11/1561195.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/1561195.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1561195</trackback:ping><description>跨浏览器的设置innerHTML方法&lt;img src ="http://blog.csdn.net/greatbag/aggbug/1561195.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>