<strike id="coccg"></strike>
    • <ul id="coccg"></ul>
        <fieldset id="coccg"></fieldset>
        論文格式
        電氣工程 會計論文 金融論文 國際貿(mào)易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產(chǎn)業(yè)管理 信息計算科學 電氣自動化 歷史論文
        機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
        制藥工程 生物工程 包裝工程 模具設計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業(yè) 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業(yè)論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結 |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學網(wǎng) |
        搜索 高級搜索

        當前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計算機論文
        畢業(yè)論文標題:

        基于PHP的網(wǎng)絡硬盤設計

         本文ID:LWGSW17699 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 基于PHP的網(wǎng)絡硬盤設計 (收費:1000 積分)  

        論文字數(shù):10630,頁數(shù):36

        摘要

         隨著網(wǎng)絡技術的日益普及和信息化建設的重視,網(wǎng)絡硬盤作為一種新型安全的網(wǎng)絡存儲系統(tǒng),已越來越受到人們的重視和喜歡。
         所謂網(wǎng)絡硬盤就是將服務器的磁盤空間提供給用戶使用,用戶可以通過它在互聯(lián)網(wǎng)上實現(xiàn)文件的上傳,下載和刪除以及文件夾的創(chuàng)建與刪除。并可以通過共享文件實現(xiàn)文件的網(wǎng)絡共享。實際要求是在客戶端完成對服務器系統(tǒng)文件或文件夾的訪問,創(chuàng)建和刪除等功能。
         本網(wǎng)絡硬盤用PHP編程實現(xiàn)以上功能。以Web網(wǎng)頁的形式呈現(xiàn),通過HTTP協(xié)議,URL訪問,即上網(wǎng)登錄的方式實現(xiàn)網(wǎng)絡硬盤的功能。
                      
         關鍵詞:網(wǎng)絡硬盤,存儲空間,HTTP,上傳,下載, PHP

        Abstract

         With the growing popularity of Internet technology and the building of the importance of information and network drives as a new security network storage systems, has been more and more people's attention and love.
         The so-called network drive is the server disk space available to users, users can achieve it on the Internet, the document upload, download and delete the folder and create and delete. Can share files and documents to achieve the shared network. The practical requirements of the client server system to complete the file or folder access, create and delete functions.
         The network drives with PHP programming over function. Through the IIS (Internet Information Services) to establish virtual directory, and the establishment of the server. In the form of Web pages to show, through the HTTP protocol, URL visit, the landing approach to the Internet network hard drive functions.

        Key words: network hard drive, storage space, HTTP, upload, download, PHP

        目錄

        摘要 I
        Abstract II
        第一章 緒論 1
         1.1網(wǎng)絡硬盤的產(chǎn)生 1
         1.2常見的文件傳輸方式 1
         1.3網(wǎng)絡硬盤的基本模式 2
         1.4網(wǎng)絡硬盤的作用 3
        第二章 開發(fā)環(huán)境介紹 4
         2.1 PHP的介紹 4
         2.2 MYSQL的介紹 4
         2.2.1數(shù)據(jù)庫管理系統(tǒng) 5
         2.2.2關系數(shù)據(jù)庫管理系統(tǒng) 5
         2.2.3開源的數(shù)據(jù)庫 5
         2.2.4數(shù)據(jù)庫服務器的優(yōu)點 5
         2.2.5 MySQL服務器的工作環(huán)境 6
         2.3 MVC思想 6
         2.3.1簡介 6
         2.3.2 MVC設計思路 6
        第三章 系統(tǒng)分析和設計 9
         3.1 需求分析 9
         3.2模塊設計 9
         3.2.1 總體設計 9
         3.2.2首頁的設計 10
         3.2.3注冊界面的設計 11
         3.2.4上傳頁面的設計 12
         3.2.5下載頁面的設計 13
         3.2.6協(xié)議頁面 15
         3.3本章小結 15
        第四章 數(shù)據(jù)庫的實現(xiàn) 16
         4.1數(shù)據(jù)庫需求分析 16
         4.2數(shù)據(jù)庫設計 16
         4.2.1用戶表的設計 16
         4.2.2文件表的設計 17
         4.3本章小結 18
        第五章 系統(tǒng)功能的實現(xiàn) 19
         5.1用戶注冊功能的實現(xiàn) 19
         5.2文件上傳功能的實現(xiàn) 20
         5.3文件下載功能的實現(xiàn) 23
         5.3.1普通的文件下載功能的實現(xiàn) 23
         5.3.2提取碼技術的文件下載功能的實現(xiàn) 23
         5.4文件刪除功能的實現(xiàn) 25
         5.5用戶登錄驗證功能的實現(xiàn) 26
        第六章 結束語 28
        致謝 29
        參考文獻 30


        相關論文
        本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:在線藥店設計開發(fā) 下一篇:婚介交友系統(tǒng)的設計與開發(fā)
        Tags:基于 PHP 網(wǎng)絡 硬盤 設計 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網(wǎng)絡,如發(fā)現(xiàn)侵犯了您的權益,請聯(lián)系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計算機論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權所有 蜀ICP備09018832號

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        论文格式网:毕业论文格式范文
        <tfoot id="yqmo6"><input id="yqmo6"></input></tfoot>
        • <strike id="yqmo6"><input id="yqmo6"></input></strike>
          <strike id="yqmo6"><input id="yqmo6"></input></strike>
        • <fieldset id="yqmo6"></fieldset>