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

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

高校学生开题报告管理系统

 本文ID:LWGSW17934 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 高校学生开题报告管理系统 (收费:1000 积分)  

论文字数:15291,页数:44

摘要

 随着计算机技术的发展,计算机信息化管理呈现出蓬勃发展之势,信息化管理水平的高低直接影响到企业和公司的发展。因此,利用先进的技术开发高效、安全的信息平台就显得尤为重要。
 本文详细说明了利用 Java 和 java script 技术开发的“开题报告管理系统”,探讨当今高校学生开题报告管理系统的开发与研究。主要介绍了基于B/S架构开发高校学生开题报告管理系统的开发方法、系统开发的背景、系统的需求分析、系统的实现过程等。论文详细阐述了高校学生开题报告管理系统的需求分析、概要设计、系统的功能设计、系统的数据库结构设计、系统的实现,同时也简单介绍了 Java、jsp、Java Script、CSS等相关技术,以及 Macromedia Dream Weaver 8.0、Tomcat 6.0、JDK 1.5、Adope PHOTOSHOP 等相关软件的介绍。
 本系统基于中文版Windows XP Professional和SQL Server 2000开发,采用B/S结构,JSP + Java Bean模式,在数据安全及稳定性方面都有较高的水平。
 数据库是数据库应用程序的重要组成部分。一个设计结构合理的数据库对于应用程序的开发效率和程序的性能都是非常重要的。本系统主要使用了8张数据表:基本信息表、教师及毕业设计题目表、学生毕业设计相关文件表、开题报告得分存储表、学生选题表和三个主页信息存储表。

关键词:JAVA,JDK,SQL Server 2000,开题报告管理系统

ABSTRACT

 With the development of the computer technology, the information-based management of the computer is becoming more preva lent. The degree of the information-based management influences the development of the enterprises and institutions directly. Therefore, it is particularly important to utilize more advanced technology to develop high-efficient and secure information platform.
 This article explains "the management systems of initiating of the report' particularly, and talks about the development and research in graduate students in colleges and universities. The main framework is the development of colleges and universities to introduce students graduated based on the B/S design management information systems development methodology, system development background, system needs analysis, system realization process. Paper elaborated on the design of management information systems graduate students in colleges and universities demand analysis, outline design, system functional design, system design of the database structure, system to achieve, but also introduced the Java, JSP, Java Script technologies, CSS technology briefly, and macromedia Dream Weaver 8.0、Tomcat 5.0、JDK 1.5、PHOTOSHOP software.
    The database is the database application procedure important constituent. A design structure reasonable database regarding the application procedure development efficiency and the procedure performance all is count for much. This system mainly used 8 data sheets, the  table with sample information, the table with teachers and report names, the table with reports, the table with scores, the table with chosen subject, and 3 pieces of the tables with something in the home.

Keywords:JAVA, JDK, SQL SERVER 2000, Initiating of the report Management System

 

目录
摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.2 可行性分析 1
第2章 系统分析 3
2.1  系统设计目标 3
2.2  开发设计思想 3
2.3  开发和运行环境选择 3
2.4  系统功能分析及模块分析 4
2.4.1 学生功能模块 4
2.4.2 教师功能模块 4
2.4.3 管理员功能模块 5
2.5  功能结构图 6
第3章 开发环境及工具 7
3.1  开发语言及技术 7
3.1.1  JSP 7
3.1.2  Java Script 8
3.1.3  B/S模式 8
3.1.4  CSS技术 10
3.1.5  ODBC数据库访问技术 11
3.2 开发工具介绍 12
3.2.1  Microsoft SQL Server 2000 12
3.2.2  Macromedia Dream Weaver 8.0 12
3.2.3  Tomcat 13
3.2.4  Adobe Photoshop 14
第4章 数据库设计 15
4.1 数据库设计过程 15
4.2 数据库需求分析 15
4.2.1 需求分析准备 15
4.2.2 问题分析 16
4.2.3 方案选择 16
4.2.4 功能需求 17
4.3 建表 17
第5章 系统实现 21
5.1 制作界面 21
5.2 多角色登陆 22
5.3 出题选题功能 27
5.3.1 发布毕业设计课题信息 27
5.3.2 选择毕业设计信息 28
5.3.3提交和下载毕业设计相关文档 30
5.3.4 评分系统 34
5.4 辅助功能 35
5.5 数据库的连接 36
第6章 结束语 38
致谢 39
参考文献 40


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:教师办公自动化管理系统 下一篇:基于Jsp+JavaBean的学生成绩管理..
Tags:高校 学生 开题 报告 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

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

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

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