We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
用什么平台运行这些程序?
The text was updated successfully, but these errors were encountered:
用Intellij IDEA或者Eclipse运行
Sorry, something went wrong.
idea里面运行需要配置一下,指定src和out
可以用Vscode,打开对应文件夹,安装Java扩展插件——Java Extension Pack后,在main主函数上方可直接点击Run来启动。
Run | Debug public static void main(String[] args) { .... }
eclipse中可以download zip之后解压再import,如果汉字出现乱码,可以修改window->Preference->Content Type->Text->Java Source File下修改Default encoding 为UTF-8
No branches or pull requests
用什么平台运行这些程序?
The text was updated successfully, but these errors were encountered: