随笔分类 - .Net Technology
摘要:目前的地图服务主要微软的virtual earth,google的google earth和yahoo的map service.从开发上来说,微软的virtual earth是最方便的。不过论地图的精准性还是google的强大,毕竟它做的比较早。微软已经将virtual earth改成Bing maps,将地图服务整合到Bing(必应)搜索中。而微软的live service又包含bing service和Windows Azure Platform,live service本身就是架构在windows Azure平台上面 。扯到这里已经扯的很远了。 一般Map service有以下应用场合
阅读全文
摘要:原文:http://www.ganshani.com/2009/07/10/silverlight-2-best-practices-iii/Locally defined StaticResource fails to load When a StaticResource object is both defined and referenced inside the same element, the Preview Window will fail to load with an error “The type StaticResource was not found.” Hence,
阅读全文
摘要:最近看完了DotNet软件测试实战技术着本书,总结了下基本的内容提纲,用到时作为参考。里面的很多概念,方法论,工具和最佳实践都适应其他语言和平台,部分工具受限于.net平台。 .Net 软件测试基础篇 1. 软件质量测试基础介绍 1) 软件质量与软件测试 A. 仅依靠软件测试不能保证软件质量 B. 进行全面质量管理 2) 软件开发与软件测试 具备UML或编程可以做更多层面的测试,如单...
阅读全文
摘要:I almost forget where the original source is from.Hashtables are very convenient data structures however they are not very fast and it is very easy to make them even slower by using more logical, but ultimately much slower approach, consider the code below:The difference in performance is about 2 ti
阅读全文
摘要:这个问题也被我碰见了。http://www.maocom.com/resources/program/html/200689/8947.htm幸运的是,我主窗口关闭事件是自己draw的button产生的。呵呵
阅读全文
摘要:Motiviations (http://aopalliance.sourceforge.net/motivations.html) Aspect-Oriented Programming (AOP) is a programming technique that will be able to enhance several existing middleware environments (s...
阅读全文
摘要:在用vb的时候,发现了个奇怪的问题,见下面代码,在生成Recordset的过程中,调用了recordset的clone方法,clone后沒有做任何操作,及時跟踪的过程中发现clone前的原recordset對象rectemp的recordcount是26,但是但调用Recordset的clone方法后,居然发现clone后新的複製本rectempcopy 比rectemp多了一倍的记录。郁闷,难道clone了还多出一倍?查询msdn,上面这么描述,Use the Clone method to create multiple, duplicate Recordset objects, part
阅读全文

浙公网安备 33010602011771号