asp网络电子相册_毕业论文.doc

约42页DOC格式手机打开展开

asp网络电子相册_毕业论文,摘 要网络相册系统是采用asp.net开发的一个基于b/s构架的连接数据库的网站。相比起互联网的发展,电子相册出现的时间不算太长,但却迎合了大多数网民的需求,是一个大有前途的新生事物。本设计主要讲述了网络电子相册的基本功能和使用asp.net、数据库的设计方法。设计最终达成了非注册用户可以浏览受限制权限的照片,注册用户...
编号:10-286580大小:997.43K
分类: 论文>计算机论文

内容介绍

此文档由会员 莎士比亚 发布

摘 要

网络相册系统是采用ASP.NET开发的一个基于B/S构架的连接数据库的网站。相比起互联网的发展,电子相册出现的时间不算太长,但却迎合了大多数网民的需求,是一个大有前途的新生事物。
本设计主要讲述了网络电子相册的基本功能和使用ASP.NET、数据库的设计方法。设计最终达成了非注册用户可以浏览受限制权限的照片,注册用户在前台可以实现包括上传、查看图片、创建相册、用户登录、用户注册、修改密码、修改个人资料等电子相册的基本功能;在后台,管理员可以管理会员、添加和删除相册类型、对照片进行管理、可以发布网站新闻实现和会员进行信息分享。并且网站能够正常运行,各个页面交互性较好。在整个设计中基本运用基础的ASP.NET进行功能编程,也运用到了一些前端控件来控制输入信息,对输入信息进行验证,连接数据库使用的ADO.NET技术。在系统规划中先后用数据流程图、系统功能结构图还有用例图分析了网站所需的各种数据,对网站所要实现的功能和各个模块之间的关系进行了详细的构思。同时对本系统所需要的代码进行了认真的分析和设计,从而有利于系统的稳定。详细的展现了系统的各个功能模块并给出了主要功能运行界面图。本系统的设计主要通过图表来表现,实现主要通过运行的截图还有代码来实现。使系统科学合理。

关键词: 相册;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系统的初步调查及现状 2
1.3 需要解决的问题 3
第2章 开发环境介绍和需求分析 4
2.1 ASP.NET简介 4
2.2 SQL数据库介绍 5
2.3 系统需求分析 7
2.3.1 可行性研究 7
2.3.2 需求分析 8
第3章 数据库设计和实现 9
3.1数据库选择 9
3.2 数据库设计 9
3.2.1 数据库需求分析 9
3.2.2 数据库逻辑设计 10
3.2.3 数据库表设计 13
第4章 系统总体设计 15
4.1 系统功能设计 15
4.1.1 系统功能描述 15
4.1.2 系统功能模块划分 16
第5章 系统详细设计和实现 18
5.1系统详细设计 18
5.2目录结构与通用模块 22
5.2.1系统的目录结构 22
5.2.2通用模块 23
5.3系统前台界面设计 24
5.3.1首页 24
5.3.2 用户注册 25
5.3.3 相册展示 27
5.3.4 上传图片 28
5.4系统后台界面设计 29
5.4.1管理登录 29
5.4.2新闻公告管理 30
5.4.3 相册管理 31
5.4.4 相册类型管理 32
第6章 总结与展望 33
参考文献 34
致 谢 35