这里我使用了 数据库以及 技术等等。通过这次毕业设计,使平时学习的理论与实际彻底结合起来。对我来说这次设计能够顺利完成是对我本身的一个测验
摘 要
这是最好的时代——信息时代,计算机技术发展势头及其迅猛,现今人们的生活与网络技术息息相关,个人博客成为网友们在线互动交流的平台,因此个人博客每日的使用量足以够提高其所在网站的访问量进而提升知名度,许多网站都借此让更多的人通过了解自身的搜索引擎。个人博客网可以浏览静态的信息和动态的图片与视频,为此必须设置成动静态页面相互分离的、技术上应用ASP.NET与SQL数据库结合开发的系统。
在本篇论文中首先阐述了开发该套系统的原因和意义以及开发系统所应用的相关的技术,并介绍相关的背景、研究现状。在讲述系统的工作内容时会对构造系统的模型进行简单的分析,并讲明系统的操作流程,并通过这两步判断系统的可行性,综合多种因素明晰现阶段是否应该开发该个人博客网站。了解用户的需求并进行分析整合在系统中进行对应功能模块的划分。随后便可对系统中所应用的数据库开始构建其设计原则与数据表结构并对实体联系图等建模。在建立系统之前必须要明确设计开发的思想并营造良好的开发环境。并且在最终实现了系统的设计功能后,对其中的各个子模块进行测试。
关键词:个人博客;ASP.NET技术;SQL数据库
ABSTRACT
This is the best era - the information age, the development of computer technology and its rapid development. Nowadays, people's lives are closely related to online technology. Personal blogs have become a platform for online interaction among netizens. Therefore, the daily use of personal blogs is sufficient to increase the use of personal blogs. The number of visits to its website has increased its popularity, and many websites have used this to allow more people to learn about their own search engines. The personal blog network can browse static information and dynamic pictures and videos. For this purpose, it must be configured as a system in which static and dynamic pages are separated from each other and technically applied to ASP.NET and SQL databases.
In this paper, the reason and significance of developing the system and the related technologies applied in the development system are described first, and the relevant background and research status are introduced. When describing the work content of the system, a simple analysis of the model of the construction system will be made, and the operation flow of the system will be explained. Through these two steps, the feasibility of the system will be judged, and various factors will be integrated to clarify whether this personal blog should be developed at this stage. website. Understand the user's needs and analyze the integration of the corresponding functional modules in the system. Afterwards, we can begin to construct its design principles and data table structures and model entity contact maps for the databases used in the system. Before the establishment of the system must be clear design and development of ideas and create a good development environment. And after the system design function is finally realized, each sub-module therein is tested.
Key words: Personal Blog; ASP.NET Technology; SQL Database
目 录
1 概述 6
1.1 开发背景 6
1.2 研究现状 7
1.3发展趋势 7
1.4研究 8
2 系统开发环境 8
2.1 IIS简介 8
2.2 ASP.NET技术框架 9
2.3 B/S结构 9
2.4 SQL 数据库 10
2.5 C#简介 10
3 系统分析 11
3.1 可行性分析 11
3.1.1 技术可行性 11
3.1.2操作可行性 11
3.1.3 经济可行性 11
3.2需求分析 12
3.2.1 性能需求 12
3.2.2 用户需求 12
3.2.3功能需求 12
3.3系统用例图 14
3.4 系统流程分析 14
3.5 界面需求 17
4数据库设计 18
4.1数据库设计原则 18
4.2数据库E-R图设计 18