当前位置:网站首页>Management and thesis of job management system based on SSM
Management and thesis of job management system based on SSM
2022-07-04 03:19:00 【qq_ two billion six hundred and thirty million six hundred and 】
With the popularization of campus network and the development of mobile Internet , The informatization of teaching management in Colleges and universities has obtained good construction conditions , meanwhile , Information based teaching management is conducive to improving the efficiency of teaching management 、 Reduce the workload of teachers and students , And can not be limited by time and space , It brings great convenience to teachers and students .
First , For the current XXXX The submission form of College Teachers' and students' homework has been investigated and analyzed ; secondly , The current software development technology is studied , Proposed the use of MySQL For the database , use SSM(Spring+SpringMVC+Mybatis) The framework is a development scheme supported by technology ; Again , use UML Modeling technology is used to analyze the requirements of the system 、 Function design and class design . Last , Realize a system announcement management 、 College basic information management 、 User basic information management 、 Course basic information management 、 Student homework management 、 Performance evaluation management 、 Job management system with the function of answering questions and solving doubts . After testing and running , The application of the system will provide a Job interaction 、 A platform for communication , It saves the human resources and time cost of teaching . It has practical significance and promotion value .
key word : Information teaching Job management SSM
package bysj.controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
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.ResponseBody;
import bysj.po.DW;
import bysj.service.DW_Service;
@Controller
public class DW_Controller{
@Autowired
private DW_Service dw_Service;
/*
* Unit information inquiry
*/
@RequestMapping("/DW_select_all")
private String DW_select_all(HttpServletRequest request,DW dw) {
List<DW> dws = this.dw_Service.DW_select_all(dw);
request.setAttribute("dws", dws);
return "DW_select_all";
}
/*
* Add company information
*/
@RequestMapping("/DW_insert")
private String DW_insert(HttpServletRequest request,DW dw) {
this.dw_Service.DW_insert(dw);
return "redirect:DW_select_all";
}
/*
* Company information modification
*/
@RequestMapping("/DW_update")
private String DW_update(HttpServletRequest request,DW dw) {
this.dw_Service.DW_update(dw);
return "redirect:DW_select_all";
}
/*
* Delete company information
*/
@RequestMapping("/DW_delete")
private String testdelete(int dwid) {
this.dw_Service.DW_delete(dwid);
return "redirect:DW_select_all";
}
/*
* Batch deletion of company information
*/
@RequestMapping("/DW_deleteall")
private String DW_deleteall(int[] dwid) {
if(dwid!=null) {
for(int id:dwid) {
this.dw_Service.DW_delete(id);
}
}
return "redirect:DW_select_all";
}
/*
* Judge whether the company already exists according to the company information , There is a return shift unit number .
*/
@RequestMapping(value="/DW_check",method=RequestMethod.POST)
@ResponseBody
private Map<String, Object> DW_check(HttpServletRequest request,DW dw) {
Map<String, Object> map = new HashMap<>();
DW dwCheck = new DW();
dwCheck.setDW_MC(dw.getDW_MC());
List<DW> dws = this.dw_Service.DW_select_all(dwCheck);
int dwsSize = dws.size();
if(dwsSize!=0) {
map.put("code", 1);
map.put("checkid", dws.get(0).getDW_ID());
}
else {
map.put("code", 0);
}
return map;
}
}
边栏推荐
- Record a problem that soft deletion fails due to warehouse level error
- Setting methods, usage methods and common usage scenarios of environment variables in postman
- Sword finger offer:55 - I. depth of binary tree
- Webhook triggers Jenkins for sonar detection
- Tsinghua University product: penalty gradient norm improves generalization of deep learning model
- 基於.NetCore開發博客項目 StarBlog - (14) 實現主題切換功能
- Buuctf QR code
- Practical multifunctional toolbox wechat applet source code / support traffic master
- Osnabrueck University | overview of specific architectures in the field of reinforcement learning
- Unity writes a character controller. The mouse controls the screen to shake and the mouse controls the shooting
猜你喜欢
Teach you how to optimize SQL
New year's first race, submit bug reward more!
I stepped on a foundation pit today
Node solves cross domain problems
150 ppt! The most complete "fair perception machine learning and data mining" tutorial, Dr. AIST Toshihiro kamishima, Japan
Résumé: entropie, énergie libre, symétrie et dynamique dans le cerveau
Want to do something in production? Then try these redis commands
Talking about custom conditions and handling errors in MySQL Foundation
Command Execution Vulnerability - command execution - vulnerability sites - code injection - vulnerability exploitation - joint execution - bypass (spaces, keyword filtering, variable bypass) - two ex
GUI Graphical user interface programming (XIV) optionmenu - what do you want your girlfriend to wear on Valentine's day
随机推荐
Pagoda SSL can't be accessed? 443 port occupied? resolvent
Measurement fitting based on Halcon learning [4] measure_ arc. Hdev routine
Global and Chinese market of handheld melanoma scanners 2022-2028: Research Report on technology, participants, trends, market size and share
Unity writes a character controller. The mouse controls the screen to shake and the mouse controls the shooting
WP collection plug-in free WordPress collection hang up plug-in
The "two-way link" of pushing messages helps app quickly realize two-way communication capability
Zblog collection plug-in does not need authorization to stay away from the cracked version of zblog
Short math guide for latex by Michael downs
Baijia forum the founding of the Eastern Han Dynasty
system information
Jenkins continuous integration environment construction V (Jenkins common construction triggers)
2006 translation
Webhook triggers Jenkins for sonar detection
CSCI 2134
Problems and solutions of several concurrent scenarios of redis
In my spare time, I like to write some technical blogs and read some useless books. If you want to read more of my original articles, you can follow my personal wechat official account up technology c
Global and Chinese market of small batteries 2022-2028: Research Report on technology, participants, trends, market size and share
What is cloud primordial?
PMP 考試常見工具與技術點總結
Bugku Zhi, you have to stop him