手记

pycharm中更改字体大小、解决中文输入、设置版本

使用pycharm,遇到以下的问题,找到答案,分享一下:
1.书写代码小:
解决方法:File---Settings-->Editor-->Colors & Fonts-->Font
2.中文输入问题:
点击【File】---【Setting】---【Editor】---【File Encoding】页面,设置global 和project encoding为UTF-8,然后点击应用。
书写文件代码的开头加入# encoding=utf8或者#-- coding: utf-8 --(推荐使用)
3.python2和python3的有的实现不同,设置版本
【File】---【Setting】-Project [项目名] - Project Interpreter设置python的版本

0人推荐
随时随地看视频
慕课网APP

热门评论

https://www.changchenghao.cn/user/2091


https://www.changchenghao.cn/user/2092

https://www.changchenghao.cn/user/2093

https://www.changchenghao.cn/user/2094

https://www.changchenghao.cn/user/2095

https://www.changchenghao.cn/user/2096

https://www.changchenghao.cn/user/2097

https://www.changchenghao.cn/user/2098

https://www.changchenghao.cn/user/2099


查看全部评论