2012年8月27日
摘要: http://social.msdn.microsoft.com/Forums/en-US/vststest/thread/df043823-ffcf-46a4-9e47-1c4b8854ca13Troubleshooting Guide for Visual Studio Test Controller and AgentThis guide is to help troubleshoot connection issues between Visual Studio Test Controller and Agent as well as remote test execution iss 阅读全文
posted @ 2012-08-27 14:33 一根葛根 阅读(795) 评论(0) 推荐(0) 编辑
  2012年8月20日
摘要: demo 来自 CLR via C#(第三版)View Code 1 static void Main(string[] args) 2 { 3 Point p = new Point(1, 1); 4 Console.WriteLine(p); 5 6 p.Change(2, 2); 7 Console.WriteLine(p); 8 9 Object o = p;10 Console.WriteLine(o);11 12 ... 阅读全文
posted @ 2012-08-20 10:40 一根葛根 阅读(246) 评论(0) 推荐(0) 编辑
  2012年7月18日
摘要: You can set up a group of computers that generates simulated load for testing. The group consists of a single controller and one or more agents. Collectively, this group is called a rig. An agent is the part of the rig that is used to run tests and generate simulated load. The controller is the part 阅读全文
posted @ 2012-07-18 14:09 一根葛根 阅读(129) 评论(0) 推荐(0) 编辑
  2012年7月16日
摘要: this is marked for my studying.sustainabilitypracticerobustfragileanatomystabilizeinventory 阅读全文
posted @ 2012-07-16 09:25 一根葛根 阅读(104) 评论(0) 推荐(0) 编辑