当前位置:网站首页>Chinese garbled code under vscade
Chinese garbled code under vscade
2022-07-02 08:07:00 【programmercherry】
run code Run the program
stay Vscode Default encoding UTF-8 Next programming , Click Run run code, The terminal will output Chinese garbled code , As shown in the figure below .
terms of settlement :
In this terminal window , Command line input command “ chcp 6500 ” , then , direct run code Can solve the problem of Chinese code disorder . however , If you close this terminal window , You need to enter the command again “ chcp 6500 ”, otherwise , There will also be Chinese garbled code . in other words ,run code Under the circumstances , This solution cannot permanently solve Chinese garbled code .
F5 debugging or ctrl + F5 Run the program
because Vscode The default encoding is UTF-8, Debugging also uses UTF-8, Can output Chinese .
边栏推荐
猜你喜欢
![Open3d learning note 4 [surface reconstruction]](/img/9d/c1c3f2f3d4acd74a2c043571a120b3.png)
Open3d learning note 4 [surface reconstruction]

11月24号,我们为“满月”庆祝

open3d学习笔记三【采样与体素化】

Carsim-问题Failed to start Solver: PATH_ID_OBJ(X) was set to Y; no corresponding value of XXXXX?

On the back door of deep learning model

【MobileNet V3】《Searching for MobileNetV3》

STM32疑难杂症之ST-LINK Connection error INVALID ROM TABLE

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

静态库和动态库

Cvpr19 deep stacked hierarchical multi patch network for image deblurring paper reproduction
随机推荐
Open3d learning note 5 [rgbd fusion]
11月24号,我们为“满月”庆祝
Erase method in string
open3d学习笔记二【文件读写】
Fundamentals of music theory (brief introduction)
Embedding malware into neural networks
Vscode下中文乱码问题
简易打包工具的安装与使用
【MobileNet V3】《Searching for MobileNetV3》
Eklavya -- infer the parameters of functions in binary files using neural network
One book 1078: sum of fractional sequences
【学习笔记】Matlab自编图像卷积函数
【MobileNet V3】《Searching for MobileNetV3》
力扣每日一题刷题总结:链表篇(持续更新)
C语言实现XML生成解析库(XML扩展)
【Wing Loss】《Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks》
用MLP代替掉Self-Attention
STM32疑难杂症之ST-LINK Connection error INVALID ROM TABLE
应对长尾分布的目标检测 -- Balanced Group Softmax
Find and rfind methods in string