个人日志系统的设计与实现—计算机毕业设计论文.doc
文本预览下载声明
毕业设计(论文)
个人日志系统的设计与实现
论文作者姓名: 申请学位专业: 申请学位类别: 指导教师姓名(职称): 论文提交日期:
个人日志系统的设计与实现
摘 要
在互联网越来越普及的今天,信息在人们的日常生活中占据了非常重要的地位,个人日志系统是基于ASP和SQL Server的一种在Internet上公开发布的快速更新的个人网站完成个人网页的创建、发布和更新ASP;SQL;加密
Design and Implementation of Personal Journal System
Abstract
Nowadays, with the increasingly popularity of the Internet, information has taken a main role in peoples 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. Its 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 users 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 users password and specific realization methods.
Key words: Personal Journal System; ASP; SQL; Encrypt
目 录
论文总页数: 20页
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
引言
个人日志系统是一种十分简易的傻瓜个人信息发布方式让任何人都可以像免费电子邮件的注册、和发送一样,完成个人网页的创建、发布和更新快速更新的个人初,将每天浏览网站的心得和意见记录下来,并予以公开,来给其它人参考。但随着
显示全部