91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 8.08MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-10
  • 語言: Java
  • 標簽: JSP??

資源簡介

JSP校園新聞網源代碼+數據庫 值得一用

資源截圖

代碼片段和文件信息

package?com.jhdx.controler.action;

import?java.text.SimpleDateFormat;
import?java.util.Date;
import?java.util.List;
import?java.util.Map;

import?com.jhdx.model.entity.Comment;
import?com.jhdx.model.entity.Doubledeckid;
import?com.jhdx.model.service.CommentService;
import?com.opensymphony.xwork2.ActionContext;

public?class?CommentAction?{

private?CommentService?commentService;
private?Integer?pageIndex=1;
public?Comment?comment;
private?Doubledeckid?dou;

// public?String?allComment(){
// List?comList=commentService.allCommentService();
// List?douList=commentService.allDoubledeckid();
// int?num=commentService.countCommentService();//獲取總計評數量
// int?totalPage=(num-1)/6;//計算總頁數
// //頁數最大值和最小值的限定
// if(pageIndex>=totalPage){
// pageIndex=totalPage;
// }
// if(pageIndex<=1){
// pageIndex=1;
// }
// Mapject>?session=ActionContext.getContext().getSession();
// session.put(“comList“?comList);
// session.put(“douList“?douList);
// session.put(“totalPage“?totalPage);
// session.put(“pageIndex“?pageIndex);
// return?“allComment“;
// }

public?String?addComment(){
Mapject>?session=ActionContext.getContext().getSession();
//若用戶未登錄,則跳轉至登錄頁面
if(session.get(“cus_login“)==null)
return?“login“;
//添加時間
Date?now?=?new?Date();
SimpleDateFormat?df?=?new?SimpleDateFormat(“yyyy-MM-dd?HH:mm:ss“);
String?publishTime=df.format(now);
comment.setPublishTime(publishTime);
commentService.addcommentService(comment);
return?“addComment“;
}
public?String?addDou(){
Mapject>?session=ActionContext.getContext().getSession();
//若用戶未登錄,則跳轉至登錄頁面
if(session.get(“cus_login“)==null)
return?“login“;
//添加時間
Date?now?=?new?Date();
SimpleDateFormat?df?=?new?SimpleDateFormat(“yyyy-MM-dd?HH:mm:ss“);
String?publishTime=df.format(now);
dou.setPublishTime(publishTime);
commentService.addDoubledeckidService(dou);
return?“addDou“;
}


public?CommentService?getCommentService()?{
return?commentService;
}

public?void?setCommentService(CommentService?commentService)?{
this.commentService?=?commentService;
}

public?Integer?getPageIndex()?{
return?pageIndex;
}

public?void?setPageIndex(Integer?pageIndex)?{
this.pageIndex?=?pageIndex;
}


public?Comment?getComment()?{
return?comment;
}


public?void?setComment(Comment?comment)?{
this.comment?=?comment;
}

public?Doubledeckid?getDou()?{
return?dou;
}

public?void?setDou(Doubledeckid?dou)?{
this.dou?=?dou;
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-19?10:24??校園新聞\
?????文件???????69576??2017-04-05?09:17??校園新聞\news_02.sql
?????目錄???????????0??2017-06-19?10:24??校園新聞\News_SSH_3_21\
?????文件????????2040??2017-03-22?14:43??校園新聞\News_SSH_3_21\.classpath
?????文件?????????439??2017-03-29?00:49??校園新聞\News_SSH_3_21\.myhibernatedata
?????文件????????1546??2017-03-21?15:10??校園新聞\News_SSH_3_21\.project
?????目錄???????????0??2017-06-19?10:24??校園新聞\News_SSH_3_21\.settings\
?????文件?????????522??2017-03-21?14:20??校園新聞\News_SSH_3_21\.settings\.jsdtscope
?????文件?????????246??2017-03-29?11:17??校園新聞\News_SSH_3_21\.settings\com.genuitec.eclipse.core.prefs
?????文件?????????304??2017-03-21?14:25??校園新聞\News_SSH_3_21\.settings\com.genuitec.runtime.libraries.xml
?????文件?????????364??2017-03-21?14:20??校園新聞\News_SSH_3_21\.settings\org.eclipse.jdt.core.prefs
?????文件?????????500??2017-03-21?14:20??校園新聞\News_SSH_3_21\.settings\org.eclipse.wst.common.component
?????文件?????????481??2017-03-21?14:21??校園新聞\News_SSH_3_21\.settings\org.eclipse.wst.common.project.facet.core.prefs.xml
?????文件?????????563??2017-03-21?14:25??校園新聞\News_SSH_3_21\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2017-03-21?14:20??校園新聞\News_SSH_3_21\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2017-03-21?14:20??校園新聞\News_SSH_3_21\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件?????????425??2017-03-21?14:25??校園新聞\News_SSH_3_21\.springBeans
?????目錄???????????0??2017-06-19?10:24??校園新聞\News_SSH_3_21\src\
?????文件????????3851??2017-03-29?11:20??校園新聞\News_SSH_3_21\src\applicationContext.xml
?????目錄???????????0??2017-06-19?10:24??校園新聞\News_SSH_3_21\src\com\
?????目錄???????????0??2017-06-19?10:24??校園新聞\News_SSH_3_21\src\com\jhdx\
?????目錄???????????0??2017-06-19?10:24??校園新聞\News_SSH_3_21\src\com\jhdx\controler\
?????目錄???????????0??2017-06-19?10:24??校園新聞\News_SSH_3_21\src\com\jhdx\controler\action\
?????文件????????2745??2017-03-29?16:58??校園新聞\News_SSH_3_21\src\com\jhdx\controler\action\CommentAction.java
?????文件????????3234??2017-03-30?07:47??校園新聞\News_SSH_3_21\src\com\jhdx\controler\action\CustomerAction.java
?????文件????????1031??2017-03-23?11:29??校園新聞\News_SSH_3_21\src\com\jhdx\controler\action\NewManagerAction.java
?????文件????????8925??2017-03-31?10:57??校園新聞\News_SSH_3_21\src\com\jhdx\controler\action\NewsAction.java
?????文件????????1879??2017-03-27?14:03??校園新聞\News_SSH_3_21\src\com\jhdx\controler\action\Test.java
?????目錄???????????0??2017-06-19?10:24??校園新聞\News_SSH_3_21\src\com\jhdx\model\
?????目錄???????????0??2017-06-19?10:24??校園新聞\News_SSH_3_21\src\com\jhdx\model\dao\
?????文件?????????788??2017-03-29?14:39??校園新聞\News_SSH_3_21\src\com\jhdx\model\dao\CommentDao.java
............此處省略246個文件信息

評論

共有 條評論