论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

毕业设计管理系统

 本文ID:LWGSW17653 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 毕业设计管理系统 (收费:1000 积分)  

论文字数:12739,页数:37

摘   要

 从目前高校毕业设计管理中存在的问题出发.开发一套基于B/S的网络毕业设计管理系统。通过毕业设计管理过程分析,进行了系统需求研究、系统结构设计和系统用户界面设计,实现了毕业设计管理中的选题、过程管理、资料汇总的各项功能。有着很大的实际意义。
 毕业设计管理系统对学校加强学生毕业设计管理有着极其重要的作用。由于近几年各个大学学生的数量日益庞大,传统的手工管理不仅工作量大,而且容易出现问题。另外,学生的信息要用到学校教务管理的各个方面,所以一旦学生毕业设计管理出现了错误,后果往往是非常严重的。传统手工的学生毕业设计管理,管理过程繁琐而复杂,执行效率低,并且易于出错。通过这样的系统,我们可以做到信息的规范管理和快速查询,实现了学生毕业设计管理的系统化、规范化和自动化,这样不仅减少了管理工作量,还提高了管理效率,降低了管理成本。
 本论文主要介绍了系统的分析,设计和开发的全部过程。全文共分为前言、需求分析、系统设计、开发技术、关键技术解决和结论六部分。系统采用B/S开发模式,开发工具选择JAVA、JSP、java script、Html语言,采用Tomcat服务器技术,后台数据库选用SQL Server 2000。
关键词: JSP,JAVA,SQL Server,B/S模式

Abstract

 A network graduation project management system based on B/S mode was developed aiming at the existing problems of graduation design management in universities. By analyzing graduation design management courses, the system requirement was studied; the designs of system structure and user interface were completed. And diverse requirement functions dealt with selecting project topics, supervising and managing courses, collecting data, were implemented. It’s of high practical value.
 Graduation management system for schools to improve students graduate design management has an extremely important role. Due to various universities in recent years the number of students increasing, Traditional manual management is not only the heavy workload, but also prone to problems, In addition, students use the information to schools teaching management in all aspects , So once the students graduate design management, the wrong, the consequences are often very serious , Traditional manual design graduates for management process tedious and complicated, low efficiency, and ease of mistakes, Through such a system, we can standardize information management and rapid inquiry, Implementation of the students graduate design management system, standardization and automation, This will not only reduce the workload management, and improve the management efficiency and reduce the cost of management.
 This paper introduced the system analysis, design and development of the entire process. The full text of the preamble needs analysis, system design and development of technology, key technology solutions and conclusions of six parts. System using B / S development model, development tools choose JAVA, JSP, java script, Html language, using the Tomcat server technology, background database optional SQL Server 2000.
Key words:  JSP, JAVA, SQL Server, B / S model


目 录

摘   要 I
Abstract II
第 1 章 引   言 1
第 2 章 需求分析 3
 2.1 问题的提出 3
 2.2 问题分析 3
 2.3 任务概述 4
 2.4 功能需求概述 4
第 3 章 开发技术介绍 6
 3.1 B/S模式及其优势 6
 3.2 Web应用程序开发环境—JSP技术 6
 3.3 JAVA简介 7
 3.4 Tomcat应用服务器 7
 3.5 SQL server 2000 8
 3.6 数据访问接口 9
第 4 章 系统设计 10
 4.1 指导思想 10
 4.2 系统结构图 10
 4.3 功能模块设计 11
4.3.1 系统管理模块 11
4.3.2 学生管理模块 11
4.3.3 教师信息模块 12
4.3.4 设计信息模块 12
4.3.5 选择设计 13
4.3.6 留言管理 14
4.3.7 过程资料管理 14
第 5 章 数据库设计 15
 5.1 数据库表总汇 15
5.1.1 管理员信息表 15
5.1.2 学生信息表 15
5.1.3 系别信息表 16
5.1.4 留言板信息表 16
5.1.5 毕业设计信息表 16
 5.2 相关表格关系图 17
第 6 章 关键代码 18
 6.1 老师添加毕业设计题目代码 18
 6.2 老师查询已有毕业设计代码 19
 6.3 教师查询学生选择毕业设计情况代码 21
 6.4 学生查询选择毕业设计情况 23
第 7 章 程序界面 27
 7.1 系统登录界面 27
 7.2 教师管理课题界面 27
 7.3 教师添加课题界面 28
 7.4 学生选择课题界面 28
 7.5 留言及其查看界面 29
第 8 章 结论 30
 8.1 总结 30
 8.2 开发心得 30
致谢 32
参考文献 33


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:毕业设计过程管理系统的实现 下一篇:基于Java语言设计的“俄罗斯方块..
Tags:毕业设计 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号