資源簡(jiǎn)介
Web精品課程系統(tǒng)網(wǎng)站,這是我們大三畢業(yè)設(shè)計(jì),希望能對(duì)你們有用
由于我不能上傳過大的軟件,所以我把需要的jar分離出來上傳,免費(fèi)下載,(*^__^*) 嘻嘻……
資源名字為:Web精品課程系統(tǒng)網(wǎng)站_jar包
代碼片段和文件信息
package?action;
import?java.io.IOException;
import?java.util.List;
import?java.util.Map;
import?javax.servlet.http.HttpServletRequest;
import?org.apache.struts2.ServletActionContext;
import?org.apache.struts2.interceptor.ServletRequestAware;
?
import?com.opensymphony.xwork2.ActionContext;
import?com.opensymphony.xwork2.ActionSupport;
import??domain.Xnimage;
import??service.Xnimageservice;
/*implements?ServletRequestAware*/
public?class?adminAction?extends?ActionSupport?{
?
/*private?HttpServletRequest?request;
public?void?setServletRequest(HttpServletRequest?request)?{
??????this.request=request;
???}*/
?private?int?page;
?public?void?setPage(int?page)?{
this.page?=?page;
}
?
private?static?final?long?serialVersionUID?=?1L;
private?Xnimageservice?xnimageservice;
public?Xnimageservice?getXnimageservice()?{
return?xnimageservice;
}
public?void?setXnimageservice(Xnimageservice?x)?{
this.xnimageservice?=?x;
}?
??
public?String?execute()??????{
??try?{????
??HttpServletRequest?request?=??ServletActionContext.getRequest();?
???? if?(page?<=0?)?{
???? page?=?1;
???? }??
????
???? ??List?lb2?=?xnimageservice.findAll();?
???? ?
???? ?object[]?o?=?xnimageservice.findonepage(page?5);
???? Integer?totpage??=?(Integer)?o[0];//?總頁數(shù)
???? List?lb?=?(List)?o[1];???
???? /*request.put(“totpage“?totpage);//?將totpage放入Request對(duì)象中
???? request.put(“List“?lb);//?將lb放入Request對(duì)象中
????? request.put(“page“?page);
????????????request.put(“fff“?lb2);?*/?
???? request.setAttribute(“page“?page);
???? ??request.setAttribute(“totpage“?totpage);//?將totpage放入Request對(duì)象中
???? request.setAttribute(“List“?lb);//?將lb放入Request對(duì)象中
????????????????request.setAttribute(“fff“?lb2);???
???? }?catch?(Exception?e)?{
?
e.printStackTrace();
}??
?????
?????????return?SUCCESS;
???}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1997??2010-12-13?01:38??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\.classpath
?????文件????????294??2010-12-12?20:32??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\.myme
?????文件???????1225??2010-12-13?01:32??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\.project
?????文件???????1964??2010-12-13?01:56??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\action\adminAction.java
?????文件???????1965??2010-12-13?01:57??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\action\courseAction.java
?????文件???????5060??2010-12-14?11:26??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\action\downloadAction.java
?????文件???????1530??2010-12-13?14:02??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\action\jspAction.java
?????文件???????5136??2010-12-13?21:21??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\action\xnimageAction.java
?????文件????????392??2010-12-13?21:49??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\dao\DownloadDAO.java
?????文件???????1564??2010-12-13?21:51??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\dao\DownloadDAOImpl.java
?????文件????????499??2010-12-13?01:42??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\dao\XnimageDAO.java
?????文件???????2225??2010-12-13?01:42??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\dao\XnimageDAOImpl.java
?????文件????????677??2010-12-13?21:44??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\domain\Download.hbm.xm
?????文件????????454??2010-12-13?22:14??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\domain\Download.java
?????文件????????685??2010-12-13?14:57??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\domain\Xnimage.hbm.xm
?????文件????????490??2010-12-13?01:42??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\domain\Xnimage.java
?????文件????????325??2010-12-13?21:53??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\service\Downloadservice.java
?????文件???????1501??2010-12-13?22:20??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\service\DownloadserviceImpl.java
?????文件????????419??2010-12-13?01:42??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\service\Xnimageservice.java
?????文件???????1741??2010-12-13?01:42??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\service\XnimageserviceImpl.java
?????文件???????2942??2010-12-14?22:11??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\src\struts.xm
?????文件???12673769??2010-12-20?19:52??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\webjpkc.war
?????文件???????5631??2010-12-14?13:36??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\WebRoot\3d.jsp
?????文件???????2741??2010-12-13?02:45??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\WebRoot\backjsp\bbxxs.jsp
?????文件?????????96??2010-12-13?02:46??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\WebRoot\backjsp\bjsdw.jsp
?????文件???????2883??2010-12-13?02:45??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\WebRoot\backjsp\bkcdw.jsp
?????文件???????6868??2010-12-13?02:45??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\WebRoot\backjsp\bkcsj.jsp
?????文件??????11536??2010-12-13?02:45??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\WebRoot\backjsp\bnrxq.jsp
?????文件???????1296??2010-12-13?05:01??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\WebRoot\backjsp\bnrzz.jsp
?????文件???????1189??2010-12-13?02:45??Web精品課程系統(tǒng)網(wǎng)站\webjpkc\WebRoot\backjsp\bxwhj.jsp
............此處省略393個(gè)文件信息
評(píng)論
共有 條評(píng)論