資源描述:
《網(wǎng)絡(luò)相冊管理系統(tǒng)》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。
1、學(xué)號:1310211035本科畢業(yè)論文(設(shè)計)(2015屆)網(wǎng)絡(luò)相冊管理系統(tǒng)院系計算機科學(xué)與技術(shù)系專業(yè)計算機科學(xué)與技術(shù)姓名李盼盼指導(dǎo)教師馮玉婷職稱基于網(wǎng)絡(luò)相冊電子相冊的開發(fā)摘要《基于網(wǎng)絡(luò)電子相冊的開發(fā)》是采用VBnet開發(fā)的一個基于B/S構(gòu)架的連接數(shù)據(jù)庫的網(wǎng)站。相比起互聯(lián)網(wǎng)的發(fā)展,電子相冊出現(xiàn)的時間不算太長,但卻迎合了大多數(shù)網(wǎng)民的需求,是一個大有“前途”的新生事物。本設(shè)計主要講述了電子相冊的基本功能和使用VBnet、數(shù)據(jù)庫的設(shè)計方法。設(shè)計最終達(dá)成了包括上傳、下載圖片,創(chuàng)建、刪除目錄,用戶登錄,用戶注冊,修改密碼,發(fā)表評論等電子相冊的基本功能。并且網(wǎng)站能夠正常運
2、行,各個頁面交互性較好。在整個設(shè)計中基本運用基礎(chǔ)的VBnet進(jìn)行功能編程,也運用到了一些前端控件來控制輸入信息,對輸入信息進(jìn)行驗證,連接數(shù)據(jù)庫使用的ADOnet技術(shù)。在系統(tǒng)規(guī)劃中先后用數(shù)據(jù)流程圖、系統(tǒng)功能結(jié)構(gòu)圖分析了網(wǎng)站所需的各種數(shù)據(jù),詳細(xì)的展現(xiàn)了系統(tǒng)的各個功能模塊并給出了主要功能運行界面圖。關(guān)鍵字:電子相冊網(wǎng)站VBnetADOnet數(shù)據(jù)庫ABSTRACT《Thedevelopmentofelectronicsphotoalbumbasedonnet》isawebsitewhichadoptVBnettodevelopbasedonB/Sstructure.T
3、heelectronicsphotoalbumappearsisn'ttoolong,butlovedbymostnetizens,itisanew-bornthingwhichhas"prospect"greatly.ThispapermainlyintroducesthebasicfunctionoftheelectronicsphotoalbumandthedesignmethodoftheusageVBnetanddatabase.Wehavearesultofthedesignincludinguploadinganddownloadingapict
4、ure,establishinganddeletingcatalogue,customerlogin,customerregister,modifyingapassword,announcementtocommenton,andsoon.Andthewebsitecanrunnormally,eachpage'shandingoverwitheachothersisbetter.ThebasicusageVBnetcarriesonweavingadistanceinthewholedesign,alsomakinguseofsomefront-endcont
5、rolcomponenttocontrolaninputinformation,carryingonaverificationtotheinputinformation,connectingdatabaseusageADOnettechnique.Analyzedvariousdataneededbywebsitewiththedataflowchart,thesystemfunctionstructurechartinthesystemtheprogramming,emergedeachfunctionmoldpieceofthesystemtocombin
6、eindetailtomainfunctionrunninginterfacediagram.Keywords:electronicsphotoalbumwebsiteVBnetADOnetdatabase目錄第一章緒論11.1背景介紹11.2構(gòu)架概述11.3電子相冊使用現(xiàn)狀分析11.4開發(fā)工具簡介21.4.1SQLserver21.4.2Visualstudionet3第二章需求分析42.1總體需求52.2功能需求52.2.1前臺功能需求52.2.2后臺功能需求62.3開發(fā)運行環(huán)境需求62.4新系統(tǒng)的邏輯設(shè)計-數(shù)據(jù)流程圖6第三章網(wǎng)站概要設(shè)計73.1模塊的劃分
7、與功能設(shè)計73.2功能模塊的初步設(shè)計83.3模塊的組織結(jié)構(gòu)圖93.4數(shù)據(jù)庫結(jié)構(gòu)的設(shè)計9第四章網(wǎng)站詳細(xì)設(shè)計104.1相冊首頁的設(shè)計104.1.1功能描述104.1.2界面設(shè)計114.1.3工作流程和代碼114.2登陸頁面124.2.1功能描述124.2.2界面設(shè)計124.2.3工作流程和代碼設(shè)計134.3創(chuàng)建目錄頁面144.3.1功能描述144.3.2界面設(shè)計144.3.3工作流程和代碼154.4上傳頁面154.4.1功能描述154.4.2界面設(shè)計154.4.3工作流程和代碼164.5用戶注冊頁面174.5.1功能描述174.5.2界面設(shè)計174.5.3工作流程
8、和代碼184.6修改密碼頁面194.6