上一页 1 ··· 313 314 315 316 317 318 319 320 321 ··· 388 下一页
摘要: https://docs.nuget.org/consume/command-line-reference Installing The NuGet command line may be installed onto a machine in a few possible ways. 第一步:下载 阅读全文
posted @ 2016-09-06 21:08 ChuckLu 阅读(2227) 评论(0) 推荐(0) 编辑
摘要: https://git-scm.com/docs/git -C <path> Run as if git was started in <path> instead of the current working directory. When multiple -C options are give 阅读全文
posted @ 2016-09-03 18:08 ChuckLu 阅读(3707) 评论(0) 推荐(0) 编辑
摘要: 说明 https://docs.microsoft.com/en-us/cpp/ide/common-macros-for-build-commands-and-properties?view=vs-2017 $(ProjectDir) The directory of the project (d 阅读全文
posted @ 2016-09-03 17:58 ChuckLu 阅读(253) 评论(0) 推荐(0) 编辑
摘要: https://github.com/HearthSim/Hearthstone-Deck-Tracker https://github.com/HearthSim/HearthDb https://github.com/HearthSim/HearthMirror 很久没有看源代码,发现作者的解决 阅读全文
posted @ 2016-09-03 16:37 ChuckLu 阅读(1282) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2016-08-30 13:44 ChuckLu 阅读(3259) 评论(2) 推荐(0) 编辑
摘要: https://www.codewars.com/kata/printing-array-elements-with-comma-delimiters/train/csharp 关于数组类型的判断,可以使用 a.GetType().IsArray 阅读全文
posted @ 2016-08-30 09:37 ChuckLu 阅读(215) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/2625493/asynchronous-vs-non-blocking In many circumstances they are different names for the same thing, but in some 阅读全文
posted @ 2016-08-29 09:51 ChuckLu 阅读(330) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/1050222/concurrency-vs-parallelism-what-is-the-difference Concurrency is when two or more tasks can start, run, and 阅读全文
posted @ 2016-08-25 19:09 ChuckLu 阅读(1198) 评论(0) 推荐(0) 编辑
摘要: https://tortoisegit.org/docs/tortoisegit/tgit-dug-push.html Options Options Options Options Force (May discard known changes) This allows remote repos 阅读全文
posted @ 2016-08-23 11:04 ChuckLu 阅读(5453) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Keepalive Description A keepalive signal is often sent at predefined intervals, and plays an important role on the Inter 阅读全文
posted @ 2016-07-25 16:45 ChuckLu 阅读(442) 评论(0) 推荐(0) 编辑
上一页 1 ··· 313 314 315 316 317 318 319 320 321 ··· 388 下一页