【正文】
畢業(yè)設(shè)計(jì) ( 論文 ) 一個(gè)小型搜索引擎的設(shè)計(jì)與實(shí)現(xiàn) 論文作者姓名: 申請學(xué)位專業(yè): 申請學(xué)位類別: 指導(dǎo)教師姓名(職稱): 論文提交日期: 一個(gè)小型搜索引擎的設(shè)計(jì)與實(shí)現(xiàn) 摘 要 隨著互聯(lián)網(wǎng)和寬帶上網(wǎng)的普及,搜索引擎在中國異軍突起,并日益滲透到人們的日常生活中,在互聯(lián)網(wǎng)普及之前,人們查閱資料首先想到的是擁有大量書籍的資料的圖書館。但是今天很多人都會選擇一種更方便、快捷、全面、準(zhǔn)確的查閱方式 互聯(lián)網(wǎng)。而幫助我們在整個(gè)互聯(lián)網(wǎng)上快速地查找到目標(biāo)信息的就 是越來越被重視的搜索引擎。 本文通過分析國內(nèi)外搜索引擎的發(fā)展現(xiàn)狀,提出了一種功能強(qiáng)大,操作簡單,通用性強(qiáng),可以滿足用戶對信息搜索需要 ,利用 ASP 技術(shù)實(shí)現(xiàn)的一個(gè) B/S 體系結(jié)構(gòu)的搜索引擎系統(tǒng)方案。文中著重論述了該系統(tǒng)的功能與實(shí)現(xiàn)、數(shù)據(jù)流程與存儲、后臺管理等。并對關(guān)鍵的有關(guān)技術(shù)作了較詳細(xì)的介紹。論文在撰寫過程中,力求將理論與系統(tǒng)應(yīng)用相結(jié)合,對各種理論進(jìn)行闡述的同時(shí)配合系統(tǒng)從實(shí)際應(yīng)用和操作技巧上加以說明,希望能夠更充分地體現(xiàn)到這些知識與技術(shù)在本系統(tǒng)中的應(yīng)用與實(shí)現(xiàn)。 關(guān)鍵詞 : 搜索引擎; ASP; B/S;關(guān)鍵字 The Design and Implementation of a Small Search Engine Abstract With the popularization of the Inter and surfing the Net broadband search engine likes a dark horse in China, going to people?s daily life day by day. Before this, when people consult materials the first thought is the library that has a large number of books. Now, more and more people will choose Inter to search for information. It?s more convenient, and accurate for searching information. The search engine that helps us in the whole Inter to quickly identify target information is played more and more attention to. Through analyzing the current development of search engine in domestic and international, this paper gives a plan that achieves the formidable function, simply operating, stronger versatility and satisfies the users to the information search need, and realizes a systematic scheme of search engine of B/S system structure with the technology of ASP. This paper mainly describes the function and realization of this system, data procedure and storing, backstage management, etc. And also introduces to the key relevant technology in detail. During this period, I?ve made a lot effort to union the theory and practice, and coordinates with system to explain from practical application and operation skill while explaining various kinds of theories, hope to more fully reflect the knowledge and application in this system of technology and realize. Key words: Search Engine。 ASP。 B/S。 Keyword目 錄 論文總頁數(shù): 23 頁 1 引言 ........................................................................................................................... 1 課題背景 .......................................................................................................................................... 1 搜索引擎的發(fā)展動向 .................................................................................................................... 1 2 系統(tǒng)所用技術(shù)分析 ...................................................................................................... 2 系統(tǒng)開發(fā)環(huán)境 ................................................................................................................................. 2 B/S 結(jié)構(gòu) ......................................................................................................................................... 2 IIS 簡介 ........................................................................................................................................... 2 Microsoft Access 簡介 ........................................................................................... 2 ASP 簡介 ........................................................................................................................................ 3 3 系統(tǒng)結(jié)構(gòu)設(shè)計(jì) ............................................................................................................. 3 數(shù)據(jù)庫設(shè)計(jì) ...................................................................................................................................... 3 系統(tǒng)功能模塊圖 ........................................................................................................................... 5 4 系統(tǒng)前臺模塊設(shè)計(jì) ...................................................................................................... 6 網(wǎng)站搜索及圖片搜索模塊的實(shí)現(xiàn) .............................................................................................. 6 功能描述 .................................................................................................................................. 6 流程圖 ...................................................................................................................................... 6 界面設(shè)計(jì) .................................................................................................................................. 6 工作流程和代碼設(shè)計(jì) ............................................................................................................ 7 分類目錄模塊的實(shí)現(xiàn) .................................................................................................................. 9 功能描述 .................................................................................................................................. 9 代碼設(shè)計(jì) .................................................................................................................................. 9 網(wǎng)站登錄模塊的實(shí)現(xiàn) ................................................................................................................ 11 功能描述 .............................................................................................................................. 11 數(shù)據(jù)流程圖 ......................................................................................................................... 11 工作流程 .............................................................................................................................. 12 網(wǎng)站修改模塊 .............................................................................................................................. 13 功能描述 .............................................................................................................................. 13 界面設(shè)計(jì) .............................................................................................................