-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用什么平台运行这些程序? #34
Comments
用Intellij IDEA或者Eclipse运行 |
idea里面运行需要配置一下,指定src和out |
可以用Vscode,打开对应文件夹,安装Java扩展插件——Java Extension Pack后,在main主函数上方可直接点击Run来启动。 Run | Debug |
eclipse中可以download zip之后解压再import,如果汉字出现乱码,可以修改window->Preference->Content Type->Text->Java Source File下修改Default encoding 为UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
用什么平台运行这些程序?
The text was updated successfully, but these errors were encountered: