学生创业信息管理系统设计.docx
文本预览下载声明
北理珠学生创业信息管理系统设计与实现
摘 要
近年来,国家对创新创业高度重视,大学生自主创业的比例越来越高。搭建大学生创新创业监测、跟踪体系,对大学生创业信息进行有效管理就尤为重要。
本系统旨在构建的创业信息管理系统,系统的主要功能包括:用户管理、学院管理、学生管理、导师管理、项目管理、项目成员明细管理。
系统为B/S结构模式,采用Java web技术进行逻辑控制与jsp页面展示,结合mysql做数据库存储数据,系统开发的过程采用面向对象的方法。本论文对系统的分析、设计和实现做了详细的描述。
关键词:MIS,面向对象,学生创业,SSH,B/S, JSP, MySql
Design and Implementation of ZHBIT student entrepreneurship information management system
Abstract
In recent years, country pay hight attention to the Education of Creation and Innovation , more and more students start an own businesses.It is particularly important to build a monitoring and tracking system for college students innovation and entrepreneurship, and manage their entrepreneurship information effectively
The main functions of ZHBIT student entrepreneurship information management system are as follows: the management of user;the management of team;the management of student information;the management of teacher information;the management of project;the management of project members.
The system adopts B / S structure, Java Web technology for logic control and JSP page display, and MySql as background database.The system development process adopts the object-oriented method. This thesis describes the analysis, design and implementation of ZHBIT student entrepreneurship information management system in detail.
Keywords: MIS, object-oriented method, Entrepreneurship, SSH,B/S, JSP, MySql
目录
TOC \o 1-3 \h \u 第1章 绪论 1
1.1系统开发的背景与目标 1
1.1.1系统开发的背景 1
1.1.2系统开发的目标 1
1.2系统的主要功能和特点 1
1.3设计开发的方法和工具 1
1.4论文的内容和结构安排 2
第2章 系统规划 3
2.1初步需求分析 3
2.2 总体结构 3
2.3 可行性研究 3
2.3.1 技术可行性 3
2.3.2 经济可行性 3
2.3.3 社会可行性 3
第3章 系统分析 4
3.1功能分析 4
3.2用户管理模块 4
3.2.1用例图 4
3.2.2用例规约 5
3.3学院管理模块 7
3.3.1用例图 7
3.3.2用例规约 8
3.4学生信息管理模块 11
3.4.1用例图 11
3.4.2用例规约 11
3.5导师信息管理模块 14
3.5.1用例图 14
3.5.2用例规约 14
3.6创业项目管理模块 16
3.6.1用例图 16
3.6.2用例规约 17
3.7项目成员管理模块 19
3.7.1用例图 19
3.7.2用例规约 20
3.8 概念数据模型与对象关系建模 23
3.8.1学生与学院
显示全部