当前位置:网站首页>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"
}
边栏推荐
- Data reverse attack under federated learning -- gradinversion
- What if the notebook computer cannot run the CMD command
- EKLAVYA -- 利用神经网络推断二进制文件中函数的参数
- Gensim如何冻结某些词向量进行增量训练
- Target detection for long tail distribution -- balanced group softmax
- How to turn on night mode on laptop
- TimeCLR: A self-supervised contrastive learning framework for univariate time series representation
- Mmdetection trains its own data set -- export coco format of cvat annotation file and related operations
- [binocular vision] binocular stereo matching
- Feature Engineering: summary of common feature transformation methods
猜你喜欢

Replace convolution with full connection layer -- repmlp

【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》

【双目视觉】双目立体匹配

简易打包工具的安装与使用

jetson nano安装tensorflow踩坑记录(scipy1.4.1)

Mmdetection trains its own data set -- export coco format of cvat annotation file and related operations

Specification for package drawing
![[multimodal] clip model](/img/45/8501269190d922056ea0aad2e69fb7.png)
[multimodal] clip model

Feature Engineering: summary of common feature transformation methods

用MLP代替掉Self-Attention
随机推荐
Vscode下中文乱码问题
[C # note] the data in DataGridView saved in WinForm is excel and CSV
Backup, recovery and repair of XFS file system
用于类别增量学习的动态可扩展表征 -- DER
应对长尾分布的目标检测 -- Balanced Group Softmax
JVM instructions
MySQL优化
I'll show you why you don't need to log in every time you use Taobao, jd.com, etc?
Handwritten call, apply, bind
Get the width and height of the screen in real time (adaptive)
Replace self attention with MLP
CVPR19-Deep Stacked Hierarchical Multi-patch Network for Image Deblurring论文复现
Global and Chinese market of snow sweepers 2022-2028: Research Report on technology, participants, trends, market size and share
【学习笔记】Matlab自编高斯平滑器+Sobel算子求导
Using transformer for object detection and semantic segmentation
笔记本电脑卡顿问题原因
利用超球嵌入来增强对抗训练
Mmdetection trains its own data set -- export coco format of cvat annotation file and related operations
服务器的内网可以访问,外网却不能访问的问题
将恶意软件嵌入到神经网络中