基于web应用的嘉瑞公司信息展示系统设计

基于web应用的嘉瑞公司信息展示系统设计选择了使用SQL 2008以及Visual Studio 2010作为自己的编程软件,因为这两个软件是在大二大三学习过的,有一定的基础。首先是对系统做一个需求分析,对系


摘要: 企业通过互联网进行宣传,展示,这种方式在企业之间越来越流行。有了互联网这个快捷的渠道,公司网站能够加快企业与客户间的信息流通,扩大企业的知名度与影响力。本次毕业设计,我运用了Asp.net的框架技术,前台界面语言用的是HTML,开发语言用得是C#,数据库系统是SQL Server 2008来完成了嘉瑞公司信息展示系统设计。论文首先介绍了本次课题的意义、难点、可行性分析;然后对该系统的设计进行了详细的阐述;最后是对嘉瑞公司信息展示系统的页面,数据库的设计与实现,整个系统的测试做了介绍。嘉瑞公司信息展示系统分为前台的用户浏览企业信息以及后台的管理员登录管理各项相关内容。前台用户可以注册成为会员,浏览企业各项信息并对公司进行留言;后台管理员可以对公司的信息进行增删改查,可以对用户进行管理。这次毕业设计,我的宗旨是要将学过的东西发挥出来,学以致用,从而更好的完成毕业设计。

关键词:公司网站  HTML语言  SQLSERVER数据库  ASP.NET

Design of the information display system of jiarui company based on web application

Abstract: Enterprises are promoting and displaying through the Internet. This way is becoming more and more popular among enterprises. With the fast channel of Internet, the company website can speed up the flow of information between enterprises and customers, and expand the visibility and influence of enterprises. This graduation design, I use the Asp.net framework technology, the front interface language is HTML, the development language is used C#, the database system is SQL Server 2008 to complete the Jia Rui company information display system design. The paper first introduces the significance, difficulty and feasibility analysis of this subject, and then expounds the design of the system in detail. Finally, it introduces the page of Jia Rui's information display system, the design and implementation of the database, and the test of the whole system. Jia Rui information display system is pided into the front user browsing enterprise information and backstage administrator login management related content. The front desk user can register as a member, browse the information of the enterprise and leave a message to the company; the backstage administrator can add and delete the information of the company, and can manage the user. The purpose of this graduation project is to develop what I have learned and apply it in order to finish the graduation project better.

Keywords: The company's web site  HTML language  SQLSERVER database  ASP.NET

目录

1. 绪论 1

1.1. 课题的目的和意义 1

1.2. 国内外研究现状 2

1.3. 课题主要研究内容 2

1.4. 课题的重点难点 3

2. 需求分析与可行性分析 4

2.1. 需求分析 4

2.1.1. 软硬件需求 4

2.1.2. 用户需求 5

2.1.3. 系统管理员需求 5

2.1.4. 系统运维人员的需求 5

2.2. 可行性分析 6

2.2.1. 经济可行性 6

2.2.2. 技术可行性 6

2.2.3. 操作可行性 7

2.2.4. 时间可行性 7

2.2.5. 法律可行性 7

3. 系统设计 8

3.1. 系统总体设计 8

3.1.1. 前台界面 9

3.1.2. 后台管理 11

3.2. 数据库设计 11

3.2.1. 数据库E-R图设计 11

3.2.2. 数据库逻辑结构设计 13

4. 系统功能模块实现 16

4.1. 前台界面 16

4.1.1. 首页信息 16

4.1.2. 用户注册界面 18

4.1.3. 用户登录界面 19

4.1.4. 新闻中心界面展示 20

4.1.5. 用户留言模块 22

4.2. 后台登录 23

4.2.1. 后台登录界面 23

4.2.2. 管理员信息管理模块 24

4.2.3. 用户管理模块 26

4.2.4. 新闻信息管理模块 27

5. 系统的调试与测试 29

5.1. 系统的调试 29

5.2. 系统的测试 30