ssm college graduate employment management system

Complete the job search system for graduates, and master the use of SSM (Spring+SpringMVC+MyBatis) framework development tools. Use the database mysql to combine universities, employers, and graduates, give full play to the advantages of network information transmission, and speed up communication between employers and graduates. At the same time, the school will introduce employers, comprehensive employment guidance, and supply and demand information , Release, graduate employment dynamic analysis and other information transmission, build an effective bridge for communication between universities, employers and graduates, and give full play to the employment guidance and service role of the school for graduates.

Administrator's login module: The administrator logs into the system to manage other management modules of the system.
User's login module: The user logs into the system, queries personal information, etc., and operates the available functions.
User registration module: Tourist users can register as users, and the system will feedback whether the registration is successful.
Add administrator module: add more administrators to the system, administrators include ordinary administrators and super administrators.
Recruitment fair management module:
Recruitment fair list: present the job fair table of the database to the administrator in the form of a list.
Add job fair: realize that administrator can add job fair.
Modify the job fair: realize that the administrator can modify the job fair.
Recruitment information management module:
Recruitment information list: present the recruitment information table of the database to the administrator in the form of a list.
Add recruitment information: realize the administrator to add recruitment information.
Modify recruitment information: realize the administrator to modify the recruitment information.
Application information management module: Application
information list: Display all application information of the system, which can be searched by keywords.
Deletion of application information: delete application information that has been entered incorrectly or expired.
Resume management module:
resume list: display all resumes in the system, which can be searched by keywords.
Resume deletion: delete the resume that has been entered incorrectly or expired.
User module:
data management: users log in to the system. You can view your own personal homepage.
System Information: Users can view their own system prompt information.
Modify information: Users can modify their account password.
Information search: Users can search for information on the site by keywords.
Password modification: The user can modify the personal login password.Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Contents
Abstract the I
the ABSTRACT the I
Contents III
Chapter 1 Introduction 1
1.1 Development Background 1
1.2 development meaning 1
1.3 1 contents
Chapter 2 technology and tools Introduction 1
2.1 JSP Language 1
2.2 MySQL database a
2.3 JSP technology 2
2.4ssm Introduction 3
first Chapter 3 System Analysis 1
3.1 Feasibility Analysis 1
3.1.1 Economic Feasibility 1
3.1.2 Technical Feasibility 1
3.1.3 Operational Feasibility 1
3.2 Demand Analysis 1
3.3 Business Process Analysis 2
3.4 Data Flow Analysis 3
Chapter 4 System Design 5
4.1 System Structure Design 5
4.2 Functional Module Design 5
4.3 Database Design 6
4.3.1 Overview of Database Design 6
4.3.1 Conceptual Design 6
4.3.2 Table Design 7
Chapter 5 System Implementation 13
5.1 Basic Tasks 13
5.2 Implementation of Login Module 13
5.2.1 Home page realization 13
5.2.2 Administrator background login 14
5.3 User module realization 17
5.3.1 Realization of registration module and login 17
5.2.2 Realization of message module 19
5.2.3 Realization of application module 20
5.4 Realization of administrator module 22
5.4.1 Realization of system user management module 22
5.4.2 Job fair management module Implementation of 24
5.5 Implementation of Enterprise Module 26
5.5.1 Implementation of Recruitment Information Management Module 26
Chapter 6 System Test 29
6.1 Test Purpose 29
6.2 Test Overview 29
6.3 Unit Test 29
6.3.1 Registration Test 29
6.3.2 Login Test 30
6.4 Integration Testing 31
Chapter 7 Summary 32
Acknowledgements 33
References 33

Guess you like

Origin blog.csdn.net/weixin_37971904/article/details/109066654