上一页 1 ··· 114 115 116 117 118 119 120 121 122 ··· 400 下一页
摘要: list all globally installed modules with one command in ubuntu The below command will list all your globally installed modules on Linux, Mac, and Wind 阅读全文
posted @ 2021-07-12 09:43 ChuckLu 阅读(114) 评论(0) 推荐(0)
摘要: Updating packages downloaded from the registry Updating local and global packages you downloaded from the registry helps keep your code and tools stab 阅读全文
posted @ 2021-07-12 09:40 ChuckLu 阅读(78) 评论(0) 推荐(0)
摘要: TypeScript 安装 本文介绍 TypeScript 环境的安装。 我们需要使用到 npm 工具安装,如果你还不了解 npm,可以参考我们的NPM 使用介绍。 NPM 安装 TypeScript 如果你的本地环境已经安装了 npm 工具,可以使用以下命令来安装。 使用国内镜像: npm con 阅读全文
posted @ 2021-07-11 15:29 ChuckLu 阅读(487) 评论(0) 推荐(0)
摘要: https://github.com/lightvector/KataGo 最新版本是katago-v1.12.3-opencl-windows-x64 【2023-02-10】 打开命令,先切换到目录C:\workspace\KaTrainWindows-1.9.2\KaTrain\katrain 阅读全文
posted @ 2021-07-10 17:52 ChuckLu 阅读(1757) 评论(0) 推荐(0)
摘要: https://github.com/dotnet/runtime/blob/8377b0d938e1fecf0afda3d5a4f7f9bac3866bd5/src/libraries/System.Private.CoreLib/src/Resources/Strings.resx#L2384 阅读全文
posted @ 2021-07-09 18:40 ChuckLu 阅读(432) 评论(0) 推荐(0)
摘要: Creating a personal access token You should create a personal access token to use in place of a password with the command line or with the API. Person 阅读全文
posted @ 2021-07-08 17:02 ChuckLu 阅读(197) 评论(0) 推荐(0)
摘要: How to turn off a laptop keyboard Turning off your laptop keyboard is perhaps a little harder than it should be, but with good reason. It’s certainly 阅读全文
posted @ 2021-07-08 13:52 ChuckLu 阅读(172) 评论(0) 推荐(0)
摘要: How to tell which commit a tag points to in Git? 回答1 One way to do this would be with git rev-list. The following will output the commit to which a ta 阅读全文
posted @ 2021-07-07 10:49 ChuckLu 阅读(75) 评论(0) 推荐(0)
摘要: Why should I care about lightweight vs. annotated tags? 回答1 The big plus of an annotated tag is that you know who created it. Just like with commits, 阅读全文
posted @ 2021-07-07 10:33 ChuckLu 阅读(144) 评论(0) 推荐(0)
摘要: How to get rid of “would clobber existing tag” You should update your local tags with remote tags: git fetch --tags -f Then pull again. 我遇到的情况是,之前有一个t 阅读全文
posted @ 2021-07-07 10:09 ChuckLu 阅读(105) 评论(0) 推荐(0)
上一页 1 ··· 114 115 116 117 118 119 120 121 122 ··· 400 下一页