公告板
版本库
filestore
活动
搜索
登录
未授权访问版本库 ~whyclj/BattMonitor_DB_Builder.git
鲁星伟
/
CadDrawManager
研发图纸管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
接收者确认反馈
lxw
2023-02-03
109589c2328d31ed83c6a8c4d1d3ce0ab6d81667
[~whyclxw/CadDrawManager.git]
/
src
/
main
/
java
/
com
/
whyc
/
util
/
PropertiesUtil.java
1
2
3
4
5
6
7
8
9
package com.whyc.util;
import java.util.Properties;
public class PropertiesUtil {
public static Properties props;
}