摘要:
Team Foundation Build MsBuild is the new build engine that Microsoft provides with Visual Studio 2005. The MsBuild engine is used as well in the Team Build environment that is part of Microsoft Team... 阅读全文
2007年7月27日 #
摘要:
FinalBuilder comes with a built-in MSBuild Task, and Team Foundation Build uses MSBuild for its internal workings. So it's only a short step to being able to use FinalBuilder as a build engine inside ... 阅读全文
摘要:
Automating build Using Team Build Every software development project requires a proper build process for delivering a quality product. The build process generally involves the following steps: Get... 阅读全文
摘要:
An Overview of Team Foundation Build Many development organizations leverage a build lab to create both public and private builds of their software releases. Distilled to its basics, a build lab i... 阅读全文
2007年5月19日 #
摘要:
$ functionCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1111111111111111111121111111113111111111411111111151111111116 $$ functionCode highlighting p... 阅读全文
2007年5月17日 #
摘要:
我写了个控件,遇到如下问题,不知道如何解决,谢谢Invalid postback or callback argument. Event validation is enabled using in configuration or in a page. For security purposes, this feature verifies that arguments to postb... 阅读全文
2007年5月14日 #
摘要:
IF NOT EXISTS(SELECT * FROM SYSCOLUMNSWHERE ID=OBJECT_ID(N'MNDIndicator') AND NAME=N'checkperiod')BEGINALTER TABLE MNDIndicator ADD checkperiod NVARCHAR(100) NULL default ''END 阅读全文
2007年5月9日 #
摘要:
问题 从事过Web Application的人都知道,在一个Web Site可以允许用户匿名访问,也可以禁止匿名强制要求认证才能够访问。 在IIS的Directory Property/Directory Security下可以看到匿名访问(Anonymous access)和认证访问(Authenticated access)的选项。在认证访问中又有多种方式:基本认证(Basic)、摘要认证(D... 阅读全文
摘要:
http://svn.python.org/projects/python/trunk/Lib/httplib.py """HTTP/1.1 client libraryHTTPConnection goes through a number of "states", which define when a clientmay legally make another request or fet... 阅读全文
2007年4月6日 #
摘要:
Reference:http://weblogs.asp.net/davidbarkol/archive/2007/03/25/asp-net-ajax-client-side-event-viewer.aspx Introduction Often times when an ASP.NET developer is first learning about the page lifecycle... 阅读全文