• 大小: 23.59MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-27
  • 语言: Java
  • 标签: JAVA源代  

资源简介

完整的一个信息管理系统的JAVA源代码,适合学习JAVA的人借鉴

资源截图

代码片段和文件信息

package com.sums.action;

import java.io.File;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.List;
import java.util.Map;

import org.apache.commons.io.FileUtils;
import org.apache.struts2.ServletActionContext;
import org.apache.struts2.interceptor.RequestAware;

import com.opensymphony.xwork2.ActionSupport;
import com.sums.domain.Activity;
import com.sums.domain.Department;
import com.sums.domain.LoadTools;
import com.sums.domain.Page;
import com.sums.service.ActivityService;
import com.sums.service.DepartmentService;

public class ActivityAction extends ActionSupport implements RequestAware {
private Page page;
private int currentPage;
private Mapject> request;
private Activity activity;
private ActivityService activityService;
private LoadTools loadTool = new LoadTools();
private String downFile;
private InputStream inputStream;

public String getDownFile() throws UnsupportedEncodingException {
downFile = URLEncoder.encode(downFile “uft-8“);
return downFile;
}

public void setDownFile(String downFile) throws UnsupportedEncodingException {
downFile = new String(downFile.getBytes(“iso-8859-1“)“utf-8“);
this.downFile = downFile;
}



public InputStream getInputStream() {
inputStream = ServletActionContext.getServletContext().getResourceAsStream(“/file/activityRecord/“+downFile);
return inputStream;
}

public void setInputStream(InputStream inputStream) {
this.inputStream = inputStream;
}

public LoadTools getLoadTool() {
return loadTool;
}

public void setLoadTool(LoadTools loadTool) {
this.loadTool = loadTool;
}

public Page getPage() {
return page;
}

public void setPage(Page page) {
this.page = page;
}

public int getCurrentPage() {
return currentPage;
}

public void setCurrentPage(int currentPage) {
this.currentPage = currentPage;
}

public Activity getActivity() {
return activity;
}

public void setActivity(Activity activity) {
this.activity = activity;
}

public ActivityService getActivityService() {
return activityService;
}

public void setActivityService(ActivityService activityService) {
this.activityService = activityService;
}

public void setRequest(Mapject> request) {
  this.request = request;
}

public String findAddActivityPage() throws Exception {
return “success“;
}
public String addActivity() throws Exception {
activityService.addActivity(activity);
String path = ServletActionContext.getServletContext().getRealPath(“/file/activityRecord/“+loadTool.getUpfileFileName());
File file = new File(path);
FileUtils.copyFile(loadTool.getUpfile() file);
this.page = activityService.findActivityByPage(currentPage activity);
request.put(“addActiviy“ “活动记录信息添加成功!查看其它信息请按GO键!“);
return “success“;
}
    
public String updateActivity() throws Excep

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-11-19 16:28  学生会信息管理系统Java源代码\
     目录           0  2019-03-11 19:02  学生会信息管理系统Java源代码\StudentUnionManagerSystem\
     文件        5790  2016-05-03 09:33  学生会信息管理系统Java源代码\StudentUnionManagerSystem\.classpath
     文件         349  2016-06-01 10:56  学生会信息管理系统Java源代码\StudentUnionManagerSystem\.mymetadata
     文件          66  2016-04-17 15:25  学生会信息管理系统Java源代码\StudentUnionManagerSystem\.myumldata
     文件        1431  2016-04-17 21:17  学生会信息管理系统Java源代码\StudentUnionManagerSystem\.project
     目录           0  2018-11-19 16:28  学生会信息管理系统Java源代码\StudentUnionManagerSystem\.settings\
     文件         500  2016-04-17 15:11  学生会信息管理系统Java源代码\StudentUnionManagerSystem\.settings\.jsdtscope
     文件        1040  2016-04-25 20:55  学生会信息管理系统Java源代码\StudentUnionManagerSystem\.settings\com.genuitec.eclipse.j2eedt.core.prefs
     文件          88  2016-04-26 15:17  学生会信息管理系统Java源代码\StudentUnionManagerSystem\.settings\org.eclipse.core.resources.prefs
     文件         330  2016-04-17 15:11  学生会信息管理系统Java源代码\StudentUnionManagerSystem\.settings\org.eclipse.jdt.core.prefs
     文件          49  2016-04-17 15:11  学生会信息管理系统Java源代码\StudentUnionManagerSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2016-04-17 15:11  学生会信息管理系统Java源代码\StudentUnionManagerSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2019-03-11 19:02  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\
     文件         845  2016-05-26 00:23  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\404.jsp
     文件         908  2016-05-30 16:51  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\500.jsp
     目录           0  2018-11-19 16:28  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\meta-INF\
     文件          36  2016-04-17 15:11  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\meta-INF\MANIFEST.MF
     目录           0  2018-11-19 16:28  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\
     目录           0  2018-11-19 16:28  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\
     文件       12998  2016-06-01 12:19  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\applicationContext.xml
     目录           0  2018-11-19 16:28  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\com\
     目录           0  2018-11-19 16:28  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\com\sums\
     目录           0  2018-11-19 16:28  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\com\sums\action\
     文件        6487  2016-06-01 10:56  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\com\sums\action\ActivityAction.class
     文件        5927  2016-06-01 10:56  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\com\sums\action\ActivityInformAction.class
     文件        3452  2016-06-01 10:56  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\com\sums\action\ArrangementAction.class
     文件        3710  2016-06-01 10:56  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\com\sums\action\BillAction.class
     文件        7819  2016-06-01 10:56  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\com\sums\action\CheckActivityAction.class
     文件        5929  2016-06-01 10:56  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\com\sums\action\CheckInAction.class
     文件        3941  2016-06-01 10:56  学生会信息管理系统Java源代码\StudentUnionManagerSystem\WebRoot\WEB-INF\classes\com\sums\action\DepartmentAction.class
............此处省略522个文件信息

评论

共有 条评论