基于internet的芯片查詢系統(tǒng).doc
約69頁DOC格式手機(jī)打開展開
基于internet的芯片查詢系統(tǒng),基于internet的芯片查詢系統(tǒng)頁數(shù):69字?jǐn)?shù):15617摘要數(shù)據(jù)庫是當(dāng)今世界應(yīng)用得最廣泛的計(jì)算機(jī)技術(shù)之一。隨著計(jì)算機(jī)技術(shù)的飛速發(fā)展,有效地管理數(shù)據(jù)已成為越來越迫切的需要。作者汲取了該思想設(shè)計(jì)和實(shí)現(xiàn)了一個(gè)小型數(shù)據(jù)庫系統(tǒng)——基于internet的芯片查詢系統(tǒng)。它是典型的以web為基礎(chǔ),與瀏覽者交互的對(duì)話查詢系統(tǒng),主要方...


內(nèi)容介紹
此文檔由會(huì)員 915 發(fā)布
基于Internet的芯片查詢系統(tǒng)
頁數(shù):69 字?jǐn)?shù):15617
摘要
數(shù)據(jù)庫是當(dāng)今世界應(yīng)用得最廣泛的計(jì)算機(jī)技術(shù)之一。隨著計(jì)算機(jī)技術(shù)的飛速發(fā)展,有效地管理數(shù)據(jù)已成為越來越迫切的需要。作者汲取了該思想設(shè)計(jì)和實(shí)現(xiàn)了一個(gè)小型數(shù)據(jù)庫系統(tǒng)——基于Internet的芯片查詢系統(tǒng)。
它是典型的以WEB為基礎(chǔ),與瀏覽者交互的對(duì)話查詢系統(tǒng),主要方便我們對(duì)芯片相關(guān)信息進(jìn)行快速,高效的查詢,其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫的建立和維護(hù)以及前端網(wǎng)頁的開發(fā)兩個(gè)方面,對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng),數(shù)據(jù)安全性好的庫。而對(duì)于后者則要求應(yīng)用程序功能的完備,易使用等特點(diǎn)。本報(bào)告因其工作的側(cè)重點(diǎn)詳訴了數(shù)據(jù)庫的開發(fā)。經(jīng)過分析我們使用Microsoft公司的Access, FrontPage開發(fā)工具以及它推出的ASP(Active Server Page)技術(shù)。利用了其提供的各種面向?qū)ο蟮拈_發(fā)工具,尤其是數(shù)據(jù)窗口這一能方便而簡(jiǎn)潔操縱數(shù)據(jù)庫的智能化對(duì)象。本次設(shè)計(jì),只是一個(gè)摸索性的基礎(chǔ)工作,并不完善,主要在短時(shí)間內(nèi)建立系統(tǒng)應(yīng)用原型,隨著對(duì)初始原型系統(tǒng)進(jìn)行需求迭代,不斷修改和改進(jìn),可形成用戶滿意的可行系統(tǒng)。
關(guān)鍵詞:信息系統(tǒng) 數(shù)據(jù)庫設(shè)計(jì) 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常用芯片查詢系統(tǒng)的概述
1.2 基本原理及使用軟件簡(jiǎn)介
1.2.1 B/S模式
1.2.2 ASP簡(jiǎn)介
1.2.3 Access簡(jiǎn)介
1.2.4 FrontPage2000簡(jiǎn)介
1.2.5 Protel簡(jiǎn)介
1.2.6 Max+plus簡(jiǎn)介
1.3 查詢系統(tǒng)的一般要求
1.3.1 功能需求
1.3.2 性能需求
1.3.3系統(tǒng)的運(yùn)行環(huán)境
1.4 本課題的目標(biāo)實(shí)現(xiàn)
1.5 系統(tǒng)組成
2.芯片查詢系統(tǒng)的概要設(shè)計(jì)
2.1 系統(tǒng)的需求分析
2.1.1 系統(tǒng)概述
2.1.2 收集數(shù)據(jù)來源
2.1.3 數(shù)據(jù)庫描述
2.1.4 功能需求
2.2 概要設(shè)計(jì)
2.2.1 設(shè)計(jì)流程圖
2.2.2 系統(tǒng)總體流程圖
2.2.3 系統(tǒng)操作流程
3 芯片查詢系統(tǒng)的詳細(xì)設(shè)計(jì)
3.1 主頁設(shè)計(jì)
3.2 數(shù)據(jù)庫設(shè)計(jì)
3.2.1 建立數(shù)據(jù)庫
3.2.2 連接Access2000
3.3 查詢功能設(shè)計(jì)
3.3.1 數(shù)據(jù)查詢實(shí)現(xiàn)
3.3.2 查詢結(jié)果顯示
3.4 數(shù)據(jù)管理功能的實(shí)現(xiàn)
3.4.1 添加功能的實(shí)現(xiàn)
3.4.2 修改描述功能的實(shí)現(xiàn)
3.4.3 圖片修改功能的實(shí)現(xiàn)
3.4.4 刪除功能的實(shí)現(xiàn)
3.4.5 管理界面的實(shí)現(xiàn)
4.運(yùn)行并測(cè)試結(jié)果
4.1 安裝網(wǎng)站服務(wù)器
4.2 創(chuàng)建虛擬目錄上傳網(wǎng)頁
4.3 出錯(cuò)分析
5.總結(jié),致謝
6.附錄
附錄1 參考文獻(xiàn)
附錄2 程序清單
1.引言
隨著Web上可獲得信息的不斷增長,廣大Web用戶迫切需要一種用來發(fā)現(xiàn)和使用這些信息的工具。如何在浩瀚如海的信息空間里,快速查找并獲取所需的信息,已成為這新的信息時(shí)代里最根本的問題之一。這就需要開發(fā)一些提供網(wǎng)上信息查詢服務(wù)的系統(tǒng),我們稱之為搜索引擎。它是在互聯(lián)網(wǎng)產(chǎn)生后伴隨著網(wǎng)上用戶快速查詢信息的需求而產(chǎn)生的新生事物,即提供信息檢索服務(wù)的計(jì)算機(jī)查詢系統(tǒng)。
我們據(jù)此思想,把芯片信息和Internet結(jié)合起來,制作了這個(gè)專門用于常用芯片信息查詢的系統(tǒng),以方便我們對(duì)芯片信息進(jìn)行快速綜合的查詢,提高我們查詢的效率。
頁數(shù):69 字?jǐn)?shù):15617
摘要
數(shù)據(jù)庫是當(dāng)今世界應(yīng)用得最廣泛的計(jì)算機(jī)技術(shù)之一。隨著計(jì)算機(jī)技術(shù)的飛速發(fā)展,有效地管理數(shù)據(jù)已成為越來越迫切的需要。作者汲取了該思想設(shè)計(jì)和實(shí)現(xiàn)了一個(gè)小型數(shù)據(jù)庫系統(tǒng)——基于Internet的芯片查詢系統(tǒng)。
它是典型的以WEB為基礎(chǔ),與瀏覽者交互的對(duì)話查詢系統(tǒng),主要方便我們對(duì)芯片相關(guān)信息進(jìn)行快速,高效的查詢,其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫的建立和維護(hù)以及前端網(wǎng)頁的開發(fā)兩個(gè)方面,對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng),數(shù)據(jù)安全性好的庫。而對(duì)于后者則要求應(yīng)用程序功能的完備,易使用等特點(diǎn)。本報(bào)告因其工作的側(cè)重點(diǎn)詳訴了數(shù)據(jù)庫的開發(fā)。經(jīng)過分析我們使用Microsoft公司的Access, FrontPage開發(fā)工具以及它推出的ASP(Active Server Page)技術(shù)。利用了其提供的各種面向?qū)ο蟮拈_發(fā)工具,尤其是數(shù)據(jù)窗口這一能方便而簡(jiǎn)潔操縱數(shù)據(jù)庫的智能化對(duì)象。本次設(shè)計(jì),只是一個(gè)摸索性的基礎(chǔ)工作,并不完善,主要在短時(shí)間內(nèi)建立系統(tǒng)應(yīng)用原型,隨著對(duì)初始原型系統(tǒng)進(jìn)行需求迭代,不斷修改和改進(jìn),可形成用戶滿意的可行系統(tǒng)。
關(guān)鍵詞:信息系統(tǒng) 數(shù)據(jù)庫設(shè)計(jì) 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常用芯片查詢系統(tǒng)的概述
1.2 基本原理及使用軟件簡(jiǎn)介
1.2.1 B/S模式
1.2.2 ASP簡(jiǎn)介
1.2.3 Access簡(jiǎn)介
1.2.4 FrontPage2000簡(jiǎn)介
1.2.5 Protel簡(jiǎn)介
1.2.6 Max+plus簡(jiǎn)介
1.3 查詢系統(tǒng)的一般要求
1.3.1 功能需求
1.3.2 性能需求
1.3.3系統(tǒng)的運(yùn)行環(huán)境
1.4 本課題的目標(biāo)實(shí)現(xiàn)
1.5 系統(tǒng)組成
2.芯片查詢系統(tǒng)的概要設(shè)計(jì)
2.1 系統(tǒng)的需求分析
2.1.1 系統(tǒng)概述
2.1.2 收集數(shù)據(jù)來源
2.1.3 數(shù)據(jù)庫描述
2.1.4 功能需求
2.2 概要設(shè)計(jì)
2.2.1 設(shè)計(jì)流程圖
2.2.2 系統(tǒng)總體流程圖
2.2.3 系統(tǒng)操作流程
3 芯片查詢系統(tǒng)的詳細(xì)設(shè)計(jì)
3.1 主頁設(shè)計(jì)
3.2 數(shù)據(jù)庫設(shè)計(jì)
3.2.1 建立數(shù)據(jù)庫
3.2.2 連接Access2000
3.3 查詢功能設(shè)計(jì)
3.3.1 數(shù)據(jù)查詢實(shí)現(xiàn)
3.3.2 查詢結(jié)果顯示
3.4 數(shù)據(jù)管理功能的實(shí)現(xiàn)
3.4.1 添加功能的實(shí)現(xiàn)
3.4.2 修改描述功能的實(shí)現(xiàn)
3.4.3 圖片修改功能的實(shí)現(xiàn)
3.4.4 刪除功能的實(shí)現(xiàn)
3.4.5 管理界面的實(shí)現(xiàn)
4.運(yùn)行并測(cè)試結(jié)果
4.1 安裝網(wǎng)站服務(wù)器
4.2 創(chuàng)建虛擬目錄上傳網(wǎng)頁
4.3 出錯(cuò)分析
5.總結(jié),致謝
6.附錄
附錄1 參考文獻(xiàn)
附錄2 程序清單
1.引言
隨著Web上可獲得信息的不斷增長,廣大Web用戶迫切需要一種用來發(fā)現(xiàn)和使用這些信息的工具。如何在浩瀚如海的信息空間里,快速查找并獲取所需的信息,已成為這新的信息時(shí)代里最根本的問題之一。這就需要開發(fā)一些提供網(wǎng)上信息查詢服務(wù)的系統(tǒng),我們稱之為搜索引擎。它是在互聯(lián)網(wǎng)產(chǎn)生后伴隨著網(wǎng)上用戶快速查詢信息的需求而產(chǎn)生的新生事物,即提供信息檢索服務(wù)的計(jì)算機(jī)查詢系統(tǒng)。
我們據(jù)此思想,把芯片信息和Internet結(jié)合起來,制作了這個(gè)專門用于常用芯片信息查詢的系統(tǒng),以方便我們對(duì)芯片信息進(jìn)行快速綜合的查詢,提高我們查詢的效率。