<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>James Zhou's blog - </title><link>category/324254.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 13 May 2008 16:09:45 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>James Zhou</dc:creator><title>字符串比较 - 末尾空格</title><link>http://blog.csdn.net/jameszhou/archive/2008/05/13/2442072.aspx</link><pubDate>Tue, 13 May 2008 16:10:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2008/05/13/2442072.aspx</guid><wfw:comment>comments/2442072.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2008/05/13/2442072.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2442072.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2442072</trackback:ping><description>今天在修改一个bug是才发现SQL在比较两个字符串时会忽略掉字符串末尾的空格，即 'abc' 和 'abc    ' 是相等的:
    SELECT 'true' WHERE 'abc' = 'abc   ' 会返回结果 true&lt;img src ="aggbug/2442072.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>FormView中下拉框 (DropDownList) 的数据绑定</title><link>http://blog.csdn.net/jameszhou/archive/2008/05/08/2415055.aspx</link><pubDate>Thu, 08 May 2008 10:41:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2008/05/08/2415055.aspx</guid><wfw:comment>comments/2415055.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2008/05/08/2415055.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2415055.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2415055</trackback:ping><description>FormView的 OnDataBound事件的签名为 void FormView_DataBound((object sender, EventArgs e)，事件参数中没有提供可供使用的数据源对象。

如何将数据源值绑定到某个下拉框选项？&lt;img src ="aggbug/2415055.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>SQL 2005 CTE应用 - 月份表</title><link>http://blog.csdn.net/jameszhou/archive/2008/04/29/2344849.aspx</link><pubDate>Tue, 29 Apr 2008 22:26:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2008/04/29/2344849.aspx</guid><wfw:comment>comments/2344849.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2008/04/29/2344849.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2344849.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2344849</trackback:ping><description>在一个RS报表中需要实现一年内各月份"报价总额"的统计，但是报价表中并不是每个月都有数据，某些月份没有数据，那么需要一个月份表(1-12月)并使用left join来连接报价表。如何用简单等方法生产一个月份表？ &lt;img src ="aggbug/2344849.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>免费图标大集合！</title><link>http://blog.csdn.net/jameszhou/archive/2008/04/21/2311286.aspx</link><pubDate>Mon, 21 Apr 2008 11:28:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2008/04/21/2311286.aspx</guid><wfw:comment>comments/2311286.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2008/04/21/2311286.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2311286.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2311286</trackback:ping><description>免费图标大集合！&lt;img src ="aggbug/2311286.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>微软认证- 升级之路</title><link>http://blog.csdn.net/jameszhou/archive/2008/03/23/2210670.aspx</link><pubDate>Sun, 23 Mar 2008 17:54:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2008/03/23/2210670.aspx</guid><wfw:comment>comments/2210670.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2008/03/23/2210670.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2210670.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2210670</trackback:ping><description>微软认证- 升级之路&lt;img src ="aggbug/2210670.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>ASP.NET 2.0 - Validation Groups and Cross-Page Posting</title><link>http://blog.csdn.net/jameszhou/archive/2008/03/16/2187831.aspx</link><pubDate>Sun, 16 Mar 2008 17:16:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2008/03/16/2187831.aspx</guid><wfw:comment>comments/2187831.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2008/03/16/2187831.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2187831.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2187831</trackback:ping><description>In ASP.NET 2.0, there is a new property called the ValidationGroup that can be assigned a string to specify a section. This property exists on the validation controls and on the controls that cause PostBacks to occur. When a control performs a PostBack, the validator controls that have a matching ValidationGroup property are validated.&lt;img src ="aggbug/2187831.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>ADO.NET 2.0 - New things</title><link>http://blog.csdn.net/jameszhou/archive/2008/03/16/2187688.aspx</link><pubDate>Sun, 16 Mar 2008 16:05:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2008/03/16/2187688.aspx</guid><wfw:comment>comments/2187688.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2008/03/16/2187688.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2187688.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2187688</trackback:ping><description>A DataTableReader created using DataTable.CreateDataReader will expose the same rows and columns as the DataTable. When a DataTableReader is created from a DataSet or a DataTable's CreateDataReader method, the DataTableReader will contain all of the rows from the container object, with the exception of deleted rows.&lt;img src ="aggbug/2187688.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>ASP.NET 2.0 - Control State</title><link>http://blog.csdn.net/jameszhou/archive/2008/03/09/2159978.aspx</link><pubDate>Sun, 09 Mar 2008 16:53:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2008/03/09/2159978.aspx</guid><wfw:comment>comments/2159978.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2008/03/09/2159978.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2159978.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2159978</trackback:ping><description>if you populate the contents of a control every time a page is requested, you should disable view state for that control.&lt;img src ="aggbug/2159978.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>ASP.NET MVC - View Engines</title><link>http://blog.csdn.net/jameszhou/archive/2008/01/11/2037929.aspx</link><pubDate>Fri, 11 Jan 2008 17:42:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2008/01/11/2037929.aspx</guid><wfw:comment>comments/2037929.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2008/01/11/2037929.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2037929.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2037929</trackback:ping><description>NHamlNHaml (pronounced enamel) is a pure .NET implementation of the popular Rails Haml view engine.NHaml is an external DSL for XHTML. It’s primary qualities are it’s simplicity, terseness, performance and that it outputs nicely formatted XHTML. Additionally, the NHaml view engine provides support for Rails style layouts and partials – more on that below.see more: http://andrewpeters.net/2007/12/19/introducing-nhaml-an-aspnet-mvc-view-engine/XsltViewEngine in the MVCContriba XS&lt;img src ="aggbug/2037929.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>ASP.NET MVC - 用户验证和权限验证</title><link>http://blog.csdn.net/jameszhou/archive/2008/01/10/2033945.aspx</link><pubDate>Thu, 10 Jan 2008 16:15:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2008/01/10/2033945.aspx</guid><wfw:comment>comments/2033945.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2008/01/10/2033945.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2033945.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2033945</trackback:ping><description>MVC架构下如何实现登录验证这一常见功能？Troy通过一个Security Controller给出了一种方法：

 http://www.squaredroot.com/post/2007/12/ASPNet-MVC-Membership-Basics.aspx

权限验证的一个方法：
http://www.squaredroot.com/post/2008/01/MVC-Authentication-and-Errors.aspx&lt;img src ="aggbug/2033945.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>Tip - ASP.NET 3.5 Extension resources</title><link>http://blog.csdn.net/jameszhou/archive/2008/01/07/2029085.aspx</link><pubDate>Mon, 07 Jan 2008 17:28:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2008/01/07/2029085.aspx</guid><wfw:comment>comments/2029085.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2008/01/07/2029085.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2029085.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2029085</trackback:ping><description>ASP.NET 3.5 Extension resources&lt;img src ="aggbug/2029085.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>Tip - 彻底卸载删除3721(雅虎助手)。快速！</title><link>http://blog.csdn.net/jameszhou/archive/2007/12/25/1966923.aspx</link><pubDate>Tue, 25 Dec 2007 17:45:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2007/12/25/1966923.aspx</guid><wfw:comment>comments/1966923.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2007/12/25/1966923.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>comments/commentRss/1966923.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1966923</trackback:ping><description>该软件可恶之处不再赘述，其自带的卸载工具根本不能完全卸载。该软件存放在c:\windows\system32\drivers\下的cnsminkp.sys文件是其难以删除的关键，直奔主题--删除步骤：&lt;img src ="aggbug/1966923.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>Tip - Web Design Templates &amp; Mockups  </title><link>http://blog.csdn.net/jameszhou/archive/2007/12/21/1956609.aspx</link><pubDate>Fri, 21 Dec 2007 00:20:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2007/12/21/1956609.aspx</guid><wfw:comment>comments/1956609.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2007/12/21/1956609.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1956609.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1956609</trackback:ping><description>I got this useful tip from ScottGu's blog, the two websites for web design templates &amp; mockup resources:

1. http://www.opensourcetemplates.org/index.php

2. http://www.oswd.org/&lt;img src ="aggbug/1956609.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>Visual Studio 工具 - 拼写检查</title><link>http://blog.csdn.net/jameszhou/archive/2007/12/18/1946210.aspx</link><pubDate>Tue, 18 Dec 2007 09:34:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2007/12/18/1946210.aspx</guid><wfw:comment>comments/1946210.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2007/12/18/1946210.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1946210.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1946210</trackback:ping><description>随着VS2008正式版的发布， Visual Studio 拼写检查工具也做了升级并支持最新的VS版本，其拼写检查可支持：    * HTML style comments     * ASP.NET server side comments:     * JScript, C# and C++ comments: // C++ style comments    * CSS and C style comments: /* C style comments */    * VB and VBScript style comments: 'This is VB comment&lt;img src ="aggbug/1946210.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>James Zhou</dc:creator><title>北京IDC服务商</title><link>http://blog.csdn.net/jameszhou/archive/2007/12/14/1935232.aspx</link><pubDate>Fri, 14 Dec 2007 11:56:00 GMT</pubDate><guid>http://blog.csdn.net/jameszhou/archive/2007/12/14/1935232.aspx</guid><wfw:comment>comments/1935232.aspx</wfw:comment><comments>http://blog.csdn.net/jameszhou/archive/2007/12/14/1935232.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1935232.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1935232</trackback:ping><description>公司准备推出中文网站，需要找idc服务商，google到了一个北京服务商列表，有点儿帮助，分享一下：
http://www.it.com.cn/f/server/0610/23/295875.htm &lt;img src ="aggbug/1935232.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>