基于internet的芯片查询系统.doc

约69页DOC格式手机打开展开

基于internet的芯片查询系统,基于internet的芯片查询系统页数:69字数:15617摘要数据库是当今世界应用得最广泛的计算机技术之一。随着计算机技术的飞速发展,有效地管理数据已成为越来越迫切的需要。作者汲取了该思想设计和实现了一个小型数据库系统——基于internet的芯片查询系统。它是典型的以web为基础,与浏览者交互的对话查询系统,主要方...
编号:68-77330大小:450.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 915 发布

基于Internet的芯片查询系统


页数:69 字数:15617

摘要

数据库是当今世界应用得最广泛的计算机技术之一。随着计算机技术的飞速发展,有效地管理数据已成为越来越迫切的需要。作者汲取了该思想设计和实现了一个小型数据库系统——基于Internet的芯片查询系统。
它是典型的以WEB为基础,与浏览者交互的对话查询系统,主要方便我们对芯片相关信息进行快速,高效的查询,其开发主要包括后台数据库的建立和维护以及前端网页的开发两个方面,对于前者要求建立起数据一致性和完整性强,数据安全性好的库。而对于后者则要求应用程序功能的完备,易使用等特点。本报告因其工作的侧重点详诉了数据库的开发。经过分析我们使用Microsoft公司的Access, FrontPage开发工具以及它推出的ASP(Active Server Page)技术。利用了其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象。本次设计,只是一个摸索性的基础工作,并不完善,主要在短时间内建立系统应用原型,随着对初始原型系统进行需求迭代,不断修改和改进,可形成用户满意的可行系统。

关键词:信息系统 数据库设计 B/S模式 ASP

ABSTRACT
Database is one of the most important and popular techniques nowadays. With the fast development of computer technology, efficient management of data is becoming more and more important. The writer successfully designed and realized a small database management system——The search system of chip that based on Internet.
The search system of viewer’s mutual dialogue is the typical one based on WEB and helps us carry on the relevant information of the chip fast mainly, high-efficient inquiry .It mainly includes building up data-base of back-end and developing the user interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used. Because of emphasis point of work, This text has told the development of the database in details. By looking up lots of datum, we selected Access, FrontPage and ASP(Active Server Page) techniques presented by Microsoft because of its objective tools, especially it offered a series of ActiceX operating a data-base. For the restriction of time, the design of this system is not perfect. This design is just a base work for discovery. We build up a prototype of system application mainly in a short-cut. The prototype could be modified and developed till users are satisfied with it.

Keyword: Office Automation, B/S model, ASP

1.引言
1.1 基于 Internet常用芯片查询系统的概述
1.2 基本原理及使用软件简介
1.2.1 B/S模式
1.2.2 ASP简介
1.2.3 Access简介
1.2.4 FrontPage2000简介
1.2.5 Protel简介
1.2.6 Max+plus简介
1.3 查询系统的一般要求
1.3.1 功能需求
1.3.2 性能需求
1.3.3系统的运行环境
1.4 本课题的目标实现
1.5 系统组成
2.芯片查询系统的概要设计
2.1 系统的需求分析
2.1.1 系统概述
2.1.2 收集数据来源
2.1.3 数据库描述
2.1.4 功能需求
2.2 概要设计
2.2.1 设计流程图
2.2.2 系统总体流程图
2.2.3 系统操作流程
3 芯片查询系统的详细设计
3.1 主页设计
3.2 数据库设计
3.2.1 建立数据库
3.2.2 连接Access2000
3.3 查询功能设计
3.3.1 数据查询实现
3.3.2 查询结果显示
3.4 数据管理功能的实现
3.4.1 添加功能的实现
3.4.2 修改描述功能的实现
3.4.3 图片修改功能的实现
3.4.4 删除功能的实现
3.4.5 管理界面的实现
4.运行并测试结果
4.1 安装网站服务器
4.2 创建虚拟目录上传网页
4.3 出错分析
5.总结,致谢
6.附录
附录1 参考文献
附录2 程序清单


1.引言
随着Web上可获得信息的不断增长,广大Web用户迫切需要一种用来发现和使用这些信息的工具。如何在浩瀚如海的信息空间里,快速查找并获取所需的信息,已成为这新的信息时代里最根本的问题之一。这就需要开发一些提供网上信息查询服务的系统,我们称之为搜索引擎。它是在互联网产生后伴随着网上用户快速查询信息的需求而产生的新生事物,即提供信息检索服务的计算机查询系统。
我们据此思想,把芯片信息和Internet结合起来,制作了这个专门用于常用芯片信息查询的系统,以方便我们对芯片信息进行快速综合的查询,提高我们查询的效率。