摘要: While debugging a script control written with ASP.NET AJAX, we came across this weird exception:Sys.InvalidOperationException: Two components with the same id '[....]' can't be added to the application.The control looked kosher in every respect. Yet we couldn’t understand why the client- 阅读全文
posted @ 2011-04-13 16:23 蓝色没耳朵猫 阅读(238) 评论(0) 推荐(0) 编辑
摘要: ^(((0?[1-9]|1[012])/(0?[1-9]|1\d|2[0-8])|(0?[13456789]|1[012])/(29|30)|(0?[13578]|1[02])/31)/(19|[2-9]\d)\d{2}|0?2/29/((19|[2-9]\d)(0[48]|[2468][048]|[13579][26])|(([2468][048]|[3579][26])00)))$ 阅读全文
posted @ 2011-03-31 11:34 蓝色没耳朵猫 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Remove old .Net 2.0 path references: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 Add the new .Net 4.0 path reference: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319 C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\ 阅读全文
posted @ 2011-03-16 14:23 蓝色没耳朵猫 阅读(127) 评论(0) 推荐(0) 编辑
摘要: For Windows 7 users:Start Menu>Control PanelUser Accounts and Family Safety > Credential ManagerAdd A Windows Credential>Type in your internet/network address as your TFS server address, and username and password of your TFS account.For Windows Vista users:Start Menu>Control PanelUser Ac 阅读全文
posted @ 2011-03-04 18:40 蓝色没耳朵猫 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Compare toolsProductCommandArgumentsTFS defaultdiffmerge.exe%1 %2 %6 %7 %5 /ignorespaceWinDiffwindiff.exe%1 %2DiffDoc (for Word files)DiffDoc.exe/M%1 /S%2WinMergewinmerge.exe/ub /dl %6 /dr %7 %1 %2Beyond Comparebc2.exe%1 %2 /title1=%6 /title2=%7KDiff3kdiff3.exe%1 --fname %6 %2 --fname %7Araxiscompar 阅读全文
posted @ 2011-03-04 18:36 蓝色没耳朵猫 阅读(253) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-08-20 08:44 蓝色没耳朵猫 阅读(634) 评论(2) 推荐(0) 编辑
摘要: 下载地址:http://silverlightuploader.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26792 阅读全文
posted @ 2009-04-29 10:07 蓝色没耳朵猫 阅读(228) 评论(0) 推荐(0) 编辑
摘要: http://sqlserver.dlservice.microsoft.com/dl/download/B/8/0/B808AF59-7619-4A71-A447-F597De74AC44/SQLFULL_CHS.ISO?lcid=2052 阅读全文
posted @ 2008-12-03 09:07 蓝色没耳朵猫 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Assignments 主表TaskUniqueID 唯一序列AssignmentTaskID 任务IDAssignmentTaskName 任务名称AssignmentTaskSummaryName 任务父节点 名称AssignmentStart 开始时间AssignmentFinish 完成时间AssignmentResourceName 资源名称Predecessors 前置任务TaskUn... 阅读全文
posted @ 2008-11-14 17:05 蓝色没耳朵猫 阅读(1069) 评论(0) 推荐(0) 编辑
摘要: 1、在前台ASPX页面中加入如下代码,图片可以自己到网上找找,会动的GIF就可以,注意DISPLAY属性要是none,不能将Visible置为false,代码放到你想放的位置。 [代码]2、如果你想点击一个button(id:botton1)的时候显示一个等待的图片时,只要在前台页面</FORM>前加入如下代码[代码]3、注意把Internet属性 设置为播放网页中的动画这样在相应Bu... 阅读全文
posted @ 2008-10-29 14:16 蓝色没耳朵猫 阅读(349) 评论(0) 推荐(0) 编辑