上一页 1 ··· 313 314 315 316 317 318 319 320 321 ··· 389 下一页
摘要: https://technet.microsoft.com/en-us/library/hh847748.aspx?f=255&MSPPError=-2147217396 在powershell中执行命令 Get-ExecutionPolicy -List 此命令也可以使用tab键进行辅助 Scop 阅读全文
posted @ 2016-09-06 22:19 ChuckLu 阅读(1503) 评论(0) 推荐(0) 编辑
摘要: 1.1查看PowerShell的版本 1.1.1 $PSVersionTable.PSVersion Major Minor Build Revision 2 0 -1 -1 1.1.2 $PSVersionTable PS C:\Users\clu> $PSVersionTable Name Va 阅读全文
posted @ 2016-09-06 21:55 ChuckLu 阅读(9467) 评论(0) 推荐(1) 编辑
摘要: 旧版本 https://chocolatey.org/install To install chocolatey now, open an administrative command prompt and paste the text from the box below that applies 阅读全文
posted @ 2016-09-06 21:17 ChuckLu 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(2242) 评论(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 阅读(3710) 评论(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 阅读(3267) 评论(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) 编辑
上一页 1 ··· 313 314 315 316 317 318 319 320 321 ··· 389 下一页