优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

ASP个人日志系统的设计与实现(源代码+论文)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
  核心提示:如有需要请联系 QQ:306826066摘 要 在互联网越来越普及的今天,信息在人们的日常生活中占据了非常重要的地位,个人日志系统是基于ASP和SQL Server的一种在Internet上公开发布的快速更新的个人网站系统,使用者可以简单快速地完成个人网页的创建、发布和更新,是一个方便的供广大互联...

如有需要请联系 QQ:306826066 [资料来源:http://www.THINK58.com]

摘 要
在互联网越来越普及的今天,信息在人们的日常生活中占据了非常重要的地位,个人日志系统是基于ASP和SQL Server的一种在Internet上公开发布的快速更新的个人网站系统,使用者可以简单快速地完成个人网页的创建、发布和更新,是一个方便的供广大互联网用户相互交流的平台。它可以是单用户的,也可以是多用户的,本文主要研究单用户系统,主要包括前台浏览、评论日志功能,后台发表日志的功能、相关的管理功能和修改账户信息等功能。本文主要介绍了该系统的基本功能及具体设计实现方法:系统分析中系统的结构图分析了系统各模块的功能;在系统设计中,详细地展现了系统各个功能模块的设计思路、所需的数据库表及表字段等;最后介绍系统的安全功能——账号密码加密的必要性及具体实现方法。 [来源:http://www.think58.com]

关键词:个人日志系统;ASP;SQL;加密

[来源:http://think58.com]


Design and Implementation of Personal Journal System
Abstract
Nowadays, with the increasingly popularity of the Internet, information has taken a main role in people's daily life, Personal Journal System is a kind of quickly renewed personal website system based on ASP and SQL Server which can be publicly released in Internet. The user can easily and fleetly do the work such as establishing, publishing a personal website and renewing it. It's a convenient platform for largeness Internet users to communicate with each other. It can be single-user system or multi-user system, in this article we mainly study the single-user system, and its functions mainly comprise browsing and commenting journals in foreground, publishing journals in background, correlative managing function and modifying user's account information. This article mainly introduces basic functions of the system and specific realization methods of the design: The structure diagram of the system functions in system analyse part analyses different functions of each module; In the system designing part, it exhibits the designing thought of every module and the required database forms in detail; in the end, it introduces the safety function of the system--the necessity of encrypting user's password and specific realization methods.

[资料来源:www.THINK58.com]

Key words: Personal Journal System; ASP; SQL; Encrypt

目 录
论文总页数: 20页

[来源:http://www.think58.com]

1 引言 1
2 开发概述 1
2.1 开发背景 1
2.2 系统概述 1
2.3 开发工具概述 2
3 系统分析 4
3.1 系统功能流程图 4
3.2 系统模块划分 4
3.3 系统功能设计 5
4 数据库设计 6
4.1 数据库表之间的关系 6
4.2 数据库表的详细设计 7
5 系统实现 8
5.1 前台的实现 8
5.2 后台的实现 9
6 系统安全 13
6.1 系统安全简介 13
6.2 加密算法描述 13
6.3 系统安全实现 15
7 系统测试 15
7.1 访问首页 15
7.2 后台管理 16
结 论 18
参考文献 18
致 谢 19
声 明 20

1 引言
个人日志系统是一种十分简易的傻瓜式个人信息发布方式,让任何人都可以像免费电子邮件的注册、书写和发送一样,简单快速地完成个人网页的创建、发布和更新,用户可以通过该系统发布日志、图片等各种信息,是一个方便的供广大互联网用户相互交流的平台。
一般一个日志系统就是一个页面,它通常由简短而经常更新的日志文章构成,所有文章都是按照日期排列,现在流行的博客就是日志系统的具体表现。看上去平淡无奇,毫无可炫耀之处,但它可以让每个人零成本地创建自己的网络媒体,每个人都可以随时把自己的想法和灵感在日志系统站点上更新。它的人性化和平民视角使得它提供的消息更贴近人们的生活,而且它搜集的新闻资料大多是第一手资料。简言之,该系统具有友好的用户界面、简单易懂的操作方式、强大的功能,有广泛的应用空间和无可比拟

[来源:http://www.think58.com]

[资料来源:http://THINK58.com]