Skip to content

Commit b4c1709

Browse files
committed
杂七杂八的commit: 清理Test代码, 文件目录调整
1 parent cc8b5dc commit b4c1709

File tree

23 files changed

+21
-83
lines changed

23 files changed

+21
-83
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

IOPractice/logs/wlow-data.log

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2023-08-08 18:14:55.563 [main] INFO wlow02._7_JVM._1_Logger._1_0_Basic - 这是一条日志
2+
2023-08-08 18:14:55.564 [main] WARN wlow02._7_JVM._1_Logger._1_0_Basic - 警告
3+
2023-08-08 18:14:55.564 [main] ERROR wlow02._7_JVM._1_Logger._1_0_Basic - 错误
4+
2023-08-08 18:15:33.417 [main] INFO wlow02._7_JVM._1_Logger._1_0_Basic - 这是一条日志
5+
2023-08-08 18:15:33.418 [main] WARN wlow02._7_JVM._1_Logger._1_0_Basic - 警告
6+
2023-08-08 18:15:33.418 [main] ERROR wlow02._7_JVM._1_Logger._1_0_Basic - 错误

JavaCodes.iml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,5 @@
88
<orderEntry type="inheritedJdk" />
99
<orderEntry type="sourceFolder" forTests="false" />
1010
<orderEntry type="library" name="lib" level="project" />
11-
<orderEntry type="module-library">
12-
<library>
13-
<CLASSES>
14-
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit4.jar!/" />
15-
</CLASSES>
16-
<JAVADOC />
17-
<SOURCES />
18-
</library>
19-
</orderEntry>
2011
</component>
2112
</module>

exercises/exercises.iml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,5 @@
77
</content>
88
<orderEntry type="inheritedJdk" />
99
<orderEntry type="sourceFolder" forTests="false" />
10-
<orderEntry type="module-library">
11-
<library>
12-
<CLASSES>
13-
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit4.jar!/" />
14-
</CLASSES>
15-
<JAVADOC />
16-
<SOURCES />
17-
</library>
18-
</orderEntry>
1910
</component>
2011
</module>

exercises/src/Main.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class Main {
2+
public static void main(String[] args) {
3+
4+
}
5+
}

lib/junit-4.13.2.jar

376 KB
Binary file not shown.

0 commit comments

Comments
 (0)