博主介绍:✌在职Java研发工程师、专注于程序设计、源码分享、技术交流、专注于Java技术领域和毕业设计✌
项目名称
基于SSM的爱心互助及物品回收管理系统
下载地址
基于SSM的爱心互助及物品回收管理系统
视频演示
基于SSM的爱心互助及物品回收管理系统_哔哩哔哩_bilibili
系统介绍
3.2 需求分析
基于SSM的爱心互助及物品回收管理系统的主要功能角色包括受捐者、管理员以及捐赠者三个方面,首先受捐者进行系统注册并进行登录,登录后填写受捐表单,捐赠者选中受捐对象后,填写捐赠表单,管理员后台审核,如果审核通过即可完成业务流程,如果审核不通过则返回给捐赠者重新填写捐赠表单。具体流程图见图3.1所示。
编辑
图3.1 系统数据流图(1层)
从功能模块的划分上分为前台系统和后台系统:
前台功能包括了:首页模块、网站公告模块、爱心信息模块、求助信息模块、物品回收模块、捐款信息模块、留言反馈模块、个人中心模块、登录模块以及注册模块。
后台功能包括了:登录模块、个人中心(修改密码、个人信息)、网站公告模块、用户管理模块、爱心信息模块、捐赠信息管理模块、求助信息管理模块、求助信息管理模块、援助信息管理模块、物品回收管理模块、爱心支取管理模块、捐赠信息管理模块、我的收藏管理模块、管理员管理模块、留言板管理模块、系统管理模块(轮播图管理、新闻咨询管理模块)。
通过前台用户和管理员后台的数据操作,系统后台通过接口的形式与前台进行数据传输,通过数据库的数据增加、修改、删除与查询操作保证数据的一致性。
4 系统设计
4.1 系统总体设计
对于系统的搭建需要参考软件设计的标准规范,而不是根据自己的编码经验进行开发,比如对于对象实体的字段命名需要使用驼峰法进行书写,对于数据库的字段类型设计需要根据业务的实际进行设计并且准寻储存量越小越好的原则,因为随着系统体量的增大,有可能会对系统的查询、修改等操作有影响。
一个项目的开始是最重要的,所以前期的需求分析和功能分析是关键,否者后期开发出来后,项目的效果也不会是预期想象那样。从客观和主观的角度上思考分析该项目的需求来源,再针对需求定制功能分析,功能确定后设计数据库表关联,才是开发以及最后的重点项目测试。测试完成可以该项目在第一阶段才算告一段落。
为了完成这一课题从论文设计到系统的搭建,拥有一套完整的技术框架知识以及业务知识是十分重要的,首先我们需要对系统的业务需求进行调查,通过文献的查询以及实际的用户需求上进行调研,其次需要对各种技术进行挑选,选择我们需要的技术语言以及框架结构猜呢能够游刃有余的将系统开发出来。
本次系统选用的是Java这一开发语言,Java因为其强大的API实现收到了很多开发者的喜爱,有时候其他语言需要用很长的一段代码写出来的东西,Java已经实现了这个方法,我们只需要调用其中的一个API即可。数据库我们悬着的是Mysql数据库,最后技术选好了需要对系统进行开发并且对论文设计进行推敲,并且系统的测试也是十分必要的。系统的功能结构图如下图所示。
编辑
图4.1系统功能结构图
4.2 系统详细设计
根据需求对系统的进行设计,其中包括用例图、类图、顺序图、活动图、功能模块图。系统角色包括受捐者、管理员以及捐赠者。功能层次结构见图2所示。具体功能包括:
①前台主要功能
a.爱心信息。用户可以在爱心信息当中查看需要捐助的对象并已于爱心捐助。
b.捐款信息。用户捐款信息中查看个人捐款信息。
c.新闻咨询。用户在当前功能页面下查看系统的新闻信息文章。
d.留言反馈。用户还可以在留言反馈当中写下自己的留言信息,提交给管理员进行查看。
e.提交求助信息。受捐者可以在求助信息中查看求助对象信息并填写表单请求捐助审核。
f.捐赠品浏览。受捐者可以在物品回收当中查看待回收物品,请求爱心支取。
②后台主要功能
a.网站公告管理。管理员管理公告信息,公告信息将会在前台用户界面上展示。
b.用户管理。对所有前台用户的信息进行查看修改、删除等功能。
c.爱心信息管理。对用户的爱心捐助进行管理并提供评价功能。
d.求助信息管理。对求助信息进行进行管理并提供评价功能。
e.物品回收管理。对回收物品做出增删改查功能管理。
f.系统管理。管理员对轮播图、新闻咨询等信息进行管理。
g.留言管理。对用户提交的留言信息进行查看并进行回复反馈。
h.回收定损。管理员对回收的物品进行定损管理。
4.3 数据库设计
数据库是本系统的核心和基础。一个好的项目离不开一个好的数据库设计,初期就需要考虑项目未来拓展的方向和内容,保留出合理的数据库结构,为未来发展埋下成长的果实,然后再考虑到现在项目的方方面面内容,以及相关的关联性,把字段变成表,表和表合成库,最后达到一个完整成熟的形态。
数据库的设计将会直接影响到项目的流程和便携性,如果没有设计好,甚至可能后期将和原设计功能背道而驰。最开始先梳理清楚项目流程和需求,在更具需求设计功能,建立二者的基础上设计数据库,既满足功能并且保留一定的拓展性,为后期修改保留一定空间,必然后期修改不便。
环境需要
1.运行环境:最好是java jdk 1.8,我们在这个平台上运行的。其他版本理论上也可以。
2.IDE环境:IDEA,Eclipse,Myeclipse都可以。推荐IDEA;
3.tomcat环境:Tomcat 7.x,8.x,9.x版本均可
4.硬件环境:windows 7/8/10 1G内存以上;或者 Mac OS;
5.数据库:MySql 5.7版本;
6.是否Maven项目:否;
技术栈
- 后端:Spring+SpringMVC+Mybatis
- 前端:JSP+CSS+JavaScript+jQuery
使用说明
- 使用Navicat或者其它工具,在mysql中创建对应名称的数据库,并导入项目的sql文件;
- 使用IDEA/Eclipse/MyEclipse导入项目,Eclipse/MyEclipse导入时,若为maven项目请选择maven;
若为maven项目,导入成功后请执行maven clean;maven install命令,然后运行; - 将项目中springmvc-servlet.xml配置文件中的数据库配置改为自己的配置;
- 运行项目,在浏览器中输入http://localhost:8080/ 登录
运行截图
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
编辑
用户管理控制层:
package com.houserss.controller;
import javax.servlet.http.HttpSession;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody;
import com.houserss.common.Const;
import com.houserss.common.Const.Role;
import com.houserss.common.ServerResponse;
import com.houserss.pojo.User;
import com.houserss.service.IUserService;
import com.houserss.service.impl.UserServiceImpl;
import com.houserss.util.MD5Util;
import com.houserss.util.TimeUtils;
import com.houserss.vo.DeleteHouseVo;
import com.houserss.vo.PageInfoVo;
/**
- Created by admin
*/
@Controller
@RequestMapping(“/user/”)
public class UserController {
@Autowired
private IUserService iUserService;
/**
* 用户登录
* @param username
* @param password
* @param session
* @return
*/
@RequestMapping(value = "login.do",method = RequestMethod.POST)
@ResponseBody
public ServerResponse login(User user,String uvcode, HttpSession session){
String code = (String)session.getAttribute("validationCode");
if(StringUtils.isNotBlank(code)) {
if(!code.equalsIgnoreCase(uvcode)) {
return ServerResponse.createByErrorMessage("验证码不正确");
}
}
ServerResponse response = iUserService.login(user.getUsername(),user.getPassword());
if(response.isSuccess()){
session.setAttribute(Const.CURRENT_USER,response.getData());
}
return response;
}
}
管理员管理控制层:
package com.sxl.controller.admin;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import com.sxl.controller.MyController;
@Controller(“adminController”)
@RequestMapping(value = “/admin”)
public class AdminController extends MyController {
@RequestMapping(value = "/index")
public String frame(Model model, HttpServletRequest request)throws Exception {
return "/admin/index";
}
@RequestMapping(value = "/main")
public String main(Model model, HttpServletRequest request)throws Exception {
return "/admin/main";
}
@RequestMapping(value = "/tj1")
public String tj1(Model model, HttpServletRequest request)throws Exception {
String sql="select DATE_FORMAT(insertDate,'%Y-%m-%d') dates,sum(allPrice) price from t_order order by DATE_FORMAT(insertDate,'%Y-%m-%d') desc";
List
}
修改密码业务逻辑:
package com.sxl.controller.admin;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import com.sxl.controller.MyController;
@Controller(“userController”)
@RequestMapping(value = “/user”)
public class UserController extends MyController {
@RequestMapping(value = "/index")
public String frame(Model model, HttpServletRequest request)throws Exception {
return "/user/index";
}
@RequestMapping(value = "/main")
public String main(Model model, HttpServletRequest request)throws Exception {
return "/user/main";
}
@RequestMapping(value = "/password")
public String password(Model model, HttpServletRequest request)throws Exception {
return "/user/password";
}
@RequestMapping(value = "/changePassword")
public ResponseEntity loginSave(Model model,HttpServletRequest request,String oldPassword,String newPassword) throws Exception {
Map user = getUser(request);
if(oldPassword.equals(user.get("password").toString())){
String sql="update t_user set password=? where id=?";
db.update(sql, new Object[]{newPassword,user.get("id")});
return renderData(true,"1",null);
}else{
return renderData(false,"1",null);
}
}
@RequestMapping(value = "/mine")
public String mine(Model model, HttpServletRequest request)throws Exception {
Map user =getUser(request);Map map = db.queryForMap(“select * from t_user where id=?”,new Object[]{user.get(“id”)});model.addAttribute(“map”, map); return “/user/mine”;
}
@RequestMapping(value = "/mineSave")
public ResponseEntity mineSave(Model model,HttpServletRequest request,Long id
,String username,String password,String name,String gh,String mobile) throws Exception{
int result = 0;
String sql="update t_user set name=?,gh=?,mobile=? where id=?";
result = db.update(sql, new Object[]{name,gh,mobile,id});
if(result==1){
return renderData(true,"操作成功",null);
}else{
return renderData(false,"操作失败",null);
}
}
}
通用管理模块:
package com.sxl.controller;
import java.nio.charset.Charset;
import java.util.Locale;
import java.util.ResourceBundle;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import com.sxl.util.JacksonJsonUtil;
import com.sxl.util.StringUtil;
import com.sxl.util.SystemProperties;
public class BaseController {
public static final Long EXPIRES_IN = 1000 * 3600 * 24 * 1L;// 1天
@Autowired
private SystemProperties systemProperties;
/**
* 获得配置文件内容
*/
public String getConfig(String key) {
return systemProperties.getProperties(key);
}
/**
* 返回服务器地址 like http://192.168.1.1:8441/UUBean/
*/
public String getHostUrl(HttpServletRequest request) {
String hostName = request.getServerName();
Integer hostPort = request.getServerPort();
String path = request.getContextPath();
if (hostPort == 80) {
return "http://" + hostName + path + "/";
} else {
return "http://" + hostName + ":" + hostPort + path + "/";
}
}
/***
* 获取当前的website路径 String
*/
public static String getWebSite(HttpServletRequest request) {
String returnUrl = request.getScheme() + "://"
+ request.getServerName();
if (request.getServerPort() != 80) {
returnUrl += ":" + request.getServerPort();
}
returnUrl += request.getContextPath();
return returnUrl;
}
/**
* 初始化HTTP头.
*
* @return HttpHeaders
*/
public HttpHeaders initHttpHeaders() {
HttpHeaders headers = new HttpHeaders();
MediaType mediaType = new MediaType("text", "html",
Charset.forName("utf-8"));
headers.setContentType(mediaType);
return headers;
}
/**
* 返回 信息数据
*
* @param status
* @param msg
* @return
*/
public ResponseEntity renderMsg(Boolean status, String msg) {
if (StringUtils.isEmpty(msg)) {
msg = "";
}
String str = "{"status":"" + status + "","msg":"" + msg + ""}";
ResponseEntity responseEntity = new ResponseEntity(str,
initHttpHeaders(), HttpStatus.OK);
return responseEntity;
}
/**
* 返回obj数据
*
* @param status
* @param msg
* @param obj
* @return
*/
public ResponseEntity renderData(Boolean status, String msg,
Object obj) {
if (StringUtils.isEmpty(msg)) {
msg = "";
}
StringBuffer sb = new StringBuffer();
sb.append("{");
sb.append(""status":"" + status + "","msg":"" + msg + "",");
sb.append(""data":" + JacksonJsonUtil.toJson(obj) + "");
sb.append("}");
ResponseEntity responseEntity = new ResponseEntity(
sb.toString(), initHttpHeaders(), HttpStatus.OK);
return responseEntity;
}
/***
* 获取IP(如果是多级代理,则得到的是一串IP值)
*/
public static String getIpAddr(HttpServletRequest request) {
String ip = request.getHeader("x-forwarded-for");
if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
ip = request.getHeader("Proxy-Client-IP");
}
if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
ip = request.getHeader("WL-Proxy-Client-IP");
}
if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {
ip = request.getRemoteAddr();
}
if (ip != null && ip.length() > 0) {
String[] ips = ip.split(",");
for (int i = 0; i
}
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
相关推荐: SAP Commerce Cloud 2205 生成本地用于开发目的的 license key
参考 note. 打开应用:https://launchpad.support.sap.com/#/licensekey/wizard/install… 点击 Add System 按钮: 这是我过去申请过的,版本是 2105: 从下拉菜单里选择各个字段的…