資源簡介
完整的一個電影票在線售票系統,適合大家學習
代碼片段和文件信息
package?cn.edu.nuc.film.common;
/**
?*?分頁控制對象
?*?@author?win7
?*
?*/
public?class?PageControl?{
/**
?*?當前第幾頁
?*/
private?Integer?currentindex;
/**
?*?每頁多少行數據(默認每頁5行數據)
?*/
private?Integer?pagesize?=?5;
/**
?*?總記錄數
?*/
private?Integer?rscount;
/**
?*?總頁數
?*/
private?Integer?pagecount;
/**
?*?分頁控件一次顯示多少頁(默認一次5頁)
?*/
private?Integer?showpcount?=?5;
/**
?*?當前分頁控件顯示的最大頁數
?*/
private?Integer?maxpage;
/**
?*?當前分頁控件顯示的最小頁數
?*/
private?Integer?minpage;
public?Integer?getCurrentindex()?{
return?currentindex;
}
public?void?setCurrentindex(Integer?currentindex)?{
this.currentindex?=?currentindex;
}
public?Integer?getPagesize()?{
return?pagesize;
}
public?void?setPagesize(Integer?pagesize)?{
this.pagesize?=?pagesize;
}
public?Integer?getRscount()?{
return?rscount;
}
public?void?setRscount(Integer?rscount)?{
this.rscount?=?rscount;
}
public?Integer?getPagecount()?{
return?pagecount;
}
public?void?setPagecount(Integer?pagecount)?{
this.pagecount?=?pagecount;
}
public?Integer?getShowpcount()?{
return?showpcount;
}
public?void?setShowpcount(Integer?showpcount)?{
this.showpcount?=?showpcount;
}
public?Integer?getMaxpage()?{
return?maxpage;
}
public?void?setMaxpage(Integer?maxpage)?{
this.maxpage?=?maxpage;
}
public?Integer?getMinpage()?{
return?minpage;
}
public?void?setMinpage(Integer?minpage)?{
this.minpage?=?minpage;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????165888??2016-10-29?17:01??1314010840-陳儼蕾\01策劃階段\甘特圖.mpp
?????文件??????19456??2016-11-14?22:21??1314010840-陳儼蕾\01策劃階段\問題追蹤表.xls
?????文件????4029952??2016-11-14?16:21??1314010840-陳儼蕾\02需求階段\影視業務電子商務平臺-軟件需求規約.doc
?????文件??????13236??2016-11-14?11:41??1314010840-陳儼蕾\03設計階段\crebas.sql
?????文件?????250880??2016-11-14?21:08??1314010840-陳儼蕾\03設計階段\film影視平臺_數據庫設計說明書\film影視平臺_數據庫設計說明書.doc
?????文件?????123462??2016-11-14?21:05??1314010840-陳儼蕾\03設計階段\film項目的概念模型\film概念模型.cdm
?????文件?????156559??2016-11-14?21:05??1314010840-陳儼蕾\03設計階段\film項目的物理模型\film數據模型.pdm
?????文件???????1515??2016-11-14?14:26??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\.classpath
?????文件???????1217??2016-11-08?20:23??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\.project
?????文件????????639??2016-11-07?14:18??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\.settings\.jsdtscope
?????文件????????191??2016-11-08?20:23??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\.settings\org.eclipse.core.resources.prefs
?????文件????????430??2016-11-08?20:23??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\.settings\org.eclipse.jdt.core.prefs
?????文件?????????90??2016-11-07?14:18??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\.settings\org.eclipse.m2e.core.prefs
?????文件????????754??2016-11-07?14:23??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\.settings\org.eclipse.wst.common.component
?????文件????????252??2016-11-07?14:18??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2016-11-07?14:18??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2016-11-07?14:18??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件?????????50??2016-11-07?14:18??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\.settings\org.eclipse.wst.validation.prefs
?????文件???????5743??2016-11-07?08:57??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\pom.xm
?????文件???????1652??2016-11-06?17:05??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\src\main\java\cn\edu\nuc\film\common\PageControl.java
?????文件????????551??2016-11-06?17:05??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\src\main\java\cn\edu\nuc\film\common\Pager.java
?????文件????????749??2016-11-06?20:43??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\src\main\java\cn\edu\nuc\film\common\Parameter.java
?????文件???????1906??2016-11-06?19:46??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\src\main\java\cn\edu\nuc\film\common\UnitHelper.java
?????文件???????4721??2016-11-08?16:36??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\src\main\java\cn\edu\nuc\film\controller\FilmCityController.java
?????文件??????10248??2016-11-14?14:05??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\src\main\java\cn\edu\nuc\film\controller\FilmController.java
?????文件???????4703??2016-11-07?14:43??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\src\main\java\cn\edu\nuc\film\controller\FilmTypeController.java
?????文件???????3820??2016-11-06?23:50??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\src\main\java\cn\edu\nuc\film\controller\FunctionController.java
?????文件???????2763??2016-11-13?17:37??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\src\main\java\cn\edu\nuc\film\controller\OrderController.java
?????文件????????153??2016-11-11?17:48??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\src\main\java\cn\edu\nuc\film\controller\RemainController.java
?????文件???????3897??2016-11-09?09:39??1314010840-陳儼蕾\04編碼測試階段\代碼\filmtest\src\main\java\cn\edu\nuc\film\controller\ReviewController.java
............此處省略978個文件信息
評論
共有 條評論