網(wǎng)絡(luò)文件共享系統(tǒng).pdf
約51頁PDF格式手機(jī)打開展開
網(wǎng)絡(luò)文件共享系統(tǒng),摘 要隨著計算機(jī)的普及應(yīng)用,人們的生活已離不開計算機(jī),同時也離不開網(wǎng)絡(luò)。利用網(wǎng)絡(luò),用戶可以方便地獲得豐富的信息,用戶之間共享資源、互相交流也變得越來越普遍。文件共享就成為人們獲取大量資源的一種有效途徑, 也是計算機(jī)研究和應(yīng)用的一個重要方向。通過本設(shè)計,不僅可以分析在網(wǎng)絡(luò)文件共享系統(tǒng)實現(xiàn)過程中所面臨的各種挑戰(zhàn),并且可以研...
內(nèi)容介紹
此文檔由會員 piaoyi989102 發(fā)布
摘 要
隨著計算機(jī)的普及應(yīng)用,人們的生活已離不開計算機(jī),同時也離不開網(wǎng)絡(luò)。利用網(wǎng)絡(luò),用戶可以方便地獲得豐富的信息,用戶之間共享資源、互相交流也變得越來越普遍。文件共享就成為人們獲取大量資源的一種有效途徑, 也是計算機(jī)研究和應(yīng)用的一個重要方向。通過本設(shè)計,不僅可以分析在網(wǎng)絡(luò)文件共享系統(tǒng)實現(xiàn)過程中所面臨的各種挑戰(zhàn),并且可以研究如何滿足用戶對網(wǎng)絡(luò)共享系統(tǒng)日益增長的需求。 本設(shè)計從網(wǎng)絡(luò)文件共享Web系統(tǒng)的實現(xiàn)、分布式存儲的架構(gòu)進(jìn)行著手,按照軟件開發(fā)流程,設(shè)計了一個網(wǎng)絡(luò)文件共享系統(tǒng)。本設(shè)計采用的是B/S架構(gòu),使用Eclipse開發(fā)環(huán)境,利用Struts2的MVC框架與JSP構(gòu)建了系統(tǒng)的用戶界面;數(shù)據(jù)庫采用了MySQL,并使用JPA規(guī)范的實現(xiàn)產(chǎn)品Eclipselink作為存取數(shù)據(jù)的手段;文件存儲采用了FreeNAS技術(shù),最終實現(xiàn)了一個網(wǎng)絡(luò)文件共享系統(tǒng)的主要功能框架。
關(guān)鍵詞:網(wǎng)絡(luò)文件共享系統(tǒng) Eclipselink MySQL FreeNAS JPA
Abstract
With the popularization of computer, people's life has been inseparable from the computer, but also inseparable from the network. Using the network, users can easily access a wealth of information.
And sharing of resources between users to exchange are becoming increasingly common. File Sharing has already become an effective way obtain significant resources .So file sharing is an important subject of the research and application of computers. Through this design, we can not only analyze the challenges we will encounter through the realization of the network file sharing system , but also do some research on how to meet the growing demand for network file sharing system. The design will complete a network file-sharing Web system implementation with distributed storage architecture, in accordance with the software development process. This design with B / S structure uses the Eclipse development environment, the MVC framework and JSP Struts2 build the system user interface; The database is MySQL, and it uses Eclipselink which is a JPA implementation of standardized product as a means of access;The file storage technology is FreeNAS. All above help us finally construct a network file-sharing system's base function framework.
Keywords : network file sharing system, Eclipselink, MySQL, FreeNAS, JPA
目 錄 摘 要··························································································································· I Abstract ······················································································································· II 目 錄························································································································ III 第一章 緒論 ·············································································································· 1 1.1 項目背景·········································································································· 1 1.2 項目概述·········································································································· 1 1.3 文獻(xiàn)綜述·········································································································· 2 1.4 研究路線圖······································································································ 3 第二章 系統(tǒng)分析····································································································· 5 2.1 需求分析·········································································································· 5 2.1.1 用戶需求································································································ 5 2.1.2 功能需求································································································ 5 2.1.3 性能需求··································..
隨著計算機(jī)的普及應(yīng)用,人們的生活已離不開計算機(jī),同時也離不開網(wǎng)絡(luò)。利用網(wǎng)絡(luò),用戶可以方便地獲得豐富的信息,用戶之間共享資源、互相交流也變得越來越普遍。文件共享就成為人們獲取大量資源的一種有效途徑, 也是計算機(jī)研究和應(yīng)用的一個重要方向。通過本設(shè)計,不僅可以分析在網(wǎng)絡(luò)文件共享系統(tǒng)實現(xiàn)過程中所面臨的各種挑戰(zhàn),并且可以研究如何滿足用戶對網(wǎng)絡(luò)共享系統(tǒng)日益增長的需求。 本設(shè)計從網(wǎng)絡(luò)文件共享Web系統(tǒng)的實現(xiàn)、分布式存儲的架構(gòu)進(jìn)行著手,按照軟件開發(fā)流程,設(shè)計了一個網(wǎng)絡(luò)文件共享系統(tǒng)。本設(shè)計采用的是B/S架構(gòu),使用Eclipse開發(fā)環(huán)境,利用Struts2的MVC框架與JSP構(gòu)建了系統(tǒng)的用戶界面;數(shù)據(jù)庫采用了MySQL,并使用JPA規(guī)范的實現(xiàn)產(chǎn)品Eclipselink作為存取數(shù)據(jù)的手段;文件存儲采用了FreeNAS技術(shù),最終實現(xiàn)了一個網(wǎng)絡(luò)文件共享系統(tǒng)的主要功能框架。
關(guān)鍵詞:網(wǎng)絡(luò)文件共享系統(tǒng) Eclipselink MySQL FreeNAS JPA
Abstract
With the popularization of computer, people's life has been inseparable from the computer, but also inseparable from the network. Using the network, users can easily access a wealth of information.
And sharing of resources between users to exchange are becoming increasingly common. File Sharing has already become an effective way obtain significant resources .So file sharing is an important subject of the research and application of computers. Through this design, we can not only analyze the challenges we will encounter through the realization of the network file sharing system , but also do some research on how to meet the growing demand for network file sharing system. The design will complete a network file-sharing Web system implementation with distributed storage architecture, in accordance with the software development process. This design with B / S structure uses the Eclipse development environment, the MVC framework and JSP Struts2 build the system user interface; The database is MySQL, and it uses Eclipselink which is a JPA implementation of standardized product as a means of access;The file storage technology is FreeNAS. All above help us finally construct a network file-sharing system's base function framework.
Keywords : network file sharing system, Eclipselink, MySQL, FreeNAS, JPA
目 錄 摘 要··························································································································· I Abstract ······················································································································· II 目 錄························································································································ III 第一章 緒論 ·············································································································· 1 1.1 項目背景·········································································································· 1 1.2 項目概述·········································································································· 1 1.3 文獻(xiàn)綜述·········································································································· 2 1.4 研究路線圖······································································································ 3 第二章 系統(tǒng)分析····································································································· 5 2.1 需求分析·········································································································· 5 2.1.1 用戶需求································································································ 5 2.1.2 功能需求································································································ 5 2.1.3 性能需求··································..