摘 要:本文首先介绍了本课题产生的背景和研究现状。指出了现有系统开发存在的不足,如开发程序代码庞大、数据交互性差、程序更新缓慢等。提出了充分利用asp.NET的灵活性和优越性,简化代码量、通过ODBC与数据库连接、采用分模块方式等进行改进。阐明了研发一套基于ASP.NET的在线资料查阅系统的必要性和可行性。
其次,本文对系统需求进行了分析,提出了系统开发的基本目标,如用户界面友好、资料及时更新、应用程序实时更新,并分析该系统设计时应该注意的关键问题和系统的特点。
接着,阐述了该系统各模块的功能,详细地论述了各个系统功能模块的设计思想,如资料检索模块、资料浏览模块、管理员和注册用户对资料管理和登录模块,并列出了相关的实现代码和实现结果图。
本文最后对系统研发工作进行了总结,指出了研究上的不足和系统改进的措施。
关键词: ASP.NET;资料检索;资料阅读;数据库
Design and Implementation of On-line Information Accessing System
Abstract :This thesis firstly introduces the background and present situation of this project, points out the existed insufficient of current system, such as redundant code, poor interactivity, and slow updating and so on, provides simplifying the quantity of codes methods by using the ODBC database technology, modules and so on, and states the necessity and feasibility of developing an online information accessing system based on ASP.NET.
Secondly, the paper analyzes the requirement of the system, points out the basic goal for the development of this system, which includes friendly users interface, updating timely of information and procedures. Meanwhile, this paper analyzes the key problems, which should be paid attention to during this design and introduces the features of this system.
Thirdly, this thesis describes the functions of each module for this system, which includes the information-search module, information-view module, the modules of managers and registered users, login module and etc., and lists the related codes and achieved charts.
At last, the thesis makes conclusion of the development of the system. It points out the shortcoming for research, and suggests the measures to improve.
Key words: ASP.NET; Data Search; Information read; Database
1 引言
1.1 课题背景
在过去的20年当中,程序设计的重点一直在服务器和客户机之间交换着。从主机的批处理到独立的应用程序,从客户机服务器到网络程序,程序开发的焦点始终根据当前可获得的硬件、软件以及通信模式而来回改变。从电传打字机到终端,从大型主机到微机到服务器,从台式机到膝上电脑到手提设备,从固定线路直接到私有网络到因特网,程序员已经将他们的精力集中在改进用户界面或建立为运行用户界面的设备提供数据服务的后台系统上。
人们可以在自己的机器上使用各自的文件进行工作,因此微机的迅速发展也导致了相应的数据分割。正是这种分割导致了网络能力的迅速增长。公司业务需要员工们共享信息,同时他们也需要将数据集中起来,以进行安全控制。这些需要促使了客户机-服务器计算机模式的发展,使人们可以利用快速集中的数据库将大量的图形用户界面与快速的微机处理过程结合起来。
遗憾的是,正如人们设想的一样,客户机-服务器计算模式引出了几个问题。“胖”客户程序在部署、安装、维护、升级等方面都很困难。而企业需要的是一个不同种类的客户应用程序,用于从集中服务器上接收数据和程序代码,然后像以往使用桌面应用程序一样,显示数据并与之进行交互。万维网和浏览器技术的出现似乎解决了这个问题。