公告板
版本库
filestore
活动
搜索
登录
未授权访问版本库 fg_v2.0.git
main
/
MonitStation
监控台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://118.89.139.230:10101/r/MonitStation
lxw
2023-11-30
41c27388a023a7b33b40b46b655896f123ef432c
[MonitStation.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;
}