
配置文件
文章平均质量分 72
陌上寒山
这个作者很懒,什么都没留下…
展开
-
vscode配置c/c++运行环境
一、vscode(这你得有)二、安装插件[C/C++]三、 安装mingw-w64在mingw-w64官网下载64位的mingw-w64离线包https://sourceforge.net/projects/mingw-w64/files/?source=navbar配置计算机环境变量如图(我的解压路径是C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin,因此环境变量中加入该路径)安装完成后打开控转载 2020-09-22 22:05:17 · 1313 阅读 · 0 评论 -
Ubuntu下git版本升级
1、查看git版本git --version2、升级Gitsudo apt update # 更新源sudo apt install software-properties-common # 安装 PPA 需要的依赖sudo add-apt-repository ppa:git-core/ppa # 向 PPA 中添加 git 的软件源sudo apt-get update...原创 2020-03-05 16:07:44 · 10900 阅读 · 8 评论 -
VsCode——chrome调试launch.json配置文件
{ // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type":...原创 2020-03-07 19:30:24 · 10569 阅读 · 0 评论