摘要: Crash report information: "add proper additional document update change handler" Related issues: "VS crashes when SolutionCreator.UpdateDocumentAsync 阅读全文
posted @ 2017-03-08 22:22 ilcc 阅读(407) 评论(0) 推荐(0) 编辑
摘要: **原文:[7 Popular Unit Test Naming Conventions](http://vitalflux.com/7-popular-unit-test-naming-conventions/)**本文介绍了一系列在单元测试命名中可以遵循的命名策略,本文仅作参考,不作详细叙述。如... 阅读全文
posted @ 2014-11-20 19:17 ilcc 阅读(3061) 评论(0) 推荐(0) 编辑
摘要: ## Markdown语法 ##**不使用Markdown写成的所谓“Markdown入门教程”都是耍流氓**其他部分还在构思中,构思完成后再补充 阅读全文
posted @ 2014-04-08 20:11 ilcc 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Recently, Microsoft Corportation has released a new look for .NET Reference Source. And you may find it here,http://referencesource.microsoft.com/.As you download the full code provided byhttp://referencesource.microsoft.com/DotNetReferenceSource.zip, you may notice these tips as follows:"Downl 阅读全文
posted @ 2014-03-11 13:03 ilcc 阅读(1020) 评论(0) 推荐(4) 编辑
摘要: DebuggingDebuggingA debugger is an application that enables a developer to observe and correct programming errors. This overview describes the debugging support provided by the Win32 API. 阅读全文
posted @ 2014-02-16 22:23 ilcc 阅读(239) 评论(0) 推荐(0) 编辑
摘要: EncodingTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Problem DescriptionGiven a string containing only 'A' - 'Z', we could encode it using the following method:1. Each sub-string containing k same characters should be encoded to "kX" where 阅读全文
posted @ 2014-02-11 17:07 ilcc 阅读(264) 评论(0) 推荐(0) 编辑
摘要: ElevatorTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Problem DescriptionThe highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elevator will stop, in specified order. It costs 阅读全文
posted @ 2014-02-10 16:26 ilcc 阅读(330) 评论(0) 推荐(0) 编辑