摘要:
/// <summary> /// The recording time is China time, but running CUIT with CI is America time. /// </summary> /// <param name="inputDateString">China input date time, e.g, "2011-7-18"</param> /// <ret... 阅读全文
摘要:
安装必备: 硬件:一台拥有支持虚拟技术的64位双核处理器和2GB以上内存的PC。 软件:VMWare Workstation 7.0 DMG光盘镜像文件:苹果操作系统 - 雪豹 10.6 引导软件:darwin300 如果用DMG镜像文件安装时,一直卡在“Please wait for the DVD to load..”,此时,需要用dmg2img将DMG镜像文件转换为IMG镜像文件。 下载地址... 阅读全文
摘要:
You can use the DataSource attribute to call your TestMethod multiple times with different data each time.The DataSourceAttribute class provides two ways to specify data source information for data-driven tests. The first way specifies information through a connection string, provider information, a 阅读全文
摘要:
在Windows 7的IIS 7.5中调试asp.net程序 1,以管理员身份运行visual studio 2010 2,check show processes in all sessions and click w3wp.exe, then click attach button 阅读全文
摘要:
初次错误: Unable to cast object of type 'System.Security.Principal.GenericIdentity' to type 'CustomSecurity.CustomIdentity'. 解决方案: 将网站应用程序池设置为的“经典模式”。 第二次错误: 解决方案:在Windows Feature中安装asp.net. 第三次错误: 解决方案: ... 阅读全文
摘要:
for example:C:\A | |__B | |__C | |__...How do I get the latest modified folder path in (B, C,....)?A:FOR /F "tokens=*" %%A IN ('dir /A:D /O:D /T:W /B') DO SET LastModified=%%Aor just use this:FOR /F %%A IN ('dir c:\a /A:D /O:D /T:W /B') DO SET LastModified=%%Abatch file:@ec 阅读全文
摘要:
InMicrosoft Test and Lab Manager, the above error message is observed during the execution of an automated test run on a test controller. It can occur in either of the following conditions.1. The account under which test controller is running does not have read permission on the build directory. (Th 阅读全文