免费获取|
论文天下网
  • 论文天下网 |
  • 原创毕业论文 |
  • 论文范文 |
  • 论文下载 |
  • 计算机论文 |
  • 论文降重 |
  • 毕业论文 |
  • 外文翻译 |
  • 免费论文 |
  • 开题报告 |
  • 心得体会 |

当前位置:论文天下网 -> 论文下载 -> 毕业论文下载

和田师专教师MIS系统的设计与实现

本文ID:24310 字数:27910,页数:61

下载地址 全文下载链接(充值:¥50.00元) 

点击下载:下载地址 和田师专教师MIS系统的设计与实现 (收费:5000 积分)  如何获取积分?

论文字数:27910,页数:61

摘    要
 普通高校一般都有科研信息的管理工作,它主要的任务是收集和整理各种科研人员资料。具体工作可分为:制定表格,发放表格,收集表格,整理统计数据,装订保存。在以往,这项工作是使用纸张制成表格,然后再发放给教师填写。或者教师们填写好电子文档,再上交。这样存在不少问题。一是效率低下,管理人员根据需要搜集信息制定表格,表格使用纸张打印出来,再发送给教师,教师填写完毕再提交给管理人员。这样的工作周期使到一项本来简单的工作费时太多。而且可能由于某些教师刚好出差在外,不能完成填写工作,从而使到下一项的工作不能开展;二是浪费,这包括人力和物力。
 ASP(Active Server Pages)是Microsoft公司推出的一种服务器端的命令执行环境。ASP凭借动态、高效、易于交互的特点,大量服务于Internet/Intranet系统的开发和实现。ASP通过ADO提供更方便、更快捷的访问数据库方法,非常利于开发基于数据库驱动的Web应用程序;ASP几乎支持所有的脚本语言,如VBScript、java script等。
 本文首先对分析了信息管理系统的发展趋势,指出网络技术的发展和信息管理系统的发展是同时进行、相互促进的。论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点地说明了系统设计的核心、设计思想、难点技术和解决方案。系统功能包括前台显示和后台管理两大模块。前台显示部分主要面向教师。后台管理部分主要面向的是超级用户和普通管理者(即教师),是后台操作部分,包括信息修改和设置。
 
 
关键词:信息管理系统;教师;MIS;Asp
The Design and Implementation of Teacher Management System
Abstract
 Teaching management informatization system is one of the important symbols of modern university management informatization.Based on the analysis of our university's teaching information management model,the paper elaborates the college teacher teaching information management system′s overall structure,function module,database design,system structure and so on,and analyzes the effect of using this system.Finally,it points out that some problems are unsolved with the system.
 ASP (Active Server Pages) is a sort of server order executive condition produced by Microsoft. ASP has been used to exploder and carried out systems in Internet/Intranet abundantly, according to its characteristic of dynamic, high effect and easy alternation. Applied by ADO with a more convenient and quick method of access database, ASP is very useful for exploder web application which is based on database driving. ASP almost sustains all of Scripting languages, for example, java script, VBScript etc.  In this thesis, at first, I analysis the developing current of management informatization system, and point out that the relation between network technology and management informatization system is developing together and accelerating each other. The article is to introduce the development background of the subject, the function and the course of developing mainly. It explains the system’s focal point, design philosophy, difficult point and solution. The system of teching management informatization includes two parts: the foreground displaying and the background management. The foreground displaying mainly looks on teachers information, including the forum of teachers and sending out messages. The main user of the forum of teachers is teachers. It is foreground process part, which is made up of the intercourse area of teachers and students, the intercourse area of students and students. The part of background management mainly looks on super users and common users (just as teachers). It is background process part. It is made up of two parts: the back of the foreground displaying and the back of the background management
 【 Keyword:】  Teching Manage the information system;Design;Development ;ASP(Active Server Pages);
 
目     录
摘    要 III
Abstract IV
第1章 绪论 1
1.1 课题背景和意义 1
1.2 国内现状 2
1.3 本文工作及章节安排 3
第2章 相关技术 5
2.1 J2EE概述 5
2.1.1 J2EE多层应用模型 5
2.1.2 J2EE组件——容器体系结构 5
2.1.3 J2EE组件装配模型 6
2.1.4 J2EE中的Web GUI技术 7
2.2 Browser/Server结构 7
2.3 J2EE组件介绍 9
2.3.1 Servlet技术 9
2.3.2 JSP技术 10
2.3.2 EJB技术 11
2.4 ASP技术特点及其实现过程 12
2.4.1 ASP技术特点 12
2.4.2 ASP技术的实现过程 13
2.4.3 ASP技术的实现步骤 13
2.4.5 系统的数据库连接方式 13
2.4 本章小结 14
第3章 系统需求分析 15
3.1 MIS系统开发的基本过程 15
3.2系统的功能需求分析 16
3.1.1信息录入功能 18
3.1.2信息查询功能 18
3.1.3查询统计功能 18
3.1.4信息浏览功能 18
3.1.5日志管理功能 18
3.1.6系统维护功能 18
3.1.7帮助功能 19
3.2系统的非功能性需求分析 19
3.2.1 系统的性能需求分析 19
3.2.2 界面需求 19
3.2.3 安全性需求 20
3.3 系统开发目标 20
3.4 本章小结 20
第4章 系统的总体设计 21
4.1 系统的总体设计 22
4.1.1 系统设计原则 22
4.1.2 系统的拓扑结构设计 23
4.2 系统框架结构设计 23
4.3 系统的流程设计 24
4.4 系统的功能设计 26
4.4.1 教师信息录入 27
4.4.2 信息浏览模块 28
4.4.3 教师信息统计模块 29
4.4.4 用户管理模块 29
4.4.5 日志管理模块 30
4.4.6 系统维护管理 31
4.4管理模块的设计 32
4.5 数据库设计 34
4.6 系统的安全性设计 37
4.7 本章小结 37
第5章 系统的详细设计与实现 38
5.1 系统开发平台的建立 38
5.2 用户层的设计与实现 38
5.3教师管理系统实现的关键技术 42
5.3.1 ADO访问数据库的核心源代码 42
5.3.2 使用ASP和SQL技术实现动态查询 43
5.4 数据层的实现 44
5.4.1 JDBC 概述 44
5.4.2 JDBC 的主要对象 44
5.4.3 JDBC实现 45
5.4.4配置连接池和数据源 46
5.5 业务层的实现 47
5.5.1 JSP、Served、JavaBeans实现方案 47
5.5.2 用户登录功能的实现 48
5.5.3 基于角色的访问控制的实现 50
5.5.4 统计报表功能的实现 50
5.6 系统安全管理的实现 51
5.7 本章小结 52
总结与展望 53
参 考 文 献 54
致    谢 56

相关论文
上一篇:毕业设计过程管理网站设计与开发 下一篇:藏族文化与环境保护之间的关系
推荐论文 本专业最新论文
Tags:和田 师专 教师 MIS 系统 设计 实现 2012-03-31 10:52:49【返回顶部】

相关栏目

教育管理论文
汉语言文学
学前教育论文
心理学论文
小学教育论文
现代教育技术
数学与应用数学
数学教育论文
工商管理
人力资源管理
财务会计
法律论文
行政管理论文
物流专业论文
电子商务论文
理工科论文
物理学论文
乡镇企业管理
电视制片管理
文化产业管理
物业管理论文
毕业论文下载
包装工程论文
印刷工程论文
工业工程论文
信息管理论文
生物工程论文
制药工程论文
电子信息工程
通信工程论文
电气工程论文
信息计算科学
药学专业毕业论文


关于我们 | 联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 原创毕业论文

 

论文天下网提供论文检测,论文降重,论文范文,论文排版,网站永久域名WWW.GEPUW.NET

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

Copyright@ 2009-2022 GEPUW.NET 论文天下网 版权所有