資源簡介
這個是一件編寫完成的云筆記項目,有興趣的可以參考x下,如果需要下載未編寫的資料我也有上傳
代碼片段和文件信息
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)?{
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????309??2016-02-27?16:59??cloudnote_All\.settings\org.eclipse.core.resources.prefs
?????文件????????330??2016-02-18?11:47??cloudnote_All\.settings\org.eclipse.jdt.core.prefs
?????文件?????109882??2018-05-08?16:17??cloudnote_All\cloud.sql
?????文件???????2490??2015-03-15?15:49??cloudnote_All\cloudnote\(1).classpath
?????文件????????301??2015-03-15?15:36??cloudnote_All\cloudnote\(1).myme
?????文件???????2509??2017-01-14?21:10??cloudnote_All\cloudnote\.classpath
?????文件????????301??2015-01-22?14:01??cloudnote_All\cloudnote\.myme
?????文件???????1282??2015-01-22?13:57??cloudnote_All\cloudnote\.project
?????文件????????156??2015-01-22?15:26??cloudnote_All\cloudnote\.settings\com.genuitec.eclipse.core.prefs
?????文件???????1040??2015-01-22?14:01??cloudnote_All\cloudnote\.settings\com.genuitec.eclipse.j2eedt.core.prefs
?????文件????????120??2014-12-03?08:56??cloudnote_All\cloudnote\.settings\com.genuitec.jboss.ide.eclipse.xdoclet.run.prefs
?????文件????????422??2015-01-22?14:19??cloudnote_All\cloudnote\.settings\org.eclipse.core.resources.prefs
?????文件?????110080??2015-01-22?08:45??cloudnote_All\cloudnote\cloud.sql
?????文件???????4216??2015-01-21?16:58??cloudnote_All\cloudnote\config\applicationContext.xm
?????文件?????????35??2015-01-22?13:57??cloudnote_All\cloudnote\config\ba
?????文件????????134??2014-12-03?09:36??cloudnote_All\cloudnote\config\jdbc.properties
?????文件????????620??2014-12-03?09:35??cloudnote_All\cloudnote\config\log4j.properties
?????文件???????5826??2014-12-03?11:21??cloudnote_All\cloudnote\reg.txt
?????文件????????547??2015-01-22?13:58??cloudnote_All\cloudnote\src\com\tarena\common\ba
?????文件????????357??2015-01-22?14:38??cloudnote_All\cloudnote\src\com\tarena\common\BusinessException.java
?????文件???????2154??2015-01-22?14:38??cloudnote_All\cloudnote\src\com\tarena\common\ExceptionLogger.java
?????文件???????1246??2015-01-15?15:26??cloudnote_All\cloudnote\src\com\tarena\common\Md5Util.java
?????文件????????506??2015-01-22?14:39??cloudnote_All\cloudnote\src\com\tarena\common\SystemConstant.java
?????文件????????195??2015-01-22?14:39??cloudnote_All\cloudnote\src\com\tarena\common\UUIDUtil.java
?????文件????????482??2015-01-20?15:19??cloudnote_All\cloudnote\src\com\tarena\dao\ActivityMapper.java
?????文件???????1524??2015-01-20?15:21??cloudnote_All\cloudnote\src\com\tarena\dao\ActivityMapper.xm
?????文件?????????71??2014-12-03?09:25??cloudnote_All\cloudnote\src\com\tarena\dao\MyBatisRepository.java
?????文件????????631??2015-01-22?14:39??cloudnote_All\cloudnote\src\com\tarena\dao\NoteBookMapper.java
?????文件???????1857??2014-12-30?15:30??cloudnote_All\cloudnote\src\com\tarena\dao\NoteBookMapper.xm
?????文件????????241??2014-12-31?10:36??cloudnote_All\cloudnote\src\com\tarena\dao\NoteBookTypeMapper.java
............此處省略1516個文件信息
評論
共有 條評論