基于ASP.NET的微博网站的设计与实现(论文11700字)
来源:wenku163.com 资料编号:WK1636599 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1636599
资料介绍
基于ASP.NET的微博网站的设计与实现(论文11700字)
【摘要】
随着社会的进步、现代信息的不断发展,微博成为了人们不可缺少的一种网络交流平台。本文通过分析日常接触的微博,熟悉其应用界面,了解各个模块的功能,并从微博的含义和特性入手,对其进行详细的数据分析和设计。本文总体阐述基于ASP.NET技术完成一个微博网站的设计思路,在平台上建立详细的数据表和数据关系,对模块的功能以及模块间的联系进行具体的分析以及角色分析,进行简单的界面设计及代码设计。该系统利用了ASP.NET技术,以SQL2005数据库为核心构建,实现了微博网站的动态管理,使得信息的管理更加及时、高效, 为广大网络用户提供了更加周到和便捷化的服务。
【关键词】
网站微博系统;ASP.NET;SQL 2005;B/S架构
Microblogging site Based on the ASP.NET
—Design and Implementation
Abstract:
Along with social progress, the continuous development of modern information, microblogging as a network platform for people indispensable. Through the analysis of daily contact with the microblogging familiar with the application interface to understand the function of each module, and the meaning and characteristics of the microblogging start its detailed data analysis and design. Described in this article the overall design ideas based on ASP.NET technology to complete a microblogging site, on the platform to establish the detailed data tables and data relationships, specific analysis and the analysis of the role of links between the module's functions and modules, and a simple interface design and code design. The system uses ASP.NET technology, SQL2005 database as the core construct, the dynamic management of the microblogging site, making information management more timely, efficient and provide more thoughtful and convenient services for the majority of network users.
Key words:
Microblogging site ASP.NET SQL 2005 B/S structure
目录
【摘要】 i
【关键词】 i
Abstract: ii
Key words: ii
【引言】 1
1.绪论 2
1.1课题研究意义 2
1.2 课题研究方法 2
1.3 微博网站系统的特点 2
2.系统分析 3
2.1可行性分析 3
2.2 角色分析 3
2.3 需求分析 3
2.4 数据流程 5
2.4.1 数据流图 5
2.4.2 数据字典 6
3.系统设计 9
3.1设计目标 9
3.2开发设计思想 10
3.3系统功能分析 10
3.3.1公共模块的功能 10
3.3.2用户模块的功能 10
3.3.3管理员管理信息模块 11
3.3.4超级管理员管理信息模块 11
3.3.5辅助管理或功能 11
3.4系统功能模块设计 11
3.5数据库设计 12
3.5.1 E-R图设计 13
3.5.2 数据库表设计 15
3.6系统界面设计 17
4.系统实现 22
4.1开发工具 22
4.1.1系统开发技术简介 22
4.1.2后台数据库简介 22
4.2数据库的实现 22
4.2.1创建数据库 22
4.2.2 连接数据库 23
4.2.3 Web.Config配置文件 23
4.3界面实现 23
4.4功能实现 34
4.4.1登录模块 34
4.4.2注册模块 35
4.4.3找人模块 36
4.4.4搜索模块 36
4.4.5关注模块 37
4.4.6找回密码模块 38
4.4.7修改密码模块 39
5.系统运行与测试 39
6.结束语 40
参考文献: 42
附 录 43
1.系统运行环境 43
2.系统运行步骤 43
致 谢 44 |