資源簡介
達內云筆記項目的html版,頁面用的html,還有一個版本頁面用的是jsp,可以去我的資源里尋找
代碼片段和文件信息
package?com.tarena.common;
import?java.io.IOException;
import?java.util.Properties;
public?class?baseReader?{
private?static?int?pageSize;
static?{
Properties?p?=?new?Properties();
try?{
p.load(baseReader.class.getClassLoader()
.getResourceAsStream(“base.properties“));
pageSize?=?Integer.valueOf(p.getProperty(“page_size“));
}?catch?(IOException?e)?{
e.printStackTrace();
}
}
public?static?int?getPageSize()?{
return?pageSize;
}
public?static?void?main(String[]?args)?{
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-01-18?09:09??cloudnote\
?????文件????????2490??2015-03-15?15:49??cloudnote\(1).classpath
?????文件?????????301??2015-03-15?15:36??cloudnote\(1).myme
?????文件????????2509??2017-01-14?21:10??cloudnote\.classpath
?????目錄???????????0??2015-03-23?10:02??cloudnote\.myeclipse\
?????文件?????????301??2015-01-22?14:01??cloudnote\.myme
?????文件????????1282??2015-01-22?13:57??cloudnote\.project
?????目錄???????????0??2017-01-18?09:09??cloudnote\.settings\
?????文件?????????156??2015-01-22?15:26??cloudnote\.settings\com.genuitec.eclipse.core.prefs
?????文件????????1040??2015-01-22?14:01??cloudnote\.settings\com.genuitec.eclipse.j2eedt.core.prefs
?????文件?????????120??2014-12-03?08:56??cloudnote\.settings\com.genuitec.jboss.ide.eclipse.xdoclet.run.prefs
?????文件?????????422??2015-01-22?14:19??cloudnote\.settings\org.eclipse.core.resources.prefs
?????文件??????110080??2015-01-22?08:45??cloudnote\cloud.sql
?????目錄???????????0??2017-01-18?09:09??cloudnote\config\
?????文件????????4216??2015-01-21?16:58??cloudnote\config\applicationContext.xm
?????文件??????????35??2015-01-22?13:57??cloudnote\config\ba
?????文件?????????134??2014-12-03?09:36??cloudnote\config\jdbc.properties
?????文件?????????620??2014-12-03?09:35??cloudnote\config\log4j.properties
?????文件????????5826??2014-12-03?11:21??cloudnote\reg.txt
?????目錄???????????0??2017-01-18?09:09??cloudnote\src\
?????目錄???????????0??2017-01-18?09:09??cloudnote\src\com\
?????目錄???????????0??2017-01-18?09:09??cloudnote\src\com\tarena\
?????目錄???????????0??2017-01-18?09:09??cloudnote\src\com\tarena\common\
?????文件?????????547??2015-01-22?13:58??cloudnote\src\com\tarena\common\ba
?????文件?????????357??2015-01-22?14:38??cloudnote\src\com\tarena\common\BusinessException.java
?????文件????????2154??2015-01-22?14:38??cloudnote\src\com\tarena\common\ExceptionLogger.java
?????文件????????1246??2015-01-15?15:26??cloudnote\src\com\tarena\common\Md5Util.java
?????文件?????????506??2015-01-22?14:39??cloudnote\src\com\tarena\common\SystemConstant.java
?????文件?????????195??2015-01-22?14:39??cloudnote\src\com\tarena\common\UUIDUtil.java
?????目錄???????????0??2017-01-18?09:09??cloudnote\src\com\tarena\dao\
?????文件?????????482??2015-01-20?15:19??cloudnote\src\com\tarena\dao\ActivityMapper.java
............此處省略873個文件信息
- 上一篇:終極鎖機生成器
- 下一篇:jfxrt.jar包
評論
共有 條評論