《IDEA——make dictionary as 用法》

[生产实例]

必须把src设置为make dictionary as source root才可以使用存放java代码。
在这里插入图片描述

idea中Mark Directory As里的Sources Root、ReSources Root等的区别(参考官方文档)

一、Source roots (or source folders)

By assigning a folder to this category, you tell IntelliJ IDEA that
this folder and its subfolders contain source code that should be
compiled as part of the build process.

通过这个类指定一个文件夹,你告诉IntelliJ IDEA,这个文件夹及其子文件夹中包含的源代码,可以编译为构建过程的一部分。

2. Test source roots (or test source folders; shown as rootTest)

These roots are similar to source roots but are for code intended for
testing (e.g. for unit tests). Test source folders let you keep the
code related to testing separate from the production code.

Compilation results for sources and test sources, normally, are placed
into different folders.

这些根类似于源根,但用于用于测试的代码(例如用于单元测试)。测试源文件夹允许您将与测试相关的代码与生产代码分开。

通常,源和测试源的编译结果被放置在不同的文件夹中。

3. Resource roots

Resource roots are for resource files used in your application** (images, various configuration XML and properties files, etc.).

During the build process, all the contents of the resource folders are copied
to the output folder as is. Similarly to sources, you can specify that
your resources are generated. You can also specify which folder within
the output folder your resources should be copied to.

用于应用程序中的资源文件(图像、各种配置XML和属性文件等)。

在构建过程中,资源文件夹的所有内容都复制到输出文件夹中,如下所示。

类似于源,您可以指定生成资源。您还可以指定输出文件夹中的文件夹,您的资源应该复制到。

4. Test resource roots

(or test resource folders; shown as rootTestResourceIJ; available only
in Java modules) are for resource files associated with your test
sources. In all other respects, these folders are similar to resource
folders.

(或测试资源文件夹;如roottestresourceij;只有在java模块)是资源文件与您的测试源有关。在所有其他方面,这些文件夹类似于资源文件夹。

5. Excluded roots

(shown as rootExcluded) are ones that IntelliJ IDEA “almost ignores”.**

Very limited coding assistance is provided for files in excluded
folders. Classes contained in excluded folders don’t appear in code
completion suggestion lists, references to such classes are shown in
the editor as unresolved. When searching, IntelliJ IDEA doesn’t look
in excluded folders, etc.

排除根(显示为rootExcluded) IntelliJ IDEA
  “几乎忽略了”。* *
  
  提供非常有限的代码协助排除文件的文件夹。排除文件夹中包含的类不出现在代码完成的建议列表、引用等类显示在编辑器中没有解决。搜索时,IntelliJ IDEA看起来不排除文件夹,等等

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值