There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.

There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.

有多个模块的名称只有大小写不同。

这可能导致在使用其他case语义的文件系统上编译时出现意外行为。

原因:import时,文件引入的路径描述不统一,所以保留一种引入风格即可解决。

a.风格1

b.风格2

引用:https://blog.csdn.net/tionsu/article/details/78591962

原文地址:https://www.cnblogs.com/sylys/p/11910353.html