毕业设计(论文)基于bs模式的中职学生学籍管理系统的设计.doc
《毕业设计(论文)基于bs模式的中职学生学籍管理系统的设计.doc》由会员分享,可在线阅读,更多相关《毕业设计(论文)基于bs模式的中职学生学籍管理系统的设计.doc(80页珍藏版)》请在三一办公上搜索。
1、中央广播电视大学“人才培养模式改革和开放教育试点”计算机科学与技术专业毕 业 设 计 (论文)题 目:基于B/S模式的中职学生学籍管理系统的设计与实现学 校: 齐齐哈尔广播电视大学 专 业: 计算机科学技术(网络方向) 姓 名: 学 号: 指导教师: 职 称: 副教授 摘 要 随着Internet/Intranet的快速发展,数据库技术的进一步成熟,建立能业务化工作的学生学籍管理系统是当前学校管理部门的迫切要求。文章参考了目前国内学校学生管理的发展情况及管理模式,借鉴了目前国内先进的大型管理系统,对学校学生学籍管理进行了总体设计,建设“基于Web的”运行平台,实现方便快捷的前端Web登录和查询
2、,采用了ACCESS 2000作为后台数据库,采用ASP及ADO技术对数据库进行操作及维护。 首先,论文讨论了Web数据库的发展历程:从最早的主机/终端结构到近年来较流行的客户机/服务器机构,再到目前最先进的浏览器/服务器结构。讨论结果是:浏览器/服务器模式中的客户机使用的是统一的浏览器界面格式,便于操作,简单易行,有利于提高工作效率,易实现不同网络间的连接。因此学生学籍管理系统采用的就是浏览器/服务器模式。再者,论文讨论了访问Web数据库的五种方法,对于在Web服务器端提供中间件的方法有两种:CGI和API。其中,CGI效率低,速度慢;API虽然克服了CGI的缺点,但兼容性差,开发难度大。通
3、过比较五种方法的优缺点,得出的结论是:用ASP技术访问学生成绩数据库具有易实现、功能强大、效率高等优点。 最后,论文提出了用ASP和ADO技术相结合来实现学生成绩数据库的访问,得出的结论是:用ASP+ADO访问服务器端的数据库的实质就是利用ADO对象访问数据源。但是这种方案也有它的不足之处:由于ADO是以一个本地数据访问组件,而ASP+ADO方案中,ADO在Web服务器端使用,因此该方法只能对服务器端数据库进行访问,而当数据库服务器与Web服务器不在同一计算机上时,这种方案就行不通;再者由于用户每次查询都必须连接服务器,然后等待回应,因此,对于需要频繁访问数据库的应用如“网上办公”就显得过于繁
4、琐。 基于B/S结构的中职学生学籍管理系统(以下简称SSMS)就是利用ASP技术和Web数据库相结合实现的,它具有数据输入、查询修改、补考处理、毕业处理和报表输出等功能。它的成功实现对提高学校的学生管理水平具有非常重要的意义。应用表明:学生学籍管理系统用户界面友好,操作灵活方便,可大大提高工作效率,基本实现“无纸化办公”。 关键词ASP三层式结构客户机/服务器体系学籍管理系统Abstract With the development of Internet/Intranet and the maturity of database,It isexigent request to establi
5、sh student manage information system。By thinking thedeveloping of student manage in china sites which how to be managed today,the paper builds the site of student manage information system。By this site, student can register and searcho ACCESS is its database on the background。It can access data from
6、 database by using ASP and ADO technology。 First,thesis discussed the Web database process:From the earliest Host/Terminal to the popular Client/Server in recent years, now first enter of Browser/Server. the discussion is:Browser/Server is an united browser interface format, convenient for operation
7、, in brief easy line, benefit to the exaltation the work efficiency,and easily realizes different network of conjunction. For this reason student it is browser/ server that SSMS adopt the mode.Furtherrnore,five kinds of methods that discussed the interview Web databases of thesis,for the method that
8、 in the Web server carry the offering in the center piece have two kind:CGI and APLAmong them CGIs eiFiciency is low, the speed is slow; API overcame the CGIweakness,devolp the permit,conclusion is:Use the ASP technique interviewing the SSMS realizes easily, the function is strong and big,effciency
9、high etc。Finally, the thesis bring up that using ASP and ADO technique interview SSMS,the conclusion is: the ASP+ADO visitting the server database that carry is to make use of the ADO the object the interview the data. But this kind of project contain its lack: because the ADO is a native data visit
10、 the module, but in the ASP+ADO project, ADO is used in the Web the server,and for this reason the methods can interview the database of server, but be database server and Web the server is not at the same computer, this kind of project line impassability;Furthermore because every time search of cus
11、tomer must link the server, then waiting for respond, therefore, for the application that demand multifarious interview database such as the“the network transact seem to be too much tedious. we design the SSMS based on browser/server structure。The system may fulfill data input, inquiry correction、 e
12、xamination disposal、graduation disposal and report printment。SSMS is very importment to improve the management level in the high seminary .The practice show that the software has such characteristics as friend perface and flexible operation.Keyword:ASP Three Layers StructureTiered Client/Server SMS目
13、 录摘要IABSTRACTII第一章 绪论1 1.1 研究这个系统的重要性1 1.2 现有系统的局限性1 1.3 自己做的主要工作2 1.4 全文概要2第二章 系统分析4 2.1 系统设计目的4 2.2 系统设计4 2.3 系统介绍4 2.3.1 总体框架42.3.2 系统特点5第三章 系统设计实现7 3.1 系统设计的任务7 3.2 系统功能结构设计73.3 信息系统流程图设计93.4 数据库设计12 3.4.1 概念结构设计13 3.4.2 逻辑结构设计143.5 输出设计153.6 输入设计153.7 处理流程的设计16第四章 基于Web的数据库技术17 4.1 Web数据库的发展历程
14、17 4.1.1 主机/终端结构17 4.1.2 客户机/服务器结构17 4.1.3 浏览器/服务器结构18 4.2 Web数据库管理系统介绍 19 4.2.1 Web数据库工作原理 19 4.2.2 WEB数据库的访问方法 20第五章 ASP技术访问学生成绩数据库 22 5.1 ASP的工作原理 22 5.2 ASP页面的结构 22 5.3 ASP提供的内置对象和组件 23 5.3.1 Request和Reponse接收向成绩库提交的数据并作出响应 23 5.3.2 用Post和Get方法获取表单输入数据24 5.3.3 Server对象提供服务器端的基本属性和方法 25 5.3.4 Ses
15、sion对象 26 5.3.5 Application对象 265.4 通过ASP与学生成绩数据库建立连接275.5 向数据库添加、修改和删除数据28 5.5.1 向数据库中添加新数据28 5.5.2 修改数据库中已存在的数据31 5.5.3 删除数据库中的数据315.6 用Cookie集合实现成绩查询的分页浏览325.7 ActiveX服务器组件 325.8 ASP开发Web数据库的步骤 33 5.8.1 建立ADO数据环境33 5.8.2 处理返回集34 5.8.3 释放环境变量 355.9 ASP中Web数据库的更新 35 5.9.1 添加数据库记录 35 5.9.2 删除数据库记录 3
16、6 5.9.3 修改数据库记录 36 5.9.4 移动数据库记录指针 36第六章 ADO访问学生学籍管理系统的设计 376.1 创建和配置ODBC数据源 37 6.1.1 ODBC简介 37 6.1.2 创建和配置ODBC数据源 386.2 用SQL语句对成绩库作插入、删除、更新 396.3 ADO存取数据库时分页显示的实现 396.4 利用ASP和ADO访问Web数据库 406.5 学生成绩数据库查询 42第七章 系统环境要求及调试457.1 系统开发平台457.2 后台数据库的选取457.3 系统结构457.4 系统流程图457.5 系统实现的主要技术467.6 系统实现477.7 安全控
17、制技术497.8 B/S的优势与不足 49第八章 结束语 51参考文献52致谢53附录54第一章 绪论 人类社会己经踏入21世纪的门槛,蓦然回首:20世纪90年代以来,全球信息技术发展明显加快。由于芯片技术、电脑软件技术突飞猛进地提高,电脑功能正日趋强大。随着Internet的出现,人们己经认识到,周围的一切正在发生异乎寻常的变化:多媒体计算机迅速走进家庭;上网已成为人们日常生活的一部分;WWW浏览使你足不出户便知天下事;各种应用软件更是应有尽有。事实证明:网络的普及及应用大大推动了计算机应用的发展。从国防军事、交通运输、财政金融、科学教育等大型系统,到一个企业、一个机关、一所学校、一座饭店的
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 毕业设计 论文 基于 bs 模式 学生 学籍 管理 系统 设计

链接地址:https://www.31ppt.com/p-3978917.html