网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 论文下载 -> 论文下载 -> ^^文档设计管理系统
行政管理论文范文| 物流管理论文| 人力资源论文| 工商管理论文| 旅游管理| 财管管理论文| 工程管理| 安全管理| 乡镇企业管理| 电视制片管理| 文化产业管理| 物业管理|
工程管理论文| 工商管理论文下载| 信息管理论文| 人力资源论文| 酒店管理| 免费物流论文| 工商管理| 行政管理| 物流专业论文| 免费旅游论文| 行政管理论文| 人力资源|

^^文档设计管理系统

本文ID:LW22818 字数:12739,页数:37 价格:¥50.00 → 信用说明

扫一扫 扫一扫
本站会员可自行下载:下载地址 毕业设计管理系统 (收费:5000 积分)  如何获取积分?
^^文档设计管理系统

文档字数: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.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:基于Java语言设计的“俄罗斯方块.. 下一篇:资料设计过程管理系统的实现
推荐论文 本专业最新论文
Tags:资料设计 管理系统 2011-11-22 12:16:54【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文


免费论文网提供论文范文,论文代发,原创论文

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2023 免费论文网 版权所有