摘要: Sources Root:告诉idea这个文件夹及其子文件夹中包含源代码,是需要编译构建的一部分 Test Sources Root:测试源文件夹允许您将与测试相关的代码与生产代码分开。通常,源和测试源的编译结果被放置在不同的文件夹中。 Resources Root:用于应用程序中的资源文件(图像、 阅读全文
posted @ 2020-06-20 18:23 小丑quan 阅读(495) 评论(0) 推荐(0)
摘要: printStream public class Demo99 { public static void main(String[] args) throws FileNotFoundException { PrintStream ps = new PrintStream("C:\\Users\\q 阅读全文
posted @ 2020-06-20 00:07 小丑quan 阅读(97) 评论(0) 推荐(0)