2005年12月11日
摘要: If you've tried to put an enum type into the ASP.NET Profile, maybe you've noticed that there's a small caveat with specifying its default value. To specify the default value, you need to use the seri... 阅读全文
posted @ 2005-12-11 11:27 维生素C.NET 阅读(627) 评论(0) 推荐(0)
摘要: If you try this: (new Date(2000, 0, 1)) == (new Date(2000, 0, 1)) you may be surprised to learn that it is actually false, because they are different object references, even if the values are the same... 阅读全文
posted @ 2005-12-11 11:14 维生素C.NET 阅读(713) 评论(0) 推荐(0)
摘要: Windows Live Favorites for MSN Search Toolbar plugin再也不用每次保存Favorites文件夹了 阅读全文
posted @ 2005-12-11 09:55 维生素C.NET 阅读(1000) 评论(0) 推荐(0)
摘要: I saw a question today on the ASP.Net forum about the element and decided to write something about it. Most of you already know this but I still think there are some that don’t know about what I’m go... 阅读全文
posted @ 2005-12-11 09:51 维生素C.NET 阅读(951) 评论(1) 推荐(0)