亚洲一级电影在线观看,九九精品无码专区免费,亚洲AV无码资源在线观看 ,欧美国产高清

ASP局域網(wǎng)文件共享系統(tǒng)的設(shè)計與開發(fā)

時間:2024-08-30 06:56:40 計算機軟件畢業(yè)論文 我要投稿
  • 相關(guān)推薦

ASP局域網(wǎng)文件共享系統(tǒng)的設(shè)計與開發(fā)

摘  要

局域網(wǎng)文件共享(Local Area Network Files Share)是IT技術(shù)中很流行的概念。它利用計算機技術(shù)、網(wǎng)絡(luò)技術(shù)以及通信技術(shù)實現(xiàn)快速、準確的獲得信息,提供信息共享與檢索的服務(wù)系統(tǒng)。它的廣泛使用,給人們帶來了諸多便利,并逐漸改變了人們信息獲取的方式。新一代基于互聯(lián)網(wǎng)的企業(yè)(如Google、百度等),更是僅僅抓住這個問題的核心,提供信息共享與檢索的服務(wù),并向Microsoft、Sun System等傳統(tǒng)IT企業(yè)發(fā)起了挑戰(zhàn)。所以,對于文件共享與檢索服務(wù)的研究,也正成為當今互聯(lián)網(wǎng)技術(shù)研究的前沿。

本系統(tǒng)的采用B/S結(jié)構(gòu),使用ASP程序設(shè)計語言及Access數(shù)據(jù)庫進行設(shè)計與開發(fā)。本論文首先對局域網(wǎng)文件共享及檢索系統(tǒng)進行需求分析,并給出系統(tǒng)總體架構(gòu)及詳細設(shè)計步驟,主要實現(xiàn)了以下功能:用戶管理、服務(wù)器及客戶端文件共享與傳輸、實現(xiàn)目錄共享及檢索等功能。通過測試分析說明,本系統(tǒng)的開發(fā)達到預(yù)定目標,并具有一定的應(yīng)用價值。

 關(guān)鍵字:局域網(wǎng);文件共享;目錄共享;檢索系統(tǒng);文件傳輸;數(shù)據(jù)庫

 Design and Development of Local Network Area Files Share & Retrieval System

Abstract

Local area network files share over the Internet is a prevail concept. It is the use of computer technology, network technology and telecommunications technology to achieve a process of sharing information as fast and accurately as possible .It can also provide information sharing and retrieval service. It has been used diffusely, bringing with convenience, changing people's way to obtain information. The new generational enterprises based on Internet (such as Google, BaiDu), have grasped the core of this issue, provided information sharing and retrieval services, meanwhile tended to launch a challenge with Microsoft, Sun System those are very traditional IT enterprises. Thus, the study in the technology of information sharing and retrieving service is becoming one of the focuses of IT studies.

This system uses ASP programming language and Access database to design local area files share system based on B/S model. In this paper, demand analysis of local area files share and retrieval system is referred, and then an overall structure and systems for the detailed design is offered. The main achievements of the following functions, which include client management, files share and transfer among servers and clients, and realization of searching function on catalog. After testing analysis, the design of this system achieves planned goals and has certain practical value.

 Key words: LAN; Files Share; Catalog Chare; Retrieval System; File Transfer; Database


目  錄

                                  論文總頁數(shù):24頁

 1 引言... 1

1.1 課題背景... 1

1.2 本課題研究的意義... 1

1.3 本文的主要工作... 1

1.3.1 研究的主要內(nèi)容... 1

1.3.2 各章節(jié)的安排... 1

2 系統(tǒng)需求分析... 2

2.1 需求分析... 2

2.2 功能需求... 2

2.2.1 用戶系統(tǒng)的主要功能要求... 2

2.2.2 管理系統(tǒng)的主要需求... 3

3 系統(tǒng)開發(fā)所需資源... 3

3.1 硬件開發(fā)環(huán)境... 3

3.2 其他硬件輔助設(shè)備... 4

3.3 軟件運行環(huán)境... 4

3.3.1 WEB服務(wù)器簡介... 4

3.3.2 IIS(Internet Information Service)的安裝和配置................................................. 5

3.4 軟件開發(fā)環(huán)境... 6

3.4.1 ASP 技術(shù)概述.................................................................................................... 6

3.4.2 MD5 技術(shù)概述... 7

4 局域網(wǎng)文件共享及檢索系統(tǒng)的設(shè)計... 8

4.1 文件共享系統(tǒng)層次結(jié)構(gòu)... 8

4.2 用戶系統(tǒng)模塊設(shè)計... 9

4.3 后臺系統(tǒng)... 12

4.4 數(shù)據(jù)庫設(shè)計... 12

4.4.1 數(shù)據(jù)庫設(shè)計說明... 12

4.4.2 數(shù)據(jù)庫信息表... 13

5 局域網(wǎng)文件共享及檢索系統(tǒng)的具體實現(xiàn)... 15

5.1 各模塊的關(guān)鍵技術(shù)及程序?qū)崿F(xiàn)方法... 15

5.2 部分模塊的設(shè)計和編碼... 16

5.2.1 用戶注冊模塊的設(shè)計和實現(xiàn)... 16

5.2.2 用戶登陸模塊設(shè)計與實現(xiàn)... 17

6 系統(tǒng)的測試與分析... 17

6.1 測試環(huán)境... 17

6.2 程序代碼測試... 17

6.3 程序功能測試... 18

6.4 測試結(jié)果... 18

結(jié)    論... 21

參考文獻... 22

致    謝... 23

聲    明... 24

【ASP局域網(wǎng)文件共享系統(tǒng)的設(shè)計與開發(fā)】相關(guān)文章:

ASP交友系統(tǒng)設(shè)計(一)03-07

基于ASP的網(wǎng)絡(luò)辦公系統(tǒng)設(shè)計與實現(xiàn)ASP+SQL03-08

在線考試系統(tǒng)的設(shè)計ASP+ACCESS03-08

基于ASP的網(wǎng)絡(luò)考試系統(tǒng)的設(shè)計與實現(xiàn)03-07

基于ASP的在線商品銷售系統(tǒng)的設(shè)計與實現(xiàn)ASP+SQL03-08

基于ASP.NET在線考試系統(tǒng)設(shè)計ASP.NET+SQL03-08

網(wǎng)絡(luò)購物系統(tǒng)的設(shè)計與實現(xiàn)ASP+SQL03-08

局域網(wǎng)圍棋對弈系統(tǒng)設(shè)計VB03-08

在線就業(yè)招聘系統(tǒng)的設(shè)計與實現(xiàn)ASP+Access03-08

主站蜘蛛池模板: 色欲久久久天天天综合网| 精品一区二区三区无码免费视频| 97在线公开视频| 免费观看又色又爽又湿的软件| 无码一区二区三区不卡av| 性高湖久久久久久久久| 国产18在线播放| 亚洲国产综合专区在线播放| 国产亚洲成av人片在线观看导航| 欧美久久亚洲精品| 人妻在卧室被老板疯狂进入国产 | 台安县| 国产高潮流白浆视频| 中文字幕人妻av一区二区| 普洱| 国内精品视频一区二区三区| 日本道专区无码中文字幕| 2021自拍偷在线精品自拍偷| 国产免费人成视频网| 亚洲伊人久久成人综合网| 中文字幕无线码一区2020青青| 国产在线视频福利资源站| 97人人模人人爽人人少妇| 台江县| 成在人线无码aⅴ免费视频| 亚洲色爱图小说专区| 日韩激情一区二区无码AV| 欧美日韩亚洲国内综合网38c38| 色av永久无码影院av| 中国亚洲色大成网站www| 另类老妇奶性BBWBBw| 国产成人无码免费视频79| 亚洲人免费视频| 欧美天天拍在线视频| 国产精品久久久久7777| 免费久久99精品国产自在现| 亚洲专区+欧美专区+自拍 | 精品人妻一区二区三区蜜桃AⅤ| 国产亚洲另类无码专区| 国产精品自产拍在线18禁| 蜜桃臀无码内射一区二区三区 |