本人在学习《深入理解计算机系统》的时候,需要配置一个 Linux 环境来运行课本中的代码。一开始打算使用 VMWare 或者 Hyper-V 来安装 Linux 虚拟机,后来发现使用 WSL (Windows Subsystem for Linux)也能满足需求。于是就抱着尝试一下的心态,一步一步安装和配置了 c 语言的开发和调试环境。 我自己没有任何 Linux ...
launch配置 launch.json {"version":"0.2.0","configurations":[{"name":"C/C++: g++ build and debug active file","type":"cppdbg","request":"launch","program":"${fileDirname}/${fileBasenameNoExtension}","args":[],"stopAtEntry":false,"cwd":"${workspaceFolder}","environment":[],"exter...
在windows本地的vscode上,先安装插件“Remote - SSH”,通过左下角“打开远程窗口”连接wsl的linux上,并自动安装vscode。 创建cpp文件时,根据推荐安装插件“C/C++ Extension Pack”到linux。这里为了方便运行,安装插件 “Code Runner”,右键能直接运行cpp文件。 vscode版本 版本: 1.94.2 提交: 384ff7382de624fb94db...
在wsl 中输入code .,查看 .cpp 文件可以看到语法提示,说明预备条件完成。 .vscode 文件夹配置 这个建议面向需求配置,或者针对初学者随便拿别人配好的用 这里给出官方配置文档作为留档 variables-referencecode.visualstudio.com/docs/editor/variables-reference config clangcode.visualstudio.com/docs/cpp/confi...
只能用于 WSL 2 运行的发行版。 作为 WSL 1 运行的发行版不受此配置的影响,因为它们不作为虚拟机运行。 要访问%UserProfile%目录,请在 PowerShell 中使用cd ~访问主目录(通常是用户配置文件C:\Users\<UserName>),或者可以打开 Windows 文件资源管理器并在地址栏中输入%UserProfile%。 该目录路径应类似于:C:\...
Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.3.0.0.0 添加tnsnames.ora 配置,简化连接串访问 root@jinju:~# cd $ORACLE_HOME/network/admin root@jinju:/u01/app/oracle/product/19.0.0/client_1/network/admin#touch tnsnames.ora ...
CTRL+ALT+X快速打开vscode插件窗口,然后输入c/c++和wsl,安装Remote-WSL和C/C++插件 C/C++插件示意图 添加.cpp文件 添加一个cpp文件,会发现有代码自动提示功能 代码自动提示功能 生成tasks.json文件 选择Terminal -> Configure Default Build Task -> g++ build active file会生成一个.vscode/tasks.json的配置文件...
curl -o- https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz | tar zxf - -C /usr/local # 修改 git 默认编辑器为 vim git config --global core.editor vim # 配置环境变量 cat >> /etc/profile.d/golang.sh << EOF export GOPROXY=https://goproxy.cn,direct ...
source ~/.bashrc nvcc -V # 显示结果如下: nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Tue_Mar__8_18:18:20_PST_2022 Cuda compilation tools, release 11.6, V11.6.124 Build cuda_11.6.r11.6/compiler.31057947_0 解压并安装cudnn tar -xvf cu...