“输出"功能是什么?和".idea" Intellij中的文件夹? [英] What is the function of the "out" and ".idea" folder in Intellij?

查看:115
本文介绍了“输出"功能是什么?和".idea" Intellij中的文件夹?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以清楚地解释项目结构中的"out"和".idea"文件夹是什么吗?尽管我不是Java的初学者,但我需要帮助来了解典型IDE中的所有组件如何协同工作.我以前使用过非常容易使用的BlueJ,但是它掩盖了我现在很难理解的所有后台进程.

Can someone clearly explain what is "out" and ".idea" folders in the project structure indicate? Though I'm not a beginner in Java, I need help understanding how all the components in a typical IDE work together. I previously used BlueJ which was very easy to use, but it masked all the background processes which I have difficulty understanding now.

对不起,我没有对".idea"进行彻底检查,但是"out"文件夹没有在一般意义上进行定义.

Sorry I didn't check thoroughly for ".idea" but the "out" folder hasn't been defined in a general sense.

推荐答案

在此处阅读官方文档:-.out:-

Read official doc here :- .out :- .out folder intellij

和.idea:-简而言之,所有项目特定的文件都将移至.idea文件夹,如果删除项目,它将重新创建.

In Short all the project specific files goes to .idea folder and it will be recreate if you delete the project.

.out文件夹包含构建/编译项目时的输出,即包含.class文件.

And .out folder contains the output of your project when you build/compile it ie contains .class files.

这篇关于“输出"功能是什么?和".idea" Intellij中的文件夹?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆