08 2016 档案
摘要:This is a problem which can occur when there is an old version of a DLL still lingering somewhere around.Make sure that the latest assemblies are depl
阅读全文
摘要:https://www.codewars.com/kata/printing-array-elements-with-comma-delimiters/train/csharp 关于数组类型的判断,可以使用 a.GetType().IsArray
阅读全文
摘要:http://stackoverflow.com/questions/2625493/asynchronous-vs-non-blocking In many circumstances they are different names for the same thing, but in some
阅读全文
摘要:http://stackoverflow.com/questions/1050222/concurrency-vs-parallelism-what-is-the-difference Concurrency is when two or more tasks can start, run, and
阅读全文
摘要:https://tortoisegit.org/docs/tortoisegit/tgit-dug-push.html Options Options Options Options Force (May discard known changes) This allows remote repos
阅读全文