您现在的位置:网站首页答辩论文计算机毕业设计ASP毕业设计

在线选课系统

  • 简介:(论文 字数:15490页数:35 带程序)摘 要:随着计算机网络技术的飞速发展,B/S结构已经逐渐取代C/S结构成为开发管理信息系统的基础结构,ASP作为Web应用程序的开发技术也为更多的人所采用。 本文主要论述一个在线选课系统的设计与开发以及对其进...
    • 请与管理员联系购买资料 QQ:5739126
  • 论文简介
  • 相关论文
  • 论文下载

(论文 字数:15490页数:35 带程序)摘 要:随着计算机网络技术的飞速发展,B/S结构已经逐渐取代C/S结构成为开发管理信息系统的基础结构,ASP作为Web应用程序的开发技术也为更多的人所采用。
本文主要论述一个在线选课系统的设计与开发以及对其进行的测试分析。文章首先介绍了基于瘦客户机的浏览器/服务器(Browser/Server)结构,介绍了MS Access 2003+ Dreamweaver MX 2004开发平台,JSP、PHP、ASP三种Web开发技术,对各自的优缺点进行了比较和分析,并最终选择了ASP技术。然后阐述了此在线选课系统的概要设计部分和详细设计部分,其中详细设计部分包括后台数据库设计、系统登录、在线学习、以及在线测试部分详细设计。
在软件测试部分,首先分析了系统可能出现问题的原因,并预计会产生哪些错误,提出了测试方案;然后详细讨论了对该在线选课系统进行的三种类型的测试:单元测试、增量型的集成测试以及兼容性测试,分析了错误的原因提出了解决办法;最后对测试工作进行了总结。

关键词:B/S结构,ASP,数据库,单元测试,集成测试,兼容性测试

Abstract :With the rapid development of computer network technology,the B/S model has gradually replaced C/S model。 The ASP technique has been used more popularly in the exploitation of Web application。
This paper mostly choose course how to design and exploit a library management system and make testing analyses toward it。 This article firstly introduces the B/S model which is based on the thin- client, and then introduces MS Access 2003+ Dreamweaver MX 2004 design platform。 Then the article gives introduction of three most popular techniques JSP, PHP, ASP, and compares the advantages and disadvantages among them in detail, an choose ASP technique at last。 And then, the article respectively expatiates the schematic design part and detailed design part。 It contains background database design, system log-in module design, books query module design, books borrow and return module design。
In the software tests part, the article firstly analyses the causation of the problems which could exist in the system and forecasts the errors which are in it to makes the tests scheme。 Then the article bats around the three types tests which made for this system: unit tests, increasing COM positive tests and compatibility tests, analyses the reasons about the errors and then puts forward the resolvents。 Make a summarization for the testing work。

【keywords】B/S model, JSP, PHP, ASP, database, unit tests, COM positive tests, compatibility tests。

目 录
第一章 引言 5
1.1选题背景 5
1.2选题目的 5
第二章 方案论证 6
2.1 B/S结构相关开发技术简介 6
2.2 Web数据库开发关键技术 6
2.2.1 JSP技术 6
2.3.2 PHP技术 8
2.3.3 ASP技术 10
2.3.4 Access数据库介绍 12
2.4 编程环境的选择 13
2.4.1系统对运行环境的要求: 13
2.4.2使用ODBC来连接数据库 14
2.5小结 16
第三章 设计过程详细论述 17
3.1概要设计 17
3.1.1 目标设计 17
3.2 数据库详细设计 18
3.3系统登录界面详细设计 21
3.4 在线学习界面详细设计 25
3.5在线测试界面详细设计 25
3.6在线问答界面详细设计 27
3.7修改个人信息界面详细设计 28
3.8查看我的问题界面详细设计 29
第四章 软件测试 30
4.1 测试方案 30
4.2 测试的过程与结果分析 32
第五章 结 论 33
致 谢 34
参考文献 35

第一章 引言
1.1选题背景
随着Internet技术的兴起与发展和Web技术的蓬勃发展,人们希望通过Web发表意见、查询数据,甚至进行网上购物,这就迫切需要实现Web与数据库的互连。Web技术发展到今天,人们已经可以把数据库技术引入到Web 系统中。数据库技术发展比较成熟,特别适用于对大量的数据进行组织管理,Web技术具有较佳的信息发布途径,这两种技术的天然互补性决定相互融合是其发展的必然趋势。传统的数据库应用系统采用的是客户机/服务器(Client/Server)模式,有高度的交互性,高效的用户界面等优点,但存在数据交互和交互规则移至客户端,代价高,维护成本高,缺少中央控制,多媒体要素不易扩展等缺点。基于瘦客户机的浏览器/服务器(Browse/Server)模式的Web数据库技术采用三层或多层体系结构,它通过Web服务器及中间件访问数据库,能够克服以上缺点。

\

查看评论 已有0位网友发表了看法
  • 验证码: