上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 49 下一页
摘要: http://www.cnblogs.com/zhzkl/archive/2006/10/01/519868.html自己写的正则表达式特殊字符转义函数 private string TranslateRegexString(string str) { string[] reserveChars = new string[] {"\\", ".",... 阅读全文
posted @ 2007-12-28 18:21 moonz-wu 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 今天在写一个工具时候突然用到了Xml,并且要输出到TextBox中,于是就写了一下啊,上网一看还挺多人问这问题,于是晒一下@_@! StringBuilder sb = new StringBuilder(); StringWriter sw = new StringWriter(sb); XmlTextWriter writer ... 阅读全文
posted @ 2007-12-24 12:23 moonz-wu 阅读(1764) 评论(4) 推荐(0) 编辑
摘要: 需求与目标:在大多数针对UI的软件自动化测试中,通常要设计到Case的管理问题。当你已有一个实现了的并经过完整测试的测试实例(Test Case)时,如果下面两件事情发生了变化,那么你会采取什么样的应对策略呢?1. 目标程序的操作逻辑发生变化,如按钮的移动或是删除;2. Test Case底层实现框架发生变化,如有了新的功能更强大的框架但是与原来的框架不兼容。当我们在考虑应对策略的时候,主要是从项... 阅读全文
posted @ 2007-12-11 23:13 moonz-wu 阅读(2010) 评论(0) 推荐(0) 编辑
摘要: Each time we assign the same Object with a value type, a new boxing of the value occurs.Allowing access to the boxed value type allows in-memory update, which may provide significantperformance ...当我们... 阅读全文
posted @ 2007-11-23 18:44 moonz-wu 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 作为一个从事IT工作的人员,技术对我来说很重要,但是有时也常常为日新月异的新技术而迷惑。那么如果你也和我一样,请看一下这篇文章: 不要迷失在技术的海洋中 阅读全文
posted @ 2007-11-21 12:22 moonz-wu 阅读(285) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 49 下一页