特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

asp網(wǎng)絡電子相冊_畢業(yè)論文.doc

約42頁DOC格式手機打開展開

asp網(wǎng)絡電子相冊_畢業(yè)論文,摘 要網(wǎng)絡相冊系統(tǒng)是采用asp.net開發(fā)的一個基于b/s構架的連接數(shù)據(jù)庫的網(wǎng)站。相比起互聯(lián)網(wǎng)的發(fā)展,電子相冊出現(xiàn)的時間不算太長,但卻迎合了大多數(shù)網(wǎng)民的需求,是一個大有前途的新生事物。本設計主要講述了網(wǎng)絡電子相冊的基本功能和使用asp.net、數(shù)據(jù)庫的設計方法。設計最終達成了非注冊用戶可以瀏覽受限制權限的照片,注冊用戶...
編號:10-286580大小:997.43K
分類: 論文>計算機論文

內容介紹

此文檔由會員 莎士比亞 發(fā)布

摘 要

網(wǎng)絡相冊系統(tǒng)是采用ASP.NET開發(fā)的一個基于B/S構架的連接數(shù)據(jù)庫的網(wǎng)站。相比起互聯(lián)網(wǎng)的發(fā)展,電子相冊出現(xiàn)的時間不算太長,但卻迎合了大多數(shù)網(wǎng)民的需求,是一個大有前途的新生事物。
本設計主要講述了網(wǎng)絡電子相冊的基本功能和使用ASP.NET、數(shù)據(jù)庫的設計方法。設計最終達成了非注冊用戶可以瀏覽受限制權限的照片,注冊用戶在前臺可以實現(xiàn)包括上傳、查看圖片、創(chuàng)建相冊、用戶登錄、用戶注冊、修改密碼、修改個人資料等電子相冊的基本功能;在后臺,管理員可以管理會員、添加和刪除相冊類型、對照片進行管理、可以發(fā)布網(wǎng)站新聞實現(xiàn)和會員進行信息分享。并且網(wǎng)站能夠正常運行,各個頁面交互性較好。在整個設計中基本運用基礎的ASP.NET進行功能編程,也運用到了一些前端控件來控制輸入信息,對輸入信息進行驗證,連接數(shù)據(jù)庫使用的ADO.NET技術。在系統(tǒng)規(guī)劃中先后用數(shù)據(jù)流程圖、系統(tǒng)功能結構圖還有用例圖分析了網(wǎng)站所需的各種數(shù)據(jù),對網(wǎng)站所要實現(xiàn)的功能和各個模塊之間的關系進行了詳細的構思。同時對本系統(tǒng)所需要的代碼進行了認真的分析和設計,從而有利于系統(tǒng)的穩(wěn)定。詳細的展現(xiàn)了系統(tǒng)的各個功能模塊并給出了主要功能運行界面圖。本系統(tǒng)的設計主要通過圖表來表現(xiàn),實現(xiàn)主要通過運行的截圖還有代碼來實現(xiàn)。使系統(tǒng)科學合理。

關鍵詞: 相冊;ASP.NET;B/S架構


Abstract

"Web Albums system" is based on using ASP.NET development of a B / S architecture connecting to the database site. Compared to the development of the Internet, electronic photo album there is not a very long, but to meet the needs of most users, is a great "future" of the new. This design mainly about the basic functions of electronic photo album and use ASP.NET, database design methods. Designed to reach the final, including upload, view pictures, create albums, user login, user registration, change your password and other electronic album of the basic functions. And the site to work correctly, each page is better interactivity. In the design of the basic functional use of basic ASP.NET programming, but also applied to a number of front.end controls to control the input information, to verify the input information, connect to the database using the ADO.NET technology. Planning in the system has a data flow diagram, the system function structure of the site required for a variety of data, showing in detail the various functional modules of the system and gives the main functions of running interface map.The system designed by the means of drawing chart and the realization of it is display by the screenshots and code ,which makes the system more reasonable.

Key Words: Photos ; network ; ASP.NET ; Database ; B/ S Architecture

目 錄

第1章 緒論 1
1.1選題背景、目的 1
1.2系統(tǒng)的初步調查及現(xiàn)狀 2
1.3 需要解決的問題 3
第2章 開發(fā)環(huán)境介紹和需求分析 4
2.1 ASP.NET簡介 4
2.2 SQL數(shù)據(jù)庫介紹 5
2.3 系統(tǒng)需求分析 7
2.3.1 可行性研究 7
2.3.2 需求分析 8
第3章 數(shù)據(jù)庫設計和實現(xiàn) 9
3.1數(shù)據(jù)庫選擇 9
3.2 數(shù)據(jù)庫設計 9
3.2.1 數(shù)據(jù)庫需求分析 9
3.2.2 數(shù)據(jù)庫邏輯設計 10
3.2.3 數(shù)據(jù)庫表設計 13
第4章 系統(tǒng)總體設計 15
4.1 系統(tǒng)功能設計 15
4.1.1 系統(tǒng)功能描述 15
4.1.2 系統(tǒng)功能模塊劃分 16
第5章 系統(tǒng)詳細設計和實現(xiàn) 18
5.1系統(tǒng)詳細設計 18
5.2目錄結構與通用模塊 22
5.2.1系統(tǒng)的目錄結構 22
5.2.2通用模塊 23
5.3系統(tǒng)前臺界面設計 24
5.3.1首頁 24
5.3.2 用戶注冊 25
5.3.3 相冊展示 27
5.3.4 上傳圖片 28
5.4系統(tǒng)后臺界面設計 29
5.4.1管理登錄 29
5.4.2新聞公告管理 30
5.4.3 相冊管理 31
5.4.4 相冊類型管理 32
第6章 總結與展望 33
參考文獻 34
致 謝 35