文末获取源码
开发语言:Java
框架:springboot
JDK版本:JDK1.8
服务器:tomcat7
数据库:mysql 5.7/8.0
数据库工具:Navicat11
开发软件:eclipse/myeclipse/idea
Maven包:Maven3.3.9
浏览器:谷歌浏览器
小程序框架:uniapp
小程序开发软件:HBuilder X
小程序运行软件:微信开发者
目录
一、前言介绍
二、功能分析
2.1管理员功能需求
2.2用户功能需求
2.3驾校教练功能需求
2.4功能结构
三、小程序端
3.1用户登录模块
3.2用户注册模块
3.3用户首页模块
3.4驾校信息模块
3.5用户我的模块
五、后台模块
5.1后台登录模块
5.2管理员功能模块
5.3用户管理模块
5.4驾校教练管理模块
5.5驾校信息管理模块
六、驾校教练功能模块
6.1预约教练管理模块
6.2课程安排管理模块
七、部分核心代码
7.1预约教练关键代码
7.2登录系统主要代码
7.3上传文件关键代码
驾校报名的需求和管理上的不断提升,驾校报名管理的潜力将无限扩大,驾校报名小程序在业界被广泛关注,本网站及对此进行总体分析,将驾校报名信息管理的发展提供参考。驾校报名小程序对驾校报名有着明显的带动效应,尤其对当地驾校报名的管理帮助更大。
本系统主要包括管理员,用户和驾校教练;主要包括首页、个人中心、用户管理、驾校教练管理、驾校信息管理、驾校报名管理、驾校车辆管理、预约教练管理、车辆预约管理、驾校考试管理、考试报名管理、课程安排管理、课程进度管理、系统管理等功能的管理系统。
考虑到实际生活中在驾校报名管理方面的需要以及对该系统认真的分析,将系统权限按管理员,用户和驾校教练这三类涉及用户划分。
管理员登陆后,主要包括首页、个人中心、用户管理、驾校教练管理、驾校信息管理、驾校报名管理、驾校车辆管理、预约教练管理、车辆预约管理、驾校考试管理、考试报名管理、课程安排管理、课程进度管理、系统管理等功能。管理员用例图如图
用户登陆后进入小程序首页,可以实现首页、通知公告、我的等,在我的页面可以对驾校报名、预约教练、车辆预约、考试报名、课程安排、课程进度、在线咨询等功能进行详细操作。用户用例图如图
驾校教练主要包括首页、个人中心、预约教练管理、车辆预约管理、考试报名管理、课程安排管理、课程进度管理等功能。驾校教练用例图如图
为了更好的去理清本系统整体思路,对该系统以结构图的形式表达出来,设计实现该驾校报名小程序的功能结构图如下所示
用户通过输入账号和密码,选择角色并点击登录进行系统登录操作
在用户注册页面通过填写用户账号、用户姓名、密码、确认密码、性别、年龄、电话等信息进行注册操作;如图
用户登陆小程序端,可以对首页、通知公告、我的等功能进行详细操作,如图
在驾校信息页面可以查看负责人、驾校名称、联系方式、学费、驾校地址、图片、成立时间、驾校简介等信息,并根据需要进行报名,评论和收藏等操作
在我的页面可以对驾校报名、预约教练、车辆预约、考试报名、课程安排、课程进度、在线咨询等详细信息进行操作,如图
管理员和驾校教练通过输入账号、密码,选择角色并点击登录进行系统登录操作
管理员登陆系统后,可以对首页、个人中心、用户管理、驾校教练管理、驾校信息管理、驾校报名管理、驾校车辆管理、预约教练管理、车辆预约管理、驾校考试管理、考试报名管理、课程安排管理、课程进度管理、系统管理等功能进行相应操作
在用户管理页面可以对索引、用户账号、用户姓名、性别、年龄等内容进行详情、修改或删除等操作,如图
在驾校教练管理页面可以对索引、教练姓名、教练账号、年龄、性别、头像、联系电话、通过率等内容进行详情,修改,查看评论和删除操作
在驾校信息管理页面可以对索引、驾校名称、负责人、联系方式、学费、封面、驾校地址、成立时间等内容进行详情,修改,查看评论和删除操作
驾校教练登陆系统后,可以对首页、个人中心、预约教练管理、车辆预约管理、考试报名管理、课程安排管理、课程进度管理等功能进行相应操作,如图
在预约教练管理页面可以对索引、教练账号、教练姓名、头像、联系电话、用户账号、用户姓名、预约时间等内容进行详情和课表操作
在课程安排管理页面可以对索引、用户账号、用户姓名、更新时间、教练账号、教练姓名等内容进行详情、修改或删除等操作
/**
* 预约教练
* 后端接口
* @author
* @email
* @date 2022-03-04 16:42:01
*/
@RestController
@RequestMapping("/yuyuejiaolian")
public class YuyuejiaolianController {
@Autowired
private YuyuejiaolianService yuyuejiaolianService;
/**
* 后端列表
*/
@RequestMapping("/page")
public R page(@RequestParam Map params,YuyuejiaolianEntity yuyuejiaolian,
HttpServletRequest request){
String tableName = request.getSession().getAttribute("tableName").toString();
if(tableName.equals("jiaxiaojiaolian")) {
yuyuejiaolian.setJiaolianzhanghao((String)request.getSession().getAttribute("username"));
}
if(tableName.equals("yonghu")) {
yuyuejiaolian.setYonghuzhanghao((String)request.getSession().getAttribute("username"));
}
EntityWrapper ew = new EntityWrapper();
PageUtils page = yuyuejiaolianService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, yuyuejiaolian), params), params));
return R.ok().put("data", page);
}
/**
* 前端列表
*/
@RequestMapping("/list")
public R list(@RequestParam Map params,YuyuejiaolianEntity yuyuejiaolian,
HttpServletRequest request){
EntityWrapper ew = new EntityWrapper();
PageUtils page = yuyuejiaolianService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, yuyuejiaolian), params), params));
return R.ok().put("data", page);
}
/**
* 列表
*/
@RequestMapping("/lists")
public R list( YuyuejiaolianEntity yuyuejiaolian){
EntityWrapper ew = new EntityWrapper();
ew.allEq(MPUtil.allEQMapPre( yuyuejiaolian, "yuyuejiaolian"));
return R.ok().put("data", yuyuejiaolianService.selectListView(ew));
}
/**
* 查询
*/
@RequestMapping("/query")
public R query(YuyuejiaolianEntity yuyuejiaolian){
EntityWrapper< YuyuejiaolianEntity> ew = new EntityWrapper< YuyuejiaolianEntity>();
ew.allEq(MPUtil.allEQMapPre( yuyuejiaolian, "yuyuejiaolian"));
YuyuejiaolianView yuyuejiaolianView = yuyuejiaolianService.selectView(ew);
return R.ok("查询预约教练成功").put("data", yuyuejiaolianView);
}
/**
* 后端详情
*/
@RequestMapping("/info/{id}")
public R info(@PathVariable("id") Long id){
YuyuejiaolianEntity yuyuejiaolian = yuyuejiaolianService.selectById(id);
return R.ok().put("data", yuyuejiaolian);
}
/**
* 前端详情
*/
@RequestMapping("/detail/{id}")
public R detail(@PathVariable("id") Long id){
YuyuejiaolianEntity yuyuejiaolian = yuyuejiaolianService.selectById(id);
return R.ok().put("data", yuyuejiaolian);
}
/**
* 后端保存
*/
@RequestMapping("/save")
public R save(@RequestBody YuyuejiaolianEntity yuyuejiaolian, HttpServletRequest request){
yuyuejiaolian.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());
//ValidatorUtils.validateEntity(yuyuejiaolian);
yuyuejiaolianService.insert(yuyuejiaolian);
return R.ok();
}
/**
* 前端保存
*/
@RequestMapping("/add")
public R add(@RequestBody YuyuejiaolianEntity yuyuejiaolian, HttpServletRequest request){
yuyuejiaolian.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());
//ValidatorUtils.validateEntity(yuyuejiaolian);
yuyuejiaolianService.insert(yuyuejiaolian);
return R.ok();
}
/**
* 修改
*/
@RequestMapping("/update")
public R update(@RequestBody YuyuejiaolianEntity yuyuejiaolian, HttpServletRequest request){
//ValidatorUtils.validateEntity(yuyuejiaolian);
yuyuejiaolianService.updateById(yuyuejiaolian);//全部更新
return R.ok();
}
/**
* 删除
*/
@RequestMapping("/delete")
public R delete(@RequestBody Long[] ids){
yuyuejiaolianService.deleteBatchIds(Arrays.asList(ids));
return R.ok();
}
/**
* 提醒接口
*/
@RequestMapping("/remind/{columnName}/{type}")
public R remindCount(@PathVariable("columnName") String columnName, HttpServletRequest request,
@PathVariable("type") String type,@RequestParam Map map) {
map.put("column", columnName);
map.put("type", type);
if(type.equals("2")) {
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
Calendar c = Calendar.getInstance();
Date remindStartDate = null;
Date remindEndDate = null;
if(map.get("remindstart")!=null) {
Integer remindStart = Integer.parseInt(map.get("remindstart").toString());
c.setTime(new Date());
c.add(Calendar.DAY_OF_MONTH,remindStart);
remindStartDate = c.getTime();
map.put("remindstart", sdf.format(remindStartDate));
}
if(map.get("remindend")!=null) {
Integer remindEnd = Integer.parseInt(map.get("remindend").toString());
c.setTime(new Date());
c.add(Calendar.DAY_OF_MONTH,remindEnd);
remindEndDate = c.getTime();
map.put("remindend", sdf.format(remindEndDate));
}
}
Wrapper wrapper = new EntityWrapper();
if(map.get("remindstart")!=null) {
wrapper.ge(columnName, map.get("remindstart"));
}
if(map.get("remindend")!=null) {
wrapper.le(columnName, map.get("remindend"));
}
String tableName = request.getSession().getAttribute("tableName").toString();
if(tableName.equals("jiaxiaojiaolian")) {
wrapper.eq("jiaolianzhanghao", (String)request.getSession().getAttribute("username"));
}
if(tableName.equals("yonghu")) {
wrapper.eq("yonghuzhanghao", (String)request.getSession().getAttribute("username"));
}
int count = yuyuejiaolianService.selectCount(wrapper);
return R.ok().put("count", count);
}
}
/**
* 登录
*/
@IgnoreAuth
@RequestMapping(value = "/login")
public R login(String username, String password, String captcha, HttpServletRequest request) {
YonghuEntity user = yonghuService.selectOne(new EntityWrapper().eq("yonghuzhanghao", username));
if(user==null || !user.getMima().equals(password)) {
return R.error("账号或密码不正确");
}
String token = tokenService.generateToken(user.getId(), username,"yonghu", "用户" );
return R.ok().put("token", token);
}
@RequestMapping("/upload")
public R upload(@RequestParam("file") MultipartFile file,String type) throws Exception {
if (file.isEmpty()) {
throw new EIException("上传文件不能为空");
}
String fileExt = file.getOriginalFilename().substring(file.getOriginalFilename().lastIndexOf(".")+1);
File path = new File(ResourceUtils.getURL("classpath:static").getPath());
if(!path.exists()) {
path = new File("");
}
File upload = new File(path.getAbsolutePath(),"/upload/");
if(!upload.exists()) {
upload.mkdirs();
}
String fileName = new Date().getTime()+"."+fileExt;
File dest = new File(upload.getAbsolutePath()+"/"+fileName);
file.transferTo(dest);
/**
* 如果使用idea或者eclipse重启项目,发现之前上传的图片或者文件丢失,将下面一行代码注释打开
* 请将以下的"D:\\springbootq33sd\\src\\main\\resources\\static\\upload"替换成你本地项目的upload路径,
* 并且项目路径不能存在中文、空格等特殊字符
*/
// FileUtils.copyFile(dest, new File("D:\\springbootq33sd\\src\\main\\resources\\static\\upload"+"/"+fileName)); /**修改了路径以后请将该行最前面的//注释去掉**/
if(StringUtils.isNotBlank(type) && type.equals("1")) {
ConfigEntity configEntity = configService.selectOne(new EntityWrapper().eq("name", "faceFile"));
if(configEntity==null) {
configEntity = new ConfigEntity();
configEntity.setName("faceFile");
configEntity.setValue(fileName);
} else {
configEntity.setValue(fileName);
}
configService.insertOrUpdate(configEntity);
}
return R.ok().put("file", fileName);
}