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

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

基于B/S的网络资料设计管理系统

本文ID:LW22726 字数:11032.页数:38 价格:¥50.00 → 信用说明

扫一扫 扫一扫
本站会员可自行下载:下载地址 基于B/S的网络毕业设计管理系统 (收费:5000 积分)  如何获取积分?
基于B/S的网络资料设计管理系统

^论文字数:11032.页数:38

 摘要
 从目前高校毕业设计管理中存在的问题出发.开发一套基于B/S的网络毕业设计管理系统。通过毕业设计管理过程分析.进行了系统需求研究、系统结构设计和系统用户界面设计,实现了毕业设计管理中的选题、过程管理、资料汇总的各项功能。有着很大的实际意义。
 毕业设计管理系统对学校加强学生毕业设计管理有着极其重要的作用。由于近几年各个大学学生的数量日益庞大,传统的手工管理不仅工作量大,而且容易出现问题。另外,学生的信息要用到学校教务管理的各个方面,所以一旦学生毕业设计管理出现了错误,后果往往是非常严重的。传统手工的学生毕业设计管理,管理过程繁琐而复杂,执行效率低,并且易于出错。通过这样的系统,我们可以做到信息的规范管理和快速查询,实现了对学生毕业设计管理的系统化、规范化和自动化,这样不仅减少了管理工作量,还提高了管理效率,降低了管理成本。
 一个完整的科学的毕业设计管理流程需要从导师根据自己的研究领域给出一些自己的课题或熟悉的题目,或学生自己事先跟老师说好的项目,要求导师带。管理员把教师的课题放在系统上,让学生选择自己喜欢的项目,最后导师再确定其要带的学生。如果学生选的课题为能被相应的教师选上,则要进入第二次的选题,直到每位毕业生和教师都有课题为止。确定题目之后就是写开题报告,进行开题答辩。导师进行指导。开始做毕业设计。交毕业设计^论文,进行毕业答辩。当然系统还应该有新闻发表,以及导师答辩组分配等一些功能。
 使用JCreator Pro及mysql数据库作为开发工具,利用面向对象的结构和B/S三层结构的设计方法,基本实现了毕业设计管理。
 
关键字:B/S架构,mysql,面向对象
 
 
 Abstract
 College graduates from the current design management on the problem, Developing a network based on this architecture graduate design management system. Through graduation design management process analysis. The demand for system , System architecture design and user interface design . Had graduated from the design and management of topics, process management, data compilation of various functions . Have great practical significance.
     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.
    A complete scientific process design and management graduate from the need for teachers on the basis of their areas of research are given on some of his own subjects familiar with the subject, or student told the teacher prior good project, requiring a tutor. Administrators put teachers on the subject system, allowing students to choose their own favorite projects, Finally instructors to confirm its leading students. If students choose to be subject to the corresponding teachers elected, will have to enter the second round of topics. until everyone graduates and teachers have subject position. After a set topic that the report was opened, that opened in reply. Instructor guidance. Started graduate design. Graduation Thesis pay for graduation reply. Certainly system should have news and trainers reply Group distribution features.
 JCreator Pro and the use mysql database development tool, the use of object-oriented structure and B/S three-tier structure of the system, had graduated from basic design management.
   Keywords : B/S structure, mysql, object-oriented
目    录

目录

摘要 I
Abstract II
第一章  引言 1
第二章 开发环境介绍 3
2.1开发工具JCreator Pro 3
2.2 运行环境tomcat 3
2.3 J2EE体系结构 4
第三章 系统分析 5
3.1 问题的提出 5
3.2 分析问题 5
3.3 系统设计目标 6
3.3.1 系统设计的长远目标:实现完善的毕业设计管理系统 6
3.3.2 系统设计近期 7
 第四章 系统总体设计 8
4.1  数据流图 8
4.2 部分数据字典 8
4.3 E-R图 9
4.4 功能模块 9
4.4.1 程序层次 9
4.4.2 模块功能说明 10
4.5 系统数据表 11
4.5.1教师信息表 11
4.5.2课题信息表 11
第五章 系统详细设计 12
5.1 根据选择学生和教师的流程图 12
5.2 学生毕业设计流程图5.2所示: 13
第六章 编码实现与测试 15
第七章 程序界面 27
第八章  总结与展望 31
8.1 总结 31
8.2 心得体会 32
致  谢 33
参考文献 34

基于B/S的网络资料设计管理系统由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:康通公司软件开发项目管理系统 下一篇:SOBOSS门户网站建设
推荐论文 本专业最新论文
Tags:基于 网络 资料设计 管理系统 2011-11-20 09:40:11【返回顶部】
发表论文

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


毕业论文网提供论文范文,论文代发,原创论文资料

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

Copyright@ 2009-2020 毕业论文网 版权所有