当前位置:网站首页>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"
}
边栏推荐
- Nacos service registration in the interface
- What if the laptop can't search the wireless network signal
- w10升级至W11系统,黑屏但鼠标与桌面快捷方式能用,如何解决
- Open3d learning note 4 [surface reconstruction]
- 【Batch】learning notes
- WCF更新服务引用报错的原因之一
- How to back up the configuration before the idea when reinstalling the idea
- 王-课外单词
- Media query usage
- Prompt 范式简述
猜你喜欢
Command line is too long
Mmdetection trains its own data set -- export coco format of cvat annotation file and related operations
【Batch】learning notes
It's great to save 10000 pictures of girls
Eklavya -- infer the parameters of functions in binary files using neural network
【Cascade FPD】《Deep Convolutional Network Cascade for Facial Point Detection》
【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》
MySQL优化
How to wrap qstring strings
Data reverse attack under federated learning -- gradinversion
随机推荐
王-课外单词
静态库和动态库
力扣方法总结:滑动窗口
Media query usage
Global and Chinese market of medicine cabinet 2022-2028: Research Report on technology, participants, trends, market size and share
jetson nano安装tensorflow踩坑记录(scipy1.4.1)
TimeCLR: A self-supervised contrastive learning framework for univariate time series representation
【DIoU】《Distance-IoU Loss:Faster and Better Learning for Bounding Box Regression》
Several methods of image enhancement and matlab code
Summary of solving the Jetson nano installation onnx error (error: failed building wheel for onnx)
Open3d learning notes 1 [first glimpse, file reading]
Mmdetection trains its own data set -- export coco format of cvat annotation file and related operations
What if a new window always pops up when opening a folder on a laptop
Target detection for long tail distribution -- balanced group softmax
图像增强的几个方法以及Matlab代码
SQLyog远程连接centos7系统下的MySQL数据库
业务架构图
Gensim如何冻结某些词向量进行增量训练
業務架構圖
稀疏矩阵存储