计算机毕业论文|计算机论文|计算机毕业设计|计算机网络论文  
设为首页 加入收藏 联系站长
论文无忧网|专业的计算机论文、计算机毕业论文服务网站
计算机毕业设计 计算机毕业论文 计算机论文 管理系统 工资 在线选课 图书
当前位置:计算机毕业论文网 >> ASP论文设计 >> 浏览文章
ASP博客网站的设计与实现全套

【说明】本站所列作品的内容只是论文的部分介绍,如果想了解此作品的详细资料,请联系在线客服。
全套设计作品包括系统+源程序+论文+开题报告+使用手册,可以直接作为毕业设计/论文使用.
本站作品全部经过技术员测试,完整无错,大家可以放心参考使用。包调试,包指导,售后全部免费,直到您通过答辩为止。
现成作品的购买流程请参照:购买现成作品流程 网站介绍 常见问题解答

 

 

基于ASP的博客网站设计与实现

 

  要:博客简单来说就是“网络日记”,本课题研究的博客网站就是可以让用户零成本、较少维护地创建自己的网络媒体。本课题开发实现博客的通用功能:发表日志,上传图片,管理博客,阅读博客,发表评论等几大功能。另外系统页面风格的可变性是本博客系统一大优势。

    本课题遵循了“放眼于系统,按功能分快”的原则,巧妙地将开发一个完整的博客网站的过程分解成各个模块,然后逐一的实现各个功能模块,最后把所有的模块连在一起就构成了一个完整的博客系统。

    本系统的页面设计主要是在Dreamweaver环境下完成的,通过引入ASP技术和数据库技术使得博客系统的动态功能得以很好的实现,本系统的成功开发可以说是Dreamweaver结合ASP技术开发动态网站的成功体现。

    

 

 

关键词: 博客 ASP 数据库 Dreamweaver

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


毕业设计(论文)外文摘要

 

The Design and Realization of Blog Website Based on ASP

 

Abstract: This project studies a web blog, with which users can create their own web media without any cost and any maintenance. It develops and realizes commonplace functions of a blog, such as publishing blogs, uploading pictures, administrating blogs, reading blogs, publishing comments and so forth.

    This project goes with the principle that we regard the system as a whole but break up the whole into parts when realizing it. So we divide the whole system into several parts called modules and then we develop the system one by one and finally we combine all the parts

together and get a complete blog system.

    The system is developed mainly with Dreamweaver. And with the adoption of database technology and ASP, dynamic functions of the blog system perfectly come true. We can see the successful development of this system as a reflection of excellent combination of Dreamweaver and ASP technology when developing dynamic websites.

Keywords: blog;  ASP;  database;  Dreamweaver

 

 

 

 

 

 

 

 

 

 

 

 

 

 


 

   

1  引言. 1

1.1  课题的研究背景与意义. 1

1.1.1  课题的研究背景. 1

1.1.2  课题的研究意义. 1

1.2  问题定义和简介. 1

1.2.1  课题的定义. 1

1.2.2  课题简介. 2

1.3  课题调研与可行性分析. 2

1.3.1  课题调研. 2

1.3.2  可行性分析. 2

1.4  论文各章内容介绍. 3

2  系统需求分析. 4

2.1  需求调研. 4

2.2  业务流程分析. 4

2.3  系统数据流图. 5

2.4  系统功能需求分析. 6

2.4.1  功能划分. 6

2.4.2  功能描述. 6

2.5  系统功能需求分析. 8

2.5.1  创建用例图. 8

2.5.2  详细描述用例. 9

2.6  数据字典. 11

3  系统设计. 15

3.1  系统总体结构设计. 15

3.2  系统数据模型设计. 16

3.3  数据库表的设计. 19

3.4  系统开发与运行环境确定. 21

3.4.1  系统开发环境. 21

3.4.2  系统运行环境. 22

3.5  系统实现的若干关键技术. 22

3.5.1  UML建模技术. 22

3.5.2  ASP与IIS技术. 23

3.5.3  利用ADO访问数据库技术. 24

4  数据库连接函数. 27

5  详细设计. 28

5.1  系统登录模块模块简介. 28

5.2  模块体系结构. 28

5.3  运行图. 29

5.4  设计说明. 29

5.4.1  新用户注册子模块. 29

5.4.2  管理员登陆子模块. 31

6  博客管理系统模块. 33

6.1  博客管理子模块. 33

6.1.1  模块简介. 33

6.1.2  模块体系结构. 33

6.1.3  设计说明. 33

6.2  系统管理子模块. 36

6.2.1  模块简介. 36

6.2.2  模块体系结构. 36

6.2.3  设计说明. 36

7  博客浏览系统模块. 40

7.1  博客浏览模块. 40

7.1.1  模块简介. 40

7.1.2  模块体系结构. 40

7.1.3  运行流程. 40

7.1.4  设计说明. 40

7.2  访问量统计模块. 41

8  用户手册. 42

8.1  系统运行环境. 42

8.1.1  硬件要求. 42

8.1.2  软件环境. 42

8.2  系统的安装. 42

8.3  系统页面及其功能. 42

8.4  系统的使用. 43

8.4.1  常用操作说明. 43

8.4.2  各模块的使用说明. 43

  . 48

  . 50

. 51

 
上一篇: ASP网页设计辅导系统全套
下一篇: ASP办公信息化管理系统全套
在线客服  
点击这里给我发消息 点击这里给我发消息
点击这里给我发消息 点击这里给我发消息
QQ:528311109 QQ:528311109
  服务邮箱:Service@paper51.com
热门浏览
论文降价了,2010年毕业的同学你
计算机毕业论文无忧网-公告
计算机毕业论文-论文无忧网至同学
5年信誉服务保证-计算机毕业论文
购买现成作品流程
计算机毕业论文答辩过程中需要注
付款方式
网站介绍
计算机毕业论文答辩前的准备
常见问题
最近更新  
论文降价了,2010年毕业的同学你
计算机毕业论文无忧网-公告
计算机毕业论文-论文无忧网至同学
5年信誉服务保证-计算机毕业论文
购买现成作品流程
计算机毕业论文答辩过程中需要注
付款方式
网站介绍
计算机毕业论文答辩前的准备
常见问题
设为首页 | 加入收藏 | 关于本站 | 联系站长 | 友情链接 | 版权申明 | 在线留言 | 网站地图
Copyright 2006-2008 Powered by Paper51.com,论文无忧网 All Rights Reserved.
声明:《论文无忧网》,根据《信息网络传播权保护条例》,如果我们网站上的的作品侵犯了您的权利,请及时通知我们,我们会及时删除。
《论文无忧网》为您提供优秀的计算机毕业设计|计算机毕业论文|计算机论文|毕业论文等资料,仅供学习参考使用。