最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

畢業(yè)設(shè)計(jì):基于Springboot實(shí)現(xiàn)求職招聘,校園招聘系統(tǒng)

2022-04-22 15:41 作者:指南針畢業(yè)設(shè)計(jì)  | 我要投稿

?作者主頁:編程指南針


?簡(jiǎn)介:Java領(lǐng)域優(yōu)質(zhì)創(chuàng)作者、CSDN博客專家? Java項(xiàng)目、簡(jiǎn)歷模板、學(xué)習(xí)資料、面試題庫、技術(shù)互助

文末獲取源碼

目錄


一、項(xiàng)目概述.............................................................................................................. 3

二、需求分析.............................................................................................................. 3

2.1 功能需求............................................................................................................... 3

2.2 性能需求............................................................................................................. 10

三、數(shù)據(jù)庫設(shè)計(jì)........................................................................................................ 10

3.1 實(shí)體關(guān)系圖......................................................................................................... 10

3.2 數(shù)據(jù)庫表設(shè)計(jì)...................................................................................................... 10

四、詳細(xì)設(shè)計(jì)............................................................................................................ 10

4.1 登錄設(shè)計(jì)............................................................................................................. 10

4.2 訂單管理............................................................................................................. 11

五、系統(tǒng)界面............................................................................................................ 11

5.1相關(guān)界面.............................................................................................................. 11

六、心得體會(huì)............................................................................................................ 12

一,項(xiàng)目概述:

? ?本項(xiàng)目基于Springboot 開發(fā)實(shí)現(xiàn)了一個(gè)求職招聘網(wǎng)站,系統(tǒng)分為前端求職招聘和后臺(tái)數(shù)據(jù)管理后臺(tái)。主要分為四個(gè)角以:管理員,求職者,公司管理員,公司HR,不同的角色進(jìn)入系統(tǒng)有不同的功能操作。用戶身份可以在后臺(tái)管理設(shè)定。系統(tǒng)功能完整,界面美觀大方,適合做畢業(yè)設(shè)計(jì)使用。

運(yùn)行環(huán)境:

開發(fā)工具:IDEA或ECLIPSE

數(shù)據(jù)庫:MYSQL+REDIS

開發(fā)技術(shù):Springboot+mybatis+mybatisPlus+shiro

前端開發(fā):AJAX+Jquery+layui

2.1 功能需求

2.1.1 系統(tǒng)劃分



2.1.1.1 用戶角色劃分


  1. 求職者

登錄本網(wǎng)站的一種用戶,可以檢索并查看網(wǎng)站入駐的公司及其發(fā)布的崗位信息,創(chuàng)建自己的簡(jiǎn)歷,與招聘者進(jìn)行聯(lián)系。


  1. 應(yīng)聘者

?????? 2.1、HR

????????????? 公司下的某一個(gè)HR,可以發(fā)布新崗位和取消自己發(fā)布的崗位招聘

?????? 2.2、公司管理員

????????????? 公司管理員,填寫公司相關(guān)信息入駐網(wǎng)站后成為該角色,可以管理本公司發(fā)布的所有崗位,以及管理所有員工

3、管理員

可以查看站內(nèi)相關(guān)數(shù)據(jù),對(duì)私信、系統(tǒng)、設(shè)置進(jìn)行管理。



2.1.1.2 前臺(tái)服務(wù)的用例圖及說明


  1. 招聘者功能



  1. 查看個(gè)人信息:查看自己賬號(hào)的基本信息及修改


  2. 修改密碼:修改自己賬號(hào)的登錄密碼


  3. 私信:與求職者私信


  4. 公司入駐:如果是第一次登錄該網(wǎng)站,用戶可以輸入公司信息,進(jìn)行入駐網(wǎng)站,隨后可發(fā)布崗位


  5. 崗位管理:對(duì)崗位進(jìn)行發(fā)布、取消、編輯等操作


  6. 員工管理:權(quán)限允許的前提下,管理自己公司內(nèi)所有的hr


  7. HR信息:查看自己的基本信息


  1. 求職者功能:




  1. 查看個(gè)人信息:查看自己賬號(hào)的基本信息及修改


  2. 修改密碼:修改自己賬號(hào)的登錄密碼


  3. 私信:對(duì)感興趣崗位的HR進(jìn)行聯(lián)系


  4. 個(gè)人簡(jiǎn)歷:創(chuàng)建自己的簡(jiǎn)歷,供HR查看


  5. 搜索崗位:搜索自己感興趣的崗位


  6. 搜索公司:搜索自己感興趣的公司

2.1.1.3 管理員后臺(tái)用例圖




  1. 查看個(gè)人信息:查看自己賬號(hào)的基本信息及修改


  2. 修改密碼:修改自己賬號(hào)的登錄密碼


  3. 公司管理:管理站內(nèi)所有入駐的公司


  4. 用戶管理:管理站內(nèi)所有用戶


  5. 崗位管理:管理站內(nèi)所有崗位


  6. 簡(jiǎn)歷管理:管理站內(nèi)所有簡(jiǎn)歷


  7. 數(shù)據(jù)字典:管理站內(nèi)數(shù)據(jù)字典


  8. 私信管理:查看所有用戶的聊天關(guān)系、聊天記錄等

    三、數(shù)據(jù)庫設(shè)計(jì)


    3.1 實(shí)體關(guān)系圖


  1. 表結(jié)構(gòu)暫略

五、系統(tǒng)界面


  1. ?首頁:



2.登錄界面:

?3.注冊(cè)界面

?4.崗位查看搜索


?5.公司查看界面

6.HR管理界面


?7.崗位管理界面

?8.員工管理

9.個(gè)人簡(jiǎn)歷


10.管理員后臺(tái)管理


?系統(tǒng)部分核心代碼:

package com.iurac.recruit.controller;import cn.hutool.core.date.DateUtil;import cn.hutool.core.util.IdUtil;import cn.hutool.core.util.ObjectUtil;import cn.hutool.core.util.ReUtil;import cn.hutool.core.util.StrUtil;import com.iurac.recruit.entity.Job;import com.iurac.recruit.entity.User;import com.iurac.recruit.exception.ManageException;import com.iurac.recruit.security.RedisCacheManager;import com.iurac.recruit.service.UserService;import com.iurac.recruit.util.ImageUtil;import com.iurac.recruit.util.Result;import com.iurac.recruit.util.SaltUtil;import com.iurac.recruit.util.TableResult;import com.iurac.recruit.vo.PageResultVo;import com.sun.org.apache.regexp.internal.RE;import com.sun.org.apache.xpath.internal.operations.Mult;import org.apache.shiro.SecurityUtils;import org.apache.shiro.authc.IncorrectCredentialsException;import org.apache.shiro.authc.UnknownAccountException;import org.apache.shiro.authc.UsernamePasswordToken;import org.apache.shiro.authz.annotation.RequiresRoles;import org.apache.shiro.crypto.hash.Md5Hash;import org.apache.shiro.subject.Subject;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Controller;import org.springframework.ui.Model;import org.springframework.web.bind.annotation.*;import org.springframework.web.multipart.MultipartFile;import javax.servlet.http.HttpSession;import java.io.IOException;import java.util.Objects;@Controllerpublic class UserController { ? ?@Autowired ? ?private RedisCacheManager redisCacheManager; ? ?@Autowired ? ?private UserService userService; ? ?@GetMapping({"/","/index"}) ? ?public String toIndex(Model model){ ? ? ? ?User user = (User) SecurityUtils.getSubject().getPrincipal(); ? ? ? ?if(ObjectUtil.isNotNull(user)){ ? ? ? ? ? ?model.addAttribute("userInfo",user); ? ? ? ?} ? ? ? ?return "index"; ? ?} ? ?@GetMapping("/login") ? ?public String toLogin(){ ? ? ? ?return "login"; ? ?} ? ?@GetMapping("/register") ? ?public String toRegister(){ ? ? ? ?return "register"; ? ?} ? ?@PostMapping("/login") ? ?@ResponseBody ? ?public Result login(String username, String password, String code, HttpSession session) { ? ? ? ?String codes = (String) session.getAttribute("KAPTCHA_SESSION_KEY"); ? ? ? ?if (StrUtil.hasBlank(codes)) { ? ? ? ? ? ?throw new RuntimeException("驗(yàn)證碼已超時(shí)!"); ? ? ? ?} ? ? ? ?String msg = ""; ? ? ? ?try { ? ? ? ? ? ?if (codes.equalsIgnoreCase(code)){ ? ? ? ? ? ? ? ?//獲取主體對(duì)象 ? ? ? ? ? ? ? ?Subject subject = SecurityUtils.getSubject(); ? ? ? ? ? ? ? ?subject.login(new UsernamePasswordToken(username, password)); ? ? ? ? ? ? ? ?return Result.succ("登錄成功"); ? ? ? ? ? ?}else{ ? ? ? ? ? ? ? ?throw new RuntimeException("驗(yàn)證碼錯(cuò)誤!"); ? ? ? ? ? ?} ? ? ? ?} catch (UnknownAccountException e) { ? ? ? ? ? ?e.printStackTrace(); ? ? ? ? ? ?msg="用戶名錯(cuò)誤!"; ? ? ? ?} catch (IncorrectCredentialsException e) { ? ? ? ? ? ?e.printStackTrace(); ? ? ? ? ? ?msg="密碼錯(cuò)誤!"; ? ? ? ?}catch (Exception e){ ? ? ? ? ? ?e.printStackTrace(); ? ? ? ? ? ?msg=e.getMessage(); ? ? ? ?} ? ? ? ?return Result.fail(msg); ? ?} ? ?@GetMapping("logout") ? ?public String logout() { ? ? ? ?Subject subject = SecurityUtils.getSubject(); ? ? ? ?subject.logout(); ? ? ? ?return "login"; ? ?} ? ?@PostMapping("/register") ? ?@ResponseBody ? ?public Result register(User user, @RequestParam("role")String role) throws Exception { ? ? ? ?user.setImg("default.png"); ? ? ? ?userService.register(user,role); ? ? ? ?return Result.succ("操作成功"); ? ?} ? ?@PostMapping("/user/update") ? ?@ResponseBody ? ?public Result updateUserInfo(@RequestParam(value = "phone",required = false) String phone, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam(value = "email",required = false) String email, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam(value="imgFile",required = false) MultipartFile file) throws Exception { ? ? ? ?User user = (User) SecurityUtils.getSubject().getPrincipal(); ? ? ? ?redisCacheManager.getCache("authenticationCacheName").remove(user); ? ? ? ?if(!StrUtil.hasBlank(phone)){ ? ? ? ? ? ?if(ReUtil.isMatch("(13\\d|14[579]|15[^4\\D]|17[^49\\D]|18\\d)\\d{8}", phone)) { ? ? ? ? ? ? ? ?user.setPhone(phone); ? ? ? ? ? ?}else { ? ? ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的手機(jī)號(hào)"); ? ? ? ? ? ?} ? ? ? ?} ? ? ? ?if(!StrUtil.hasBlank(email)){ ? ? ? ? ? ?if(ReUtil.isMatch("\\w[-\\w.+]*@([A-Za-z0-9][-A-Za-z0-9]+\\.)+[A-Za-z]{2,14}", email)){ ? ? ? ? ? ? ? ?user.setEmail(email); ? ? ? ? ? ?}else { ? ? ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的郵箱地址"); ? ? ? ? ? ?} ? ? ? ?} ? ? ? ?if(ObjectUtil.isNotNull(file) && !file.isEmpty()){ ? ? ? ? ? ?String originalFileName = file.getOriginalFilename(); ? ? ? ? ? ?String imgName = user.getImg().equals("default.png")?ImageUtil.getFileName(originalFileName.substring(originalFileName.lastIndexOf("."))): user.getImg(); ? ? ? ? ? ?user.setImg(imgName); ? ? ? ? ? ?ImageUtil.saveImage(file,user.getImg(),"userIcon"); ? ? ? ?} ? ? ? ?if(!userService.updateById(user)){ ? ? ? ? ? ?return Result.fail("系統(tǒng)錯(cuò)誤"); ? ? ? ?} ? ? ? ?redisCacheManager.getCache("authenticationCacheName").put(user.getUsername(),user); ? ? ? ?return Result.succ("操作成功"); ? ?} ? ?@PutMapping("/user/updatePassword/{password}") ? ?@ResponseBody ? ?public Result updateUserInfo(@PathVariable("password") String password) throws Exception { ? ? ? ?User user = (User) SecurityUtils.getSubject().getPrincipal(); ? ? ? ?if(ReUtil.isMatch("[\\S]{6,12}", password)) { ? ? ? ? ? ?Md5Hash md5Hash = new Md5Hash(password,user.getSalt(),1024); ? ? ? ? ? ?if(md5Hash.toHex().equals(user.getPassword())){ ? ? ? ? ? ? ? ?return Result.fail("請(qǐng)輸入新密碼"); ? ? ? ? ? ?} ? ? ? ? ? ?redisCacheManager.getCache("authorizationCacheName").remove(user.toString()); ? ? ? ? ? ?redisCacheManager.getCache("authenticationCacheName").remove(user); ? ? ? ? ? ?user.setPassword(md5Hash.toHex()); ? ? ? ? ? ?System.out.println(user.getPassword()); ? ? ? ?}else { ? ? ? ? ? ?return Result.fail("密碼必須6到12位,且不能出現(xiàn)空格"); ? ? ? ?} ? ? ? ?if(!userService.updateById(user)){ ? ? ? ? ? ?return Result.fail("系統(tǒng)錯(cuò)誤"); ? ? ? ?} ? ? ? ?redisCacheManager.getCache("authenticationCacheName").put(user.getUsername(),user); ? ? ? ?return Result.succ("操作成功"); ? ?} ? ?@RequiresRoles("admin") ? ?@ResponseBody ? ?@GetMapping("/user/getByCondition") ? ?public TableResult<User> getByCondition(@RequestParam("page")Long page, @RequestParam("limit")Long limit, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam("username")String username, @RequestParam("role")String role, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam("startDate")String startDate, @RequestParam(value = "endDate",required = false)String endDate, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam("locked")String locked){ ? ? ? ?PageResultVo<User> pageResultVo = userService.getByCondition(page,limit,username,role,locked,startDate,endDate); ? ? ? ?return new TableResult(0,"",pageResultVo.getTotal(),pageResultVo.getRecords()); ? ?} ? ?@RequiresRoles("admin") ? ?@ResponseBody ? ?@PostMapping("/user/save") ? ?public Result saveUser(@RequestParam("username")String username, @RequestParam("role")String[] role, ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam("password")String password, @RequestParam(value = "imgFile",required = false) MultipartFile file, ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam("phone")String phone, @RequestParam("email")String email) throws IOException, ManageException { ? ? ? ?if(StrUtil.hasEmpty(username,password,phone,email) || role.length<=0){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入完整信息,避免輸入空格"); ? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("[\\S]{6,12}", password)) { ? ? ? ? ? ?return Result.fail("密碼必須6到12位,且不能出現(xiàn)空格"); ? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("(13\\d|14[579]|15[^4\\D]|17[^49\\D]|18\\d)\\d{8}", phone)) { ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的手機(jī)號(hào)"); ? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("\\w[-\\w.+]*@([A-Za-z0-9][-A-Za-z0-9]+\\.)+[A-Za-z]{2,14}", email)){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的郵箱地址"); ? ? ? ?} ? ? ? ?User user = new User(); ? ? ? ?user.setId(IdUtil.simpleUUID()); ? ? ? ?user.setUsername(username); ? ? ? ?user.setCreateTime(DateUtil.now()); ? ? ? ?user.setSalt(SaltUtil.getSalt(8)); ? ? ? ?Md5Hash md5Hash = new Md5Hash(password, user.getSalt(), 1024); ? ? ? ?user.setPassword(md5Hash.toHex()); ? ? ? ?user.setLocked("0"); ? ? ? ?user.setPhone(phone); ? ? ? ?user.setEmail(email); ? ? ? ?if(ObjectUtil.isNotNull(file) && !file.isEmpty()){ ? ? ? ? ? ?String originalFileName = file.getOriginalFilename(); ? ? ? ? ? ?user.setImg(ImageUtil.getFileName(originalFileName.substring(originalFileName.lastIndexOf(".")))); ? ? ? ? ? ?ImageUtil.saveImage(file,user.getImg(),"userIcon"); ? ? ? ?}else { ? ? ? ? ? ?user.setImg("default.png"); ? ? ? ?} ? ? ? ?userService.saveUser(user,role); ? ? ? ?return Result.succ("操作成功"); ? ?} ? ?@RequiresRoles("admin") ? ?@ResponseBody ? ?@PostMapping("/user/update/{id}") ? ?public Result updateUser(@PathVariable("id")String id,@RequestParam("role")String[] role, ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam("password")String password, @RequestParam(value = "imgFile",required = false) MultipartFile file, ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam("phone")String phone, @RequestParam("email")String email) throws IOException, ManageException { ? ? ? ?if(StrUtil.hasEmpty(password,phone,email) || role.length<=0){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入完整信息,避免輸入空格"); ? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("[\\S]{6,12}", password)) { ? ? ? ? ? ?return Result.fail("密碼必須6到12位,且不能出現(xiàn)空格"); ? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("(13\\d|14[579]|15[^4\\D]|17[^49\\D]|18\\d)\\d{8}", phone)) { ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的手機(jī)號(hào)"); ? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("\\w[-\\w.+]*@([A-Za-z0-9][-A-Za-z0-9]+\\.)+[A-Za-z]{2,14}", email)){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的郵箱地址"); ? ? ? ?} ? ? ? ?User user = userService.getById(id); ? ? ? ?redisCacheManager.getCache("authorizationCacheName").remove(user.toString()); ? ? ? ?redisCacheManager.getCache("authenticationCacheName").remove(user); ? ? ? ?user.setSalt(SaltUtil.getSalt(8)); ? ? ? ?Md5Hash md5Hash = new Md5Hash(password, user.getSalt(), 1024); ? ? ? ?user.setPassword(md5Hash.toHex()); ? ? ? ?user.setPhone(phone); ? ? ? ?user.setEmail(email); ? ? ? ?if(ObjectUtil.isNotNull(file) && !file.isEmpty()){ ? ? ? ? ? ?String originalFileName = file.getOriginalFilename(); ? ? ? ? ? ?user.setImg(ImageUtil.getFileName(originalFileName.substring(originalFileName.lastIndexOf(".")))); ? ? ? ? ? ?ImageUtil.saveImage(file,user.getImg(),"userIcon"); ? ? ? ?} ? ? ? ?userService.updateUser(user,role); ? ? ? ?return Result.succ("操作成功"); ? ?} ? ?@RequiresRoles("admin") ? ?@ResponseBody ? ?@PostMapping("/user/delete/{id}") ? ?public Result deleteUser(@PathVariable("id")String id) throws ?ManageException { ? ? ? ?userService.deleteUser(id); ? ? ? ?return Result.succ("操作成功"); ? ?} ? ?@RequiresRoles("admin") ? ?@ResponseBody ? ?@PostMapping("/user/lock/{id}") ? ?public Result lockUser(@PathVariable("id")String id) throws ?ManageException { ? ? ? ?User user = userService.getById(id); ? ? ? ?user.setLocked("1".equals(user.getLocked())?"0":"1"); ? ? ? ?userService.updateById(user); ? ? ? ?return Result.succ("操作成功"); ? ?} }



package com.iurac.recruit.controller;import cn.hutool.core.util.IdUtil;import cn.hutool.core.util.ObjectUtil;import cn.hutool.core.util.ReUtil;import cn.hutool.core.util.StrUtil;import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;import com.iurac.recruit.entity.Company;import com.iurac.recruit.entity.Resume;import com.iurac.recruit.entity.User;import com.iurac.recruit.exception.ManageException;import com.iurac.recruit.service.ResumeService;import com.iurac.recruit.util.ImageUtil;import com.iurac.recruit.util.Result;import com.iurac.recruit.util.TableResult;import com.iurac.recruit.vo.PageResultVo;import org.apache.shiro.SecurityUtils;import org.apache.shiro.authz.annotation.RequiresRoles;import org.apache.shiro.authz.annotation.RequiresUser;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.ui.Model;import org.springframework.web.bind.annotation.*;import org.springframework.stereotype.Controller;import org.springframework.web.multipart.MultipartFile;import java.io.IOException;/** * <p> * ?前端控制器 * </p> * * @author iurac * @since 2021-06-03 */@Controllerpublic class ResumeController { ? ?@Autowired ? ?private ResumeService resumeService; ? ?@PostMapping("/resume/saveOrUpdate") ? ?@ResponseBody ? ?public Result saveOrUpdate(Resume resume, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam(value="imgFile",required = false) MultipartFile file) throws Exception { ? ? ? ?if(StrUtil.hasBlank(resume.getName(),resume.getTechnology(),resume.getSalary(), resume.getMajor(),resume.getJob(), ? ? ? ? ? ? ? ?resume.getIntroduction(),resume.getExperience(),resume.getCollege(),resume.getBirth(),resume.getEducation(), ? ? ? ? ? ? ? ?resume.getPolitical(),resume.getMarriage(),resume.getSex())){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入完成信息,避免輸入空格"); ? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("(13\\d|14[579]|15[^4\\D]|17[^49\\D]|18\\d)\\d{8}", resume.getPhone())) { ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的手機(jī)號(hào)"); ? ? ? ?} ? ? ? ?if(!ReUtil.isMatch("\\w[-\\w.+]*@([A-Za-z0-9][-A-Za-z0-9]+\\.)+[A-Za-z]{2,14}", resume.getEmail())){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入正確的郵箱地址"); ? ? ? ?} ? ? ? ?User user = (User) SecurityUtils.getSubject().getPrincipal(); ? ? ? ?resume.setUserId(user.getId()); ? ? ? ?QueryWrapper<Resume> queryWrapper = new QueryWrapper<>(); ? ? ? ?queryWrapper.eq("user_id",user.getId()); ? ? ? ?Resume exitedResume = resumeService.getOne(queryWrapper); ? ? ? ?resume.setPhoto("default.png"); ? ? ? ?boolean isUpdate = true; ? ? ? ?if(ObjectUtil.isNull(exitedResume)){//判斷是新增還是更新 ? ? ? ? ? ?resume.setId(IdUtil.simpleUUID()); ? ? ? ? ? ?isUpdate = false; ? ? ? ?}else { ? ? ? ? ? ?resume.setId(exitedResume.getId()); ? ? ? ? ? ?resume.setPhoto(exitedResume.getPhoto()); ? ? ? ?} ? ? ? ?if(ObjectUtil.isNotNull(file) && !file.isEmpty()){ ? ? ? ? ? ?String originalFileName = file.getOriginalFilename(); ? ? ? ? ? ?String photoName = resume.getPhoto().equals("default.png")?ImageUtil.getFileName(originalFileName.substring(originalFileName.lastIndexOf("."))): resume.getPhoto(); ? ? ? ? ? ?resume.setPhoto(photoName); ? ? ? ? ? ?ImageUtil.saveImage(file,resume.getPhoto(),"photo"); ? ? ? ?} ? ? ? ?boolean flag = isUpdate?resumeService.updateById(resume):resumeService.save(resume); ? ? ? ?if(flag){ ? ? ? ? ? ?return Result.succ("操作成功"); ? ? ? ?}else { ? ? ? ? ? ?return Result.fail("系統(tǒng)錯(cuò)誤"); ? ? ? ?} ? ?} ? ?@RequiresRoles("admin") ? ?@ResponseBody ? ?@GetMapping("/resume/getByCondition") ? ?public TableResult<Resume> getByCondition(@RequestParam("page")Long page, @RequestParam("limit")Long limit, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @RequestParam("username")String username){ ? ? ? ?PageResultVo<Resume> pageResultVo = resumeService.getByCondition(page,limit,username); ? ? ? ?return new TableResult(0,"",pageResultVo.getTotal(),pageResultVo.getRecords()); ? ?} ? ?@RequiresRoles("admin") ? ?@ResponseBody ? ?@PostMapping("/resume/update/{id}") ? ?public Result updateResume(@PathVariable("id")String id, @RequestParam(value = "imgFile",required = false) MultipartFile file, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Resume resume) throws IOException { ? ? ? ?if(StrUtil.hasEmpty(resume.getSex(),resume.getMarriage(),resume.getPolitical(),resume.getEducation(), ? ? ? ? ? ? ? ?resume.getEmail(),resume.getAge(),resume.getPhone(),resume.getName(),resume.getExperience(), ? ? ? ? ? ? ? ?resume.getTechnology(),resume.getSalary(),resume.getMajor(),resume.getIntroduction(),resume.getCollege(), ? ? ? ? ? ? ? ?resume.getBirth(),resume.getJob())){ ? ? ? ? ? ?return Result.fail("請(qǐng)輸入完整信息,避免輸入空格"); ? ? ? ?} ? ? ? ?Resume exitedResume = resumeService.getById(id); ? ? ? ?resume.setId(id); ? ? ? ?resume.setUserId(exitedResume.getUserId()); ? ? ? ?resume.setPhoto(exitedResume.getPhoto()); ? ? ? ?if(ObjectUtil.isNotNull(file) && !file.isEmpty()){ ? ? ? ? ? ?String originalFileName = file.getOriginalFilename(); ? ? ? ? ? ?resume.setPhoto(ImageUtil.getFileName(originalFileName.substring(originalFileName.lastIndexOf(".")))); ? ? ? ? ? ?ImageUtil.saveImage(file,resume.getPhoto(),"companyIcon"); ? ? ? ?} ? ? ? ?return resumeService.updateById(resume)?Result.succ("操作成功"):Result.fail("操作失敗"); ? ?} ? ?@RequiresRoles("admin") ? ?@ResponseBody ? ?@PostMapping("/resume/delete/{id}") ? ?public Result deleteResume(@PathVariable("id")String id) { ? ? ? ?resumeService.removeById(id); ? ? ? ?return Result.succ("操作成功"); ? ?} ? ?/** ? ? * ? ? * @param id ?用戶ID ? ? * @param model ? ? * @return ? ? */ ? ?@RequiresUser ? ?@GetMapping("/resume/detail/{id}") ? ?public String detail(@PathVariable("id")String id, Model model) { ? ? ? ?Resume resume = resumeService.getByUserId(id); ? ? ? ?model.addAttribute("resumeInfo",resume); ? ? ? ?return "service/detail_resume"; ? ?} }



畢業(yè)設(shè)計(jì):基于Springboot實(shí)現(xiàn)求職招聘,校園招聘系統(tǒng)的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國家法律
浪卡子县| 富川| 扎鲁特旗| 福州市| 莱州市| 海伦市| 西青区| 合水县| 河东区| 东辽县| 中西区| 资中县| 巴林右旗| 温州市| 大渡口区| 兴城市| 龙里县| 襄城县| 江孜县| 宝山区| 钦州市| 高阳县| 岳普湖县| 胶南市| 南郑县| 奉化市| 七台河市| 柳江县| 喀喇| 湖州市| 醴陵市| 宜川县| 浑源县| 汝城县| 赫章县| 洛浦县| 栾城县| 和林格尔县| 边坝县| 清河县| 全椒县|