计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

考试报名系统ASP+SQL

2016-05-14 01:02
导读:计算机应用论文论文,考试报名系统ASP+SQL样式参考,免费教你怎么写,格式要求,科教论文网提供的这篇文章不错:毕业
毕业

考试报名系统
 
摘要:随着计算机及网络技术的飞速发展,Internet/Intranet应用在全球范围内日益普及,在众多的网络服务中,Web给人的感觉,而在这其中,ASP技术则因为可以进行复杂的数据库操作、很强的交互性及方便用户控制管理且简便易学而备受青睐,成为当前相当热门的网络开发技术。
本给出了1个基于网络的通用考务系统——网上报名系统的的设计和制作。主要介绍了系统开发的前期准备(软硬件的准备)到系统基本组成的设计思考和功能的基本实现包括网上报名、打印信息、查询结果、系统维护等。最后阐述了系统存在的问题和不足,以便于将来更好地进行改进。
本系统的设计与实现是所用的工具是Dreamweaver MX 2004,后台数据库是采用安全性较高的SQL Server 2000,使系统的安全性有了较好的保障。
关键词  ASP;数据库;报名系统

Register System on Net
 
Abstract:Along with computer and networking rapid development, Internet/The Intranet application popularizes in the global scope day by day, in multitudinous network service, Web for humans feeling, but among this, because of ASP technology, then may carry on the complex database operation, very strong interactive as well as the convenience user control management also simple easy to study prepares is favored, becomes the current quite popular network development technology.
The present paper gave one general to test on the service system - - net registered the system the design and the manufacture based on the network. Mainly introduced the system development earlier period preparation (software and hardware preparation) registers, the printing information to the system, basic composition design ponder and the function basic realization including the net on, the inquiry result, the system maintenance and so on. Finally elaborated the system existence question and the in sufficiency, will be advantageous for the future to make the improvement well. (科教作文网http://zw.nseAc.com)
This system design and the realization takes the tool which uses are Dreamweaver MX 2004, the backstage database uses securing high SQL Server 2000, which is enable the system the security to have the good safeguard.
Keywords :  ASP; database; register on the net

目  录
1 绪论 1
1.1报名系统的开发背景 1
1.2 国内外研究现状 2
1.3 全文体系结构 3
2 开发工具简介及可行性分析 4
2.1 开发工具简介 4
2.1.1 ASP技术简介 4
2.1.2 ASP与IIS 6
2.1.3 Dreamweaver MX 2004简介 7
2.1.4 SQL Server 2000概述 8
2.2 可行性分析 9
2.3相关理论知识 9
2.3.1 ASP访问Web数据库的原理 9
2.3.2 ADO及ODBC技术介绍 9
2.3.3 动态交互的精髓:利用ADO访问Web数据库 10
3需求分析 12
3.1需求背景分析 12
3.2 功能需求 12
3.3 系统开发环境 12
3.4数据流图(DFD) 13
3.5实体-联系图(E-R图) 14
4 总体设计 15
4.1 B/S模式 15
4.1.1 B/S架构 15
4.1.2 B/S3层结构 15
4.2系统功能模块图 16
4.3系统总体结构设计 16
4.5 数据库中表的建立 19
5 使用ASP开发基于WEB的报名系统 22
5.1 开发环境的准备 22
5.2 详细设计与代码实现 22
5.2.1系统首页的设计与实现 22
5.2.2 报名注册页面的设计与实现 24
5.2.3 会员控制面板 27
5.2.4 管理员登陆界面的设计与实现 29
5.2.5 管理员控制面板的设计与实现 30
5.2.6 取回密码模块的设计与实现 34
6 结论与展望 35
致谢 36
参考文献 37

注:不包括源代码.

    上一篇:人事管理系统VB+Access 下一篇:模拟考试系统设计Delphi+SQL