eclipse
ChowYoungyoung
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
用eclipse写Python时总是提示报错可能的原因——设定编码
设置编码如下:1.windows->preferences->General->Editors->Text Editors->Spelling,Encoding改成Other:UTF-8,点击Apply。如下图2.windows->preferences->General->Workspace,Text file encoding改成Other:UTF-8,然后点击转载 2017-12-22 15:17:54 · 1761 阅读 · 0 评论 -
用eclipse写Python,当其交互式程序时交互方法
当要运行的程序为交互式程序时,需要我们输入某值作为其中某参数。此时我们可以点击下图中右下角小红框内的图标(Pin console)后即可输入。原创 2017-12-22 15:31:28 · 1012 阅读 · 0 评论
分享