摘要:
Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list, compares adjacent相邻的 element 阅读全文
摘要:
IIS 10 - 404 Error (But the files exist...) As I messed around in the services, config files and logs... It appears that the service World Wide Web Pu 阅读全文
摘要:
IComparable doesn't need to be contravariant? In the code below i am targetting the .NET 2.0 Framework. I can pass a Programmer (derived) object to th 阅读全文
摘要:
https://rules.sonarsource.com/csharp/RSPEC-2386 https://github.com/SonarSource/sonar-dotnet/issues/3636 public class CustomHelper { public static List 阅读全文
摘要:
How to use NPOI to read Excel spreadsheet that contains empty cells? Try the GetCell method with the MissingCellPolicy: ICell cell = row.GetCell(2, Mi 阅读全文
摘要:
What is an example of the Liskov Substitution Principle? 回答1 A great example illustrating LSP (given by Uncle Bob in a podcast I heard recently) was h 阅读全文