Loading

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 39 下一页
摘要: All values become true when converted to a boolean, with the exception of the six falsy values:""nullundefined0NaNfalse 阅读全文
posted @ 2012-03-23 17:00 .net's 阅读(346) 评论(0) 推荐(0)
摘要: vmnet上面的ip没用,即使你更改了也没用。1、首先确定你的电脑连接的网络可以自动分配ip,或者至少可以在为你的本地主机分配ip后还能同时再为你的虚拟机分配一个ip2、虚拟机启动前设置桥接方式,然后启动进入。3、关闭宿主机的防火墙,查看宿主机和虚拟机各自的ip,然后互ping4、一般这样设置就没有问题了,enjoy!!!附言:装好虚拟机后vm1,vm8最好不要动他,任由他们在那里就好了,不会有什么问题。检查虚拟机是否开启了ssh服务:命令:dpkg --list|grep ssh如果没有就到官网上下载ssh组件 阅读全文
posted @ 2012-03-08 12:23 .net's 阅读(626) 评论(0) 推荐(0)
摘要: /// <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... 阅读全文
posted @ 2011-07-24 23:39 .net's 阅读(806) 评论(1) 推荐(0)
摘要: 安装必备: 硬件:一台拥有支持虚拟技术的64位双核处理器和2GB以上内存的PC。 软件:VMWare Workstation 7.0 DMG光盘镜像文件:苹果操作系统 - 雪豹 10.6 引导软件:darwin300 如果用DMG镜像文件安装时,一直卡在“Please wait for the DVD to load..”,此时,需要用dmg2img将DMG镜像文件转换为IMG镜像文件。 下载地址... 阅读全文
posted @ 2011-07-23 06:39 .net's 阅读(736) 评论(0) 推荐(0)
摘要: 将asp文件和csv文件保存为 阅读全文
posted @ 2011-07-03 07:55 .net's 阅读(502) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2011-06-15 22:22 .net's 阅读(459) 评论(0) 推荐(0)
摘要: 在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 阅读全文
posted @ 2011-06-11 15:21 .net's 阅读(454) 评论(0) 推荐(0)
摘要: 初次错误: Unable to cast object of type 'System.Security.Principal.GenericIdentity' to type 'CustomSecurity.CustomIdentity'. 解决方案: 将网站应用程序池设置为的“经典模式”。 第二次错误: 解决方案:在Windows Feature中安装asp.net. 第三次错误: 解决方案: ... 阅读全文
posted @ 2011-06-11 15:18 .net's 阅读(753) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2011-06-01 21:47 .net's 阅读(452) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2011-06-01 20:19 .net's 阅读(472) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 39 下一页