zhou JamesID:jameszhou
84140次访问,排名1054好友0人,关注者25
PMP & MCAD
jameszhou的文章
原创 85 篇
翻译 0 篇
转载 0 篇
评论 73 篇
James Zhou的公告
Locations of visitors to this page

最近评论
xkpkhu:wow power leveling
控制帐户:很好。
找了半天什么是控制帐户,终于看到这里有说明。
不过英文看起来恼火。
dd:这里面好多不根本不明白Silverlight 是做什么的,或者说是应用在什么方面的.随便乱说.
出会い系サイト:出会い出会い系サイト出会い喫茶出会い掲示板ナンパ出会いカ……
aladdin:這沒有帶來什麼思想解放阿...

1. HttpContext.RewriteUrl,從2003年就開始用了。

2. M$沒事把這些並不是常常需要用到的把戲,弄得好像和藹可親,但卻常常忘記了: 1) Layering,2) Lightweight,再加上M$常常給出不正確的practice,以致於新的小朋友進公司,還得要花上很多時間把這些錯誤從他們的……
文章分类
收藏
    相册
    链接
    Old Blog - Runner on .NET
    存档
    订阅我的博客
    XML聚合  FeedSky

    Tips and Resourceslearning resources

    原创 字符串比较 - 末尾空格收藏

    今天在修改一个bug是才发现SQL在比较两个字符串时会忽略掉字符串末尾的空格,即 'abc' 和 'abc ' 是相等的: SELECT 'true' WHERE 'abc' = 'abc ' 会返回结果 true阅读全文>

    发表于 @ 2008年05月13日 16:10:00|评论(loading...)|收藏

    原创 FormView中下拉框 (DropDownList) 的数据绑定收藏

    FormView的 OnDataBound事件的签名为 void FormView_DataBound((object sender, EventArgs e),事件参数中没有提供可供使用的数据源对象。 如何将数据源值绑定到某个下拉框选项?阅读全文>

    发表于 @ 2008年05月08日 10:41:00|评论(loading...)|收藏

    原创 SQL 2005 CTE应用 - 月份表收藏

    在一个RS报表中需要实现一年内各月份"报价总额"的统计,但是报价表中并不是每个月都有数据,某些月份没有数据,那么需要一个月份表(1-12月)并使用left join来连接报价表。如何用简单等方法生产一个月份表? 阅读全文>

    发表于 @ 2008年04月29日 22:26:00|评论(loading...)|收藏

    原创 免费图标大集合!收藏

    免费图标大集合!阅读全文>

    发表于 @ 2008年04月21日 11:28:00|评论(loading...)|收藏

    原创 微软认证- 升级之路收藏

    微软认证- 升级之路阅读全文>

    发表于 @ 2008年03月23日 17:54:00|评论(loading...)|收藏

    原创 ASP.NET 2.0 - Validation Groups and Cross-Page Posting收藏

    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.阅读全文>

    发表于 @ 2008年03月16日 17:16:00|评论(loading...)|收藏

    原创 ADO.NET 2.0 - New things收藏

    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.阅读全文>

    发表于 @ 2008年03月16日 16:05:00|评论(loading...)|收藏

    原创 ASP.NET 2.0 - Control State收藏

    if you populate the contents of a control every time a page is requested, you should disable view state for that control.阅读全文>

    发表于 @ 2008年03月09日 16:53:00|评论(loading...)|收藏

    原创 ASP.NET MVC - View Engines收藏

    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阅读全文>

    发表于 @ 2008年01月11日 17:42:00|评论(loading...)|收藏

    原创 ASP.NET MVC - 用户验证和权限验证收藏

    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阅读全文>

    发表于 @ 2008年01月10日 16:15:00|评论(loading...)|收藏

    Csdn Blog version 3.1a
    Copyright © James Zhou