From dfb445fdaf3f3613069f43310364657a72da6304 Mon Sep 17 00:00:00 2001 From: yy <2565886549@qq.com> Date: Sun, 15 Dec 2024 21:58:52 +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=90=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/workspace.xml | 296 +++++------------- .../edu/hust/conf/ConfigurationManager.java | 2 +- 2 files changed, 71 insertions(+), 227 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f042c63..ec3e4b2 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,58 +1,18 @@ + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -278,6 +234,10 @@ + + @@ -299,18 +259,6 @@ - - - - + - - - + + - - - - + + - + + - - - - + + - + + - - - - + + - + + - - - - + + - - - - - + + - - - - - - - - + @@ -551,6 +417,7 @@ + 1529592741848 @@ -669,47 +536,24 @@ - - - - - - - - - diff --git a/src/main/java/cn/edu/hust/conf/ConfigurationManager.java b/src/main/java/cn/edu/hust/conf/ConfigurationManager.java index dbae85b..f800835 100644 --- a/src/main/java/cn/edu/hust/conf/ConfigurationManager.java +++ b/src/main/java/cn/edu/hust/conf/ConfigurationManager.java @@ -4,7 +4,7 @@ import java.io.InputStream; import java.util.Properties; /** - * 配置文件管理类 + * 配置文件管理类两个号 * 主要的功能:从特定的properties文件中读取相应的key/value */ public class ConfigurationManager {