分类号:TP311.1 U D C:D10621-408-(2007)5966-0
密 级:公 开 编 号:2003031284
成 都 信 息 工 程 学 院
学 位 论 文
基于 ASP.NET 公司网站的设计与实现
论文作者姓名:
魏 龙
申请学位专业:
计算机科学与技术
申请学位类别:
工学学士
指导教师姓名(职称):
曾令明(讲师)
论文提交日期:
2007 年 06 月 10 日
基于 ASP.NET 公司网站的设计与实现
摘 要
随着因特网的发展,公司宣传模式发生了很大的变化。网站比传统的宣传模
式更方便、经济,且不受空间、时间限制。论文详细论述了一个基于 ASP.NET
公司网站的开发设计过程。系统采用 ASP.NET 2005 作开发平台,C#作编程语言,
SQL Server 2000 作数据库管理系统,实现了企业介绍、企业文化、新闻中心、
产品管理、人才招聘、留言版等功能。系统符合公司网站的需求。
论文组织如下:首先阐述了该系统的开发背景、意义;其次介绍了相关的开
发工具及技术基础;接着对系统的需求进行了分析,并提出了具体的设计方案和
数据库模型;然后展现了整个系统的具体实现,包括数据库的设计和连接,各功
能模块的实现;最后对该软件进行了严格的测试。
关键词:互联网;ASP.NET;数据库设计;安全性;软件工程;
The Design and Implementation of Company Website based
on ASP.NET
Abstract
Along with the development of the internet, the company propaganda mode has
been changed greatly. The website is more convenient and economic than the
traditional propaganda mode, and it is not limited by space and time. The paper
discusses in detail the development and design process of a company website based
ASP.NET. It uses ASP.NET 2005 as the development platform, C# as the
programming language, SQL Server 2000 as the database management system, and
includes enterprise introduction, enterprise culture, news, goods management, talent
recruitment, message board, etc.. It can accord with the requirement of the company
website.
The paper is organized as following: Firstly, analyzes the background and
significance; Secondly, introduces the development tools and the foundation of the
technology; Thirdly, analyses the demand of the system, gives a specific design
project and a database model; Then shows the implementation of the whole system,
which includes the design and linkage of the database and the implementation of
every module. Finally gives a test of the system.
Key words: Internet; ASP.NET; Database design; Security; Soft engineering.
目 录
论文总页数:26 页
1 引言 ...........................................................................................................................................1
1.1 课题背景 ...........................................................................................................................1
1.2 国内外研究现状 ...............................................................................................................1
1.3 本课题研究的意义 ...........................................................................................................1
2 系统开发工具与主要技术简介 ...............................................................................................2
2.1 系统开发工具简介 ...........................................................................................................2
2.2 系统开发主要技术简介 ...................................................................................................2
3 系统分析与数据库设计实现 ...................................................................................................3
3.1 需求分析 ...........................................................................................................................3
3.2 系统功能描述 ...................................................................................................................3
3.3 系统功能模块划分 ...........................................................................................................4
3.4 数据库表的创建 ...............................................................................................................4
3.5 数据库逻辑结构设计 .......................................................................................................6
4 通用模块关键技术设计与代码实现 .......................................................................................7
4.1 模块目录结构 ...................................................................................................................7
4.2 通用模块关键技术的设计 ...............................................................................................7
4.2.1 企业信息类公共模块 .....................................................................................................7
4.2.2 新闻信息类公共模块 .....................................................................................................9
4.2.3 产品信息类公共模块 ...................................................................................................10
4.2.4 招聘信息类公共模块 ...................................................................................................11
4.2.5 留言信息类公共模块 ...................................................................................................12
4.2.6 通用信息类公共模块 ...................................................................................................13
5 网站后台管理设计 .................................................................................................................14
5.1 密码管理与修改 .............................................................................................................14
5.2 企业信息的管理 .............................................................................................................15
5.3 新闻中心的管理 .............................................................................................................16
5.4 产品信息的管理 .............................................................................................................17
5.5 人才招聘的管理 .............................................................................................................18
5.6 留言信息的管理 .............................................................................................................18
6 编译运行与系统测试 .............................................................................................................19
6.1 编译运行 .........................................................................................................................19
6.2 系统测试 .........................................................................................................................23
结 论 .........................................................................................................................................24
参考文献 .........................................................................................................................................24
致 谢 .........................................................................................................................................25
声 明 .........................................................................................................................................26