导航

2010年3月2日

摘要: 1. 定义类型 关联到自定义类型: 阅读全文

posted @ 2010-03-02 11:40 AlexCube 阅读(536) 评论(0) 推荐(0) 编辑

2010年3月1日

摘要: 分隔控件的简单使用方法: 收藏备用。 来自:http://codebetter.com/blogs/steve.hebert/archive/2008/04/16/creating-a-horizontal-gridsplitter-for-real.aspx I ran into a number of articles on the web declaring how to create a... 阅读全文

posted @ 2010-03-01 13:04 AlexCube 阅读(1133) 评论(0) 推荐(0) 编辑

2010年2月23日

摘要: http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx 阅读全文

posted @ 2010-02-23 15:22 AlexCube 阅读(339) 评论(0) 推荐(0) 编辑

2010年2月21日

摘要: Asp.Net MVC Grid View using MVCContrib http://www.CodePlex.com/MvcContrib. namespace MVCContrib.Pagination More Info http://weblogs.asp.net/shijuvarghese/archive/2008/07/23/asp-net-mvc-grid-view-usin... 阅读全文

posted @ 2010-02-21 13:37 AlexCube 阅读(603) 评论(0) 推荐(0) 编辑

2010年2月20日

摘要: CarTrackr http://cartrackr.codeplex.com/ CodeCampServer http://code.google.com/p/codecampserver/ FlickrXplorer http://flickrxplorer.codeplex.com/ Kigg http://www.codeplex.com/Kigg MVC StoreFront h... 阅读全文

posted @ 2010-02-20 15:35 AlexCube 阅读(4078) 评论(0) 推荐(0) 编辑

摘要: SQL Server 中获取GMT时间: SELECT GETDATE() - 2009-03-28 13:08:37.553 SELECT SYSDATETIME() - 2009-03-28 13:08:37.5570000 SELECT GETUTCDATE() - 2009-03-28 07:38:37.557 SELECT SYSUTCDATETIME() - 2009-03-2... 阅读全文

posted @ 2010-02-20 13:41 AlexCube 阅读(402) 评论(0) 推荐(0) 编辑