09 2018 档案
摘要:https://github.com/gcp/leela-zero/blob/master/COLAB.md 左侧菜单展开,可以查看细节
阅读全文
摘要:https://stackoverflow.com/questions/15352668/download-and-decompress-gzipped-file-in-memory You need to seek to the beginning of compressedFile after
阅读全文
摘要:Processor Groups https://docs.microsoft.com/en-us/windows/desktop/ProcThread/processor-groups The 64-bit versions of Windows 7 and Windows Server 2008
阅读全文
摘要:relevant command list Write-EventLog Write-EventLog -Source "SupperSocketService" -LogName "TestLog" -Message "test on 20180928" -EventId 3001 New-Eve
阅读全文
摘要:OPENXML (Transact-SQL) OPENXML provides a rowset view over an XML document. Because OPENXML is a rowset provider, OPENXML can be used in Transact-SQL
阅读全文
摘要:https://stackoverflow.com/questions/1874532/better-way-to-get-page-name The way I interpret the question what you're looking for is an efficient way o
阅读全文
摘要:https://stackoverflow.com/questions/2737092/how-to-execute-page-load-in-pages-base-class We faced the similar problem, All you need to do is just regi
阅读全文
摘要:https://stackoverflow.com/questions/5547989/difference-between-httpcontext-request-and-request Well: HttpContext.Current is a static property returnin
阅读全文
摘要:https://stackoverflow.com/questions/571429/powershell-web-requests-and-proxies
阅读全文
摘要:$PROFILE C:\Users\clu\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 Import-Module 'C:\Users\clu\source\repos\GitHub\Other\posh-git\src\posh-gi
阅读全文
摘要:https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/basic-queries-linq-to-xml In This Section TopicDescription How to: Find
阅读全文
摘要:https://stackoverflow.com/questions/36019544/if-double-slash-is-used-2-times-in-xpath-what-does-it-mean Double slash // means any descendant node of t
阅读全文
摘要:unapproved verbs WARNING: The names of some imported commands from the module 'todo' include unapproved verbs that might make them less discoverable.
阅读全文
摘要:https://superuser.com/questions/598163/powershell-touch-all-files-newer-than Powershell to use Unix touch seems silly to me. Instead, just use native
阅读全文
摘要:What's the difference between HEAD, working tree and index, in Git? Git Gud: The Working Tree, Staging Area, and Local Repo When I first started learn
阅读全文
摘要:在Rules里面 Standard Alignment 这种方式会比较找出相同的部分,可能会跨行找相同的 Unaligned 这种比较直接每一行之间相互比较,不跨行找相同的
阅读全文
摘要:https://blogs.msdn.microsoft.com/twistylittlepassagesallalike/2011/04/23/everyone-quotes-command-line-arguments-the-wrong-way/ Conclusion In general,
阅读全文
摘要:http://www.robvanderwoude.com/parameters.php Windows NT 4 introduced a set of new features for command line parameters:
阅读全文
摘要:pwsh -file C:\Users\clu\source\repos\Edenred\LISA_5.0.0.0\LISA.ControlPanel\LISA.ControlPanel\bin\Release\en-US\Resources.ps1 C:\Users\clu\source\repo
阅读全文
摘要:https://tieba.baidu.com/p/5462772621?see_lz=1 http://zero.sjeng.org/ https://www.jianshu.com/p/a4ba1044608a 新版本的设置,Engines-->Show Engines Sidebar,新弹出的
阅读全文
摘要:https://www.tenforums.com/tutorials/35093-apply-folder-view-all-folders-same-type-windows-10-a.html 1. In File Explorer, open the folder (ex: Pictures
阅读全文
摘要:https://blogs.technet.microsoft.com/heyscriptingguy/2014/07/15/keep-your-hands-clean-use-powershell-to-glue-strings-together/ powershell concat string
阅读全文
摘要:https://github.com/dahlbyk/posh-git/blob/master/src/Utils.ps1#L102 https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/
阅读全文
摘要:https://4sysops.com/archives/use-powershell-to-execute-an-exe/ https://stackoverflow.com/questions/714877/setting-windows-powershell-path-variable# 临时
阅读全文
摘要:https://docs.microsoft.com/en-us/powershell/module/powershellget/install-module?view=powershell-6 https://docs.microsoft.com/en-us/powershell/develope
阅读全文
摘要:sql search对于新建的数据库或数据表无法智能提示 选择sql prompt菜单,然后子菜单refresh suggestions sql server自带的智能提示刷新 https://stackoverflow.com/questions/7825287/sql-server-how-to
阅读全文