From 102d667253646d5b710090a9ec8cbecc4e800501 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8A=9D=E9=85=92=E5=8D=83=E7=99=BE?= <3489241516@qq.com>
Date: Mon, 16 Dec 2024 20:21:27 +0800
Subject: [PATCH] =?UTF-8?q?1.=E7=8E=AF=E5=A2=83=E6=90=AD=E5=BB=BA=E5=AE=8C?=
=?UTF-8?q?=E6=88=90=202.=E7=9B=B8=E5=85=B3=E7=9A=84=E5=B7=A5=E5=85=B7?=
=?UTF-8?q?=E7=B1=BB=E7=BC=96=E5=86=99=E5=AE=8C=E6=88=90111=203.=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86=E7=B1=BB=E7=BC=96?=
=?UTF-8?q?=E5=86=99=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/misc.xml | 1 +
.idea/workspace.xml | 298 ++++++------------
.../edu/hust/conf/ConfigurationManager.java | 2 +-
3 files changed, 93 insertions(+), 208 deletions(-)
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 344f653..a48fac4 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -6,6 +6,7 @@
+
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index f042c63..c99b438 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,14 +1,13 @@
+
+
+
-
-
+
+
-
-
-
-
@@ -136,27 +135,22 @@
true
DEFINITION_ORDER
-
-
-
-
-
-
-
+
+
+ {
+ "associatedIndex": 8
+}
+
@@ -278,17 +272,26 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -299,19 +302,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -319,219 +310,133 @@
+
+
+
+
+
+
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
+
@@ -551,6 +456,9 @@
+
+
+
1529592741848
@@ -669,47 +577,23 @@
-
+
-
-
-
-
-
-
-
-
-
diff --git a/src/main/java/cn/edu/hust/conf/ConfigurationManager.java b/src/main/java/cn/edu/hust/conf/ConfigurationManager.java
index dbae85b..bf8915a 100644
--- a/src/main/java/cn/edu/hust/conf/ConfigurationManager.java
+++ b/src/main/java/cn/edu/hust/conf/ConfigurationManager.java
@@ -3,7 +3,7 @@ package cn.edu.hust.conf;
import java.io.InputStream;
import java.util.Properties;
-/**
+/**111
* 配置文件管理类
* 主要的功能:从特定的properties文件中读取相应的key/value
*/