摘 要
《基于.net电子相册的开发》是采用VB.NET开发的一个基于B/S构架的连接数据库的网站。相比起互联网的发展,电子相册出现的时间不算太长,但却迎合了大多数网民的需求,是一个大有“前途”的新生事物。本设计主要讲述了电子相册的基本功能和使用VB.NET、数据库的设计方法。设计最终达成了包括上传、下载图片,创建、删除目录,用户登录,用户注册,修改密码,发表评论等电子相册的基本功能。并且网站能够正常运行,各个页面交互性较好。在整个设计中基本运用基础的VB.NET进行功能编程,也运用到了一些前端控件来控制输入信息,对输入信息进行验证,连接数据库使用的ADO.NET技术。在系统规划中先后用数据流程图、系统功能结构图分析了网站所需的各种数据,详细的展现了系统的各个功能模块并给出了主要功能运行界面图。
关键字:电子相册;网站;VB.NET;ADO.NET;数据库
The Development of Electronics Photo Album
Based on .NET
Abstract
《The development of electronics photo album based on .net》is a website which adopt VB.NET to develop based on B/S structure. The electronics photo album appears isn't too long, but loved by most netizens, it is a new-born thing which has "prospect" greatly. This paper mainly introduces the basic function of the electronics photo album and the design method of the usage VB.NET and database. We have a result of the design including uploading and downloading a picture, establishing and deleting catalogue, customer login, customer register, modifying a password, announcement to comment on, and so on. And the website can run normally, each page's handing over with each others is better. The basic usage VB.NET carries on weaving a distance in the whole design, also making use of some front-end control component to control an input information, carrying on a verification to the input information, connecting database usage ADO.NET technique. Analyzed various data needed by website with the data flow chart, the system function structure chart in the system the programming, emerged each function mold piece of the system to combine in detail to main function running interface diagram.
Key words: electronics photo album; website; VB.NET; ADO.NET; database
目 录
论文总页数:24页
1 引言 1
1.1 构架概述 1
1.2 电子相册使用现状分析 1
1.3开发工具简介 2
1.3.1 SQL server 2http://www.16sheji8.cn/
1.3.2 Visual studio.NET 3
2 需求分析 4
2.1 总体需求 4
2.2 功能需求 4
2.2.1 前台功能需求 5
2.2.2 后台功能需求 5
2.3 开发运行环境需求 6
2.4 新系统的逻辑设计-数据流程图 6
3 网站概要设计 6
3.1模块的划分与功能设计 6
3.2 功能模块的初步设计 7
3.3 模块的组织结构图 8
3.4 数据库结构的设计 8
4 网站详细设计 9
4.1 相册首页的设计 9
4.1.1功能描述 9
4.1.2界面设计 9http://www.16sheji8.cn/
4.1.3工作流程和代码 10
4.2登陆页面 11
4.2.1功能描述 11
4.2.2 界面设计 11
4.2.3工作流程和代码设计 12
4.3创建目录页面 12
4.3.1 功能描述 12
4.3.2 界面设计 12
4.3.3 工作流程和代码 13
4.4 上传页面 14
4.4.1 功能描述 14
4.4.2 界面设计 14
4.4.3 工作流程和代码 14
4.5 用户注册页面 15
4.5.1 功能描述 15
4.5.2界面设计 15
4.5.3 工作流程和代码 16
4.6 修改密码页面 17
4.6.1 功能描述 17
4.6.2界面设计 17
4.6.3 工作流程和编程代码 18
4.7 显示图片评论页面 18
4.7.1 功能描述 18
4.7.2 界面设计 18
4.7.3 工作流程和代码 20
结 论 21
参考文献 22
致 谢 23
声 明 24http://www.16sheji8.cn/
1 引言
随着科技的进步和发展,越来越多的人习惯了信息时代的生活,以电脑为核心的大量信息家电涌入家庭,电子相册的发展也就顺理成章了,而以提供电子相册服务的相册网站也以迅速地发展起来。相比起互联网的发展,电子相册出现的时间应该不算太长,但是它的出现却迎合了大多数网民的需求,可以说是一个大有“前途”的新生事物。总的说来电子相册是为用户提供个人相片展示、存放平台的一个网站;一般的电子相册可以选择“公开”或者“私人”属性,如果相册是设为公开属性,其他用户可以查看,达到分享的目的。除了是提供珍藏相片的平台,电子相册的公开性还为网友创造了一个“巨型的图片库”。 用户将自己原创的图片或者喜爱的图片上传到网站上,与亲友分享、向大众展示。让生动的图片作为人们在虚拟网络空间上最真实的表达方式之一。