首页>代码>html5 websocket+java实现多文件同时上传,带进度条>/socketupload/src/com/cn/upload/config/ServerConfigEnum.java
package com.cn.upload.config; import java.io.InputStream; import java.util.Properties; public enum ServerConfigEnum { config; private String savePath; private int blobSize; private String suFix; private ServerConfigEnum(){ Properties properties=new Properties(); InputStream inStream; try { inStream = this.getClass().getResourceAsStream("config.properties"); properties.load(inStream); inStream.close(); this.savePath=properties.getProperty("savePath"); this.blobSize=Integer.valueOf(properties.getProperty("blobSize")); this.suFix=".si"; } catch (Exception e) { e.printStackTrace(); } } public String getSavePath() { return savePath; } public void setSavePath(String savePath) { this.savePath = savePath; } public int getBlobSize() { return blobSize; } public void setBlobSize(int blobSize) { this.blobSize = blobSize; } public String getSuFix() { return suFix; } public void setSuFix(String suFix) { this.suFix = suFix; } }
最近下载更多
1358849392 LV21
4月12日
xiang860568 LV1
2021年9月15日
我只想要快乐 LV1
2021年5月8日
like LV1
2021年4月26日
cncmiss LV1
2021年1月6日
clx190825 LV1
2020年9月22日
luchenlin LV1
2020年8月20日
519462367 LV11
2020年7月23日
crabee LV2
2020年7月9日
henrysternc LV1
2020年6月9日
最近浏览更多
hzz2311465
10月8日
暂无贡献等级
1358849392 LV21
4月12日
uni-code_0123 LV1
2023年11月29日
1061302569
2023年11月16日
暂无贡献等级
110111 LV2
2023年6月3日
Tg171017 LV12
2023年2月3日
8战魂5无双8 LV43
2022年9月13日
Mayoubin2001 LV21
2022年3月26日
matintalorr LV10
2022年3月21日
zhjwgs LV15
2022年2月22日