当前位置:网站首页>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"
}
边栏推荐
- 针对语义分割的真实世界的对抗样本攻击
- 【BiSeNet】《BiSeNet:Bilateral Segmentation Network for Real-time Semantic Segmentation》
- WCF更新服务引用报错的原因之一
- I'll show you why you don't need to log in every time you use Taobao, jd.com, etc?
- [learning notes] numerical differentiation of back error propagation
- Meta Learning 简述
- 【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》
- 常量指针和指针常量
- Global and Chinese market of medicine cabinet 2022-2028: Research Report on technology, participants, trends, market size and share
- 【雙目視覺】雙目矯正
猜你喜欢
[CVPR‘22 Oral2] TAN: Temporal Alignment Networks for Long-term Video
EKLAVYA -- 利用神经网络推断二进制文件中函数的参数
Remplacer l'auto - attention par MLP
【学习笔记】反向误差传播之数值微分
A brief analysis of graph pooling
Correction binoculaire
The internal network of the server can be accessed, but the external network cannot be accessed
[multimodal] clip model
Mmdetection trains its own data set -- export coco format of cvat annotation file and related operations
[learning notes] matlab self compiled Gaussian smoother +sobel operator derivation
随机推荐
[binocular vision] binocular stereo matching
open3d学习笔记四【表面重建】
11月24号,我们为“满月”庆祝
Command line is too long
[learning notes] matlab self compiled image convolution function
最长等比子序列
SQLyog远程连接centos7系统下的MySQL数据库
【BiSeNet】《BiSeNet:Bilateral Segmentation Network for Real-time Semantic Segmentation》
【TCDCN】《Facial landmark detection by deep multi-task learning》
CPU register
【BiSeNet】《BiSeNet:Bilateral Segmentation Network for Real-time Semantic Segmentation》
多站点高可用部署
用MLP代替掉Self-Attention
学习写文章格式
Sequence problem for tqdm and print
Network metering - transport layer
Daily practice (19): print binary tree from top to bottom
深入理解JVM
Real world anti sample attack against semantic segmentation
Where do you find the materials for those articles that have read 10000?