起始测试,cl不是内部或外部命令。 在自动配置工具所在目录下执行该工具 在cpp文件所在目录,对该文件进行... windows10 配置Kotlin 环境变量 Kotlin使用命令行编译 目前为止Kotlin 命令行编译工具下载地址: https://github.com/JetBrains/kotlin/releases/download/v1.4.0/kotlin-compiler-1.4.0.zip 如果Kotlin发布了最...
git add [file name] 加入一个文件到git index git commit -v 当你用-v參数的时候能够看commit的差异 git commit -m "This is the message describing the commit" 加入commit信息 git commit -a -a是代表add,把全部的change加到git index里然后再commit git commit -a -v 一般提交命令 git log 看你com...