当前位置:网站首页>VS Code配置问题
VS Code配置问题
2022-07-02 06:28:00 【Villanelle#】
1.终端中文乱码问题
在设置中搜索encoding将新建文件的编码格式改为GBK即可。
2.exe文件乱跑
在当前文件夹的setting.json文件中添加以下代码即可,其中路径可以按要求修改。
"code-runner.executorMap": {
"c": "cd $dir && gcc $fileName -o E:/VSCodeExercises/exe/$fileNameWithoutExt && E:/VSCodeExercises/exe/$fileNameWithoutExt",
"cpp": "cd $dir && g++ $fileName -o E:/VSCodeExercises/exe/$fileNameWithoutExt && E:/VSCodeExercises/exe/$fileNameWithoutExt"
}
边栏推荐
- 【Mixed Pooling】《Mixed Pooling for Convolutional Neural Networks》
- Open3d learning note 3 [sampling and voxelization]
- AR system summary harvest
- Dynamic extensible representation for category incremental learning -- der
- open3d环境错误汇总
- Network metering - transport layer
- 【MobileNet V3】《Searching for MobileNetV3》
- 将恶意软件嵌入到神经网络中
- open3d学习笔记四【表面重建】
- install.img制作方式
猜你喜欢

open3d学习笔记四【表面重建】

Specification for package drawing

针对语义分割的真实世界的对抗样本攻击

On the back door of deep learning model

How to turn on night mode on laptop

浅谈深度学习模型中的后门

Network metering - transport layer
![[Sparse to Dense] Sparse to Dense: Depth Prediction from Sparse Depth samples and a Single Image](/img/05/bf131a9e2716c9147a5473db4d0a5b.png)
[Sparse to Dense] Sparse to Dense: Depth Prediction from Sparse Depth samples and a Single Image

Data reverse attack under federated learning -- gradinversion

Hystrix dashboard cannot find hystrix Stream solution
随机推荐
【DIoU】《Distance-IoU Loss:Faster and Better Learning for Bounding Box Regression》
Prompt 范式简述
【雙目視覺】雙目矯正
针对tqdm和print的顺序问题
Handwritten call, apply, bind
Real world anti sample attack against semantic segmentation
Vscode下中文乱码问题
高中数学必修一
The internal network of the server can be accessed, but the external network cannot be accessed
[CVPR‘22 Oral2] TAN: Temporal Alignment Networks for Long-term Video
[learning notes] matlab self compiled image convolution function
[learning notes] matlab self compiled Gaussian smoother +sobel operator derivation
Correction binoculaire
Meta Learning 简述
open3d学习笔记三【采样与体素化】
包图画法注意规范
Sequence problem for tqdm and print
【C#笔记】winform中保存DataGridView中的数据为Excel和CSV
How to wrap qstring strings
我的vim配置文件