資源簡介
您是第8位訪問者
總訪問量: 9
本年訪問量:2
本月訪問量:2
本周訪問量:9
本日訪問量:2您是第8位訪問者
總訪問量: 9
本年訪問量:2
本月訪問量:2
本周訪問量:9
本日訪問量:2

代碼片段和文件信息
package?cn.csrc.base.count;
import?java.util.Date;
public?class?CountobjectInfo?{
//?總訪問量合計
protected?int?totalCount?=?0;
//?日訪問量
protected?int?dayCount?=?0;
//?周訪問量
protected?int?weekCount?=?0;
//?月訪問量
protected?int?monthCount?=?0;
//?年訪問量
protected?int?yearCount?=?0;
//?臨時訪問量
protected?int?tempCount?=?0;
protected?Date?date?=?new?Date();
public?int?getDayCount()?{
return?dayCount;
}
public?int?getMonthCount()?{
return?monthCount;
}
public?int?getTotalCount()?{
return?totalCount;
}
public?int?getWeekCount()?{
return?weekCount;
}
public?int?getYearCount()?{
return?yearCount;
}
public?void?setDayCount(int?i)?{
dayCount?=?i;
}
public?void?setMonthCount(int?i)?{
monthCount?=?i;
}
public?void?setTotalCount(int?i)?{
totalCount?=?i;
}
public?void?setWeekCount(int?i)?{
weekCount?=?i;
}
public?void?setYearCount(int?i)?{
yearCount?=?i;
}
public?Date?getDate()?{
return?date;
}
public?void?setDate(Date?date)?{
this.date?=?date;
}
public?int?getTempCount()?{
return?tempCount;
}
public?void?setTempCount(int?i)?{
tempCount?=?i;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????862??2017-09-26?11:31??Count\.classpath
?????文件???????1180??2017-09-26?11:32??Count\.project
?????文件????????503??2014-07-10?10:00??Count\.settings\.jsdtscope
?????文件?????????80??2017-09-26?11:30??Count\.settings\com.genuitec.eclipse.migration.prefs
?????文件????????364??2014-07-10?10:00??Count\.settings\org.eclipse.jdt.core.prefs
?????文件????????469??2014-07-10?10:00??Count\.settings\org.eclipse.wst.common.component
?????文件????????345??2017-09-26?11:30??Count\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2014-07-10?10:00??Count\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2014-07-10?10:00??Count\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????1254??2017-02-23?10:34??Count\src\cn\csrc\ba
?????文件???????3053??2017-09-26?11:40??Count\src\cn\csrc\ba
?????文件???????1087??2017-09-26?11:34??Count\WebContent\index.jsp
?????文件?????????39??2014-07-10?10:00??Count\WebContent\me
?????文件???????1856??2017-09-26?11:31??Count\WebContent\WEB-INF\classes\cn\csrc\ba
?????文件???????3466??2017-09-26?11:40??Count\WebContent\WEB-INF\classes\cn\csrc\ba
?????文件?????813718??2014-07-10?10:28??Count\WebContent\WEB-INF\lib\castor-1.2-xm
?????文件??????62050??2014-07-10?10:28??Count\WebContent\WEB-INF\lib\commons-logging-1.1.3.jar
?????文件????1223877??2014-07-10?10:28??Count\WebContent\WEB-INF\lib\xercesImpl.jar
?????文件?????278286??2014-07-10?10:28??Count\WebContent\WEB-INF\lib\xm
?????文件????????648??2014-07-10?10:00??Count\WebContent\WEB-INF\web.xm
?????文件????????214??2017-09-26?11:36??Count\WebContent\WEB-INF\xm
?????目錄??????????0??2017-09-26?11:31??Count\WebContent\WEB-INF\classes\cn\csrc\ba
?????目錄??????????0??2017-09-26?11:31??Count\WebContent\WEB-INF\classes\cn\csrc\ba
?????目錄??????????0??2017-02-23?10:32??Count\src\cn\csrc\ba
?????目錄??????????0??2017-09-26?11:31??Count\WebContent\WEB-INF\classes\cn\csrc
?????目錄??????????0??2017-02-23?10:32??Count\src\cn\csrc\ba
?????目錄??????????0??2017-09-26?11:31??Count\WebContent\WEB-INF\classes\cn
?????目錄??????????0??2017-02-23?10:32??Count\src\cn\csrc
?????目錄??????????0??2017-09-26?11:31??Count\WebContent\WEB-INF\classes
?????目錄??????????0??2017-02-23?10:32??Count\WebContent\WEB-INF\lib
............此處省略10個文件信息
- 上一篇:zxing-api文檔
- 下一篇:microTCA規(guī)范
評論
共有 條評論