11 2011 档案
摘要:由未收录词A、B、C等组成的任意组合在搜索时没有结果的问题。 解决方案很简单在设置中UnknownWordIdentify选项置为False就可以了。 下面是Pangu代码中处理段: if (count == 0) { if (_Options.UnknownWordIdentify) { WordInfo wi = new WordIn...
阅读全文
摘要:The Archive of Interesting Code The Archive of Interesting Code is an (ambitious) effort on my part to research, intuit, and code up every interesting algorithm and data structure ever invented. In d...
阅读全文
摘要:一直用的4.5.1,众所周知的有个大Bug就是经常会显示有90%+的Native代码,那还分析个屁,这东西就废了。在网上苦苦找寻下终于找到了最新5.0版本的注册机,分享下。http://files.cnblogs.com/jinzhao/dottrace.part3.rarhttp://files.cnblogs.com/jinzhao/dottrace.part2.rarhttp://files.cnblogs.com/jinzhao/dottrace.part1.rar
阅读全文
摘要:http://nbuilder.org/What is it?Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are of type of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for propert
阅读全文