网站的设计与实现毕业设计(论文) 精品

毕业设计(论文)

毕业设计题目: 网站的设计与实现

重庆航天职业技术学院

毕业设计说明书(论文)

摘 要

随着经济、信息全球化的发展,各高校之间以及高校各院系、团体以及学生之间的信息交流、信息共享已经变得尤为重要。但是经过调查发现,目前我国部分高校还未能给学生提供一个信息交流的平台,这导致的信息缺乏将会给高校以及高校学生的发展带来一定的影响。

学院论坛系统正是以本学院学生作为使用对象而开发的,它的开发可以给学生提供一个互相交流的渠道,也给学院和学生之间的信息交流提供了便利。

系统实现了在线讨论、疑难问题询问、阅览等功能。论坛设有管理员,管理员拥有管理论坛的权限,拥有创建、编辑、删除论坛版块和管理注册用户的权限。注册用户可以发表自己的话题,同时可以就自己感兴趣的内容进行讨论、回复等。游客只能浏览论坛中的内容。

经过严格的分析,系统采用SQL Server2005建立具有完整性和一致性的数据库,前台开发工具采用Visual Studio 2005,使用它的可视化组件来完成功能完备、易于操作和管理的论坛系统。

关键词: SQL Server,ASP.NET ,论坛

第 1 页 共 50 页

重庆航天职业技术学院

毕业设计说明书(论文)

ABSTRACT

With the development of the economy and the informationization, the communication and information sharing between universities, communities and students become more and more important. But through our investigation we can find that a large part of universities still can not provide their students a platform of communication. The lacking of information leaded by this will bring a certain affection to the development of universities and their students.

The forum system of School of Civil Engineering of the Hunan University of Technology was developed for its students, the development of this system provided students a medium of communication with each other and convenience between the faculty and its students.

This system carried out functions of discussing on line, problematic inquire , reading and so on. It set a manager who had the right to manage the forum, including creating, editing, deleting the editions and manage registered users. Registered users could post and discuss or reply to what they are interested in. Unregistered users could just browse the contents of the forum.

Through the strict analysis, this system used the SQL Server 2000 to build a completed and identical database , chose the Visual Studio 2005 as the developing tool and used its visible components to complete this forum system which has perfect functions and is easy to be operated and managed.

Keywords: SQL Server, ASP.NET, Forum

第 2 页 共 50 页

重庆航天职业技术学院

毕业设计说明书(论文)

目 录

第1章 前言 ........................................... 错误!未定义书签。

1.1 选题背景及意义 ...................................................... 6

1.1.1 课题选择背景 ...................................................... 6

1.1.2 课题选择意义 ...................................................... 2

1.2 论坛系统的发展与现状 ................................................ 8

1.3 课题任务简介 ........................................................ 9

第2章 技术支持 ......................................................... 5

2.1 实施平台 ............................................................ 5

2.2 开发工具 ............................................................ 5

2.3 开发语言 ............................................................ 6

2.4 数据库 .............................................................. 8

2.5 服务器选择 .......................................................... 9

第3章 系统需求分析 .................................................... 17

3.1功能需求 ............................................................ 17

3.2 可行性分析 ......................................................... 17

3.2.1 技术可行性 ....................................................... 18

3.2.2 社会可行性 ....................................................... 18

3.2.3 运行可行性 ....................................................... 18

3.3 系统流程 ........................................................... 18

3.4 数据流图 ........................................................... 12

3.5 出错处理需求 ....................................................... 21

第 3 页 共 50 页

毕业设计(论文)

毕业设计题目: 网站的设计与实现

重庆航天职业技术学院

毕业设计说明书(论文)

摘 要

随着经济、信息全球化的发展,各高校之间以及高校各院系、团体以及学生之间的信息交流、信息共享已经变得尤为重要。但是经过调查发现,目前我国部分高校还未能给学生提供一个信息交流的平台,这导致的信息缺乏将会给高校以及高校学生的发展带来一定的影响。

学院论坛系统正是以本学院学生作为使用对象而开发的,它的开发可以给学生提供一个互相交流的渠道,也给学院和学生之间的信息交流提供了便利。

系统实现了在线讨论、疑难问题询问、阅览等功能。论坛设有管理员,管理员拥有管理论坛的权限,拥有创建、编辑、删除论坛版块和管理注册用户的权限。注册用户可以发表自己的话题,同时可以就自己感兴趣的内容进行讨论、回复等。游客只能浏览论坛中的内容。

经过严格的分析,系统采用SQL Server2005建立具有完整性和一致性的数据库,前台开发工具采用Visual Studio 2005,使用它的可视化组件来完成功能完备、易于操作和管理的论坛系统。

关键词: SQL Server,ASP.NET ,论坛

第 1 页 共 50 页

重庆航天职业技术学院

毕业设计说明书(论文)

ABSTRACT

With the development of the economy and the informationization, the communication and information sharing between universities, communities and students become more and more important. But through our investigation we can find that a large part of universities still can not provide their students a platform of communication. The lacking of information leaded by this will bring a certain affection to the development of universities and their students.

The forum system of School of Civil Engineering of the Hunan University of Technology was developed for its students, the development of this system provided students a medium of communication with each other and convenience between the faculty and its students.

This system carried out functions of discussing on line, problematic inquire , reading and so on. It set a manager who had the right to manage the forum, including creating, editing, deleting the editions and manage registered users. Registered users could post and discuss or reply to what they are interested in. Unregistered users could just browse the contents of the forum.

Through the strict analysis, this system used the SQL Server 2000 to build a completed and identical database , chose the Visual Studio 2005 as the developing tool and used its visible components to complete this forum system which has perfect functions and is easy to be operated and managed.

Keywords: SQL Server, ASP.NET, Forum

第 2 页 共 50 页

重庆航天职业技术学院

毕业设计说明书(论文)

目 录

第1章 前言 ........................................... 错误!未定义书签。

1.1 选题背景及意义 ...................................................... 6

1.1.1 课题选择背景 ...................................................... 6

1.1.2 课题选择意义 ...................................................... 2

1.2 论坛系统的发展与现状 ................................................ 8

1.3 课题任务简介 ........................................................ 9

第2章 技术支持 ......................................................... 5

2.1 实施平台 ............................................................ 5

2.2 开发工具 ............................................................ 5

2.3 开发语言 ............................................................ 6

2.4 数据库 .............................................................. 8

2.5 服务器选择 .......................................................... 9

第3章 系统需求分析 .................................................... 17

3.1功能需求 ............................................................ 17

3.2 可行性分析 ......................................................... 17

3.2.1 技术可行性 ....................................................... 18

3.2.2 社会可行性 ....................................................... 18

3.2.3 运行可行性 ....................................................... 18

3.3 系统流程 ........................................................... 18

3.4 数据流图 ........................................................... 12

3.5 出错处理需求 ....................................................... 21

第 3 页 共 50 页


相关内容

  • 信息安全专业毕业设计(论文)参考课题
  • 经验是由痛苦中粹取出来的. 少为失败找理由 多为成功找方法 大多数人想要改革这个世界 却不晓得即时从小事做起 网络.信息安全专业毕业设计(论文)参考课题 课题类型 序 号 参考题目 设计要求 网 站 建 设 类 1 **学校计算机系网站 设计一个B/S(浏览器/服务器)交互式动态网站 要求网站不要脱 ...

  • 电子商城论文
  • e家电脑商城购物系统论文 摘要: 伴随着Internet的高速兴起,电子商城作为电子商务的一种形式正以其高效.低成本的优势,逐步成为新兴的经营模式和理念,人们已经不再满足用途信息的浏览和发布,而是渴望着能够充分享受网络所带来的更加多的便利.电子商城正适,喜欢的商品. 本系统采用Struts框架技术开 ...

  • 毕业设计选题系统毕业论文 精品
  • 广 东 交 通 职 业 技 术 学 院 毕业论文 题目名称 毕业设计选题系统 开题日期 2011 年 9 月 1 日 设计期限 2011 年 9 月 5 日起 2011 年 10 月 30 日止 答辩日期 2011 年 11 月 1 日 院 系 计算机工程学院 指导教师 周江 学生姓名 占玉芸25号 ...

  • N多毕业设计题目
  • 基于Ajax技术的WEB应用的设计 又快到毕业的时候了,大家该准备做毕业设计了.大学问问特意收集了一些毕业设计(论文)的题目,供大家选择. VB售楼管理系统 VB无纸化考试系统 VB小区物业管理系统 VB航空公司管理信息系统 VB计算机机房管理系统 VB房地产评估系统VB+SQL2000 VB光盘信 ...

  • 南京邮电大学2012年教育信息化工作总结
  • 南京邮电大学2012年教育信息化工作总结 2012年是实施"十二五"规划承上启下的关键之年,根据<国家中长期教育改革和发展规划>及<江苏省中长期教育改革和发展规划纲要(2010-2020年)>的精神要求,学校坚持以教育部<教育信息化十年发展规划> ...

  • 分班级论文题目
  • 一.计算机应用专业 1.基于局域网上的教学模式探讨 2.校园局域网综合布线系统设计 3.实现网络远程攻击主动防御的安全研究 4.组建对等网络(WINSOWS 2000 SERVER组网探讨) 5.基于ASP的在线选课系统 6.防火墙在网络安全中应用 7.办公室无线网络的设计与实现 8.计算机网络拥塞 ...

  • 论文,产品包装设计中的附加价值
  • 包装工程PACKAGINGENGINEERINGV01.27No.62006.12 产品包装设计中的附加价值 陈健,周骥平,朱兴龙 (扬州大学,扬州225009) 摘要:通过对包装设计的附加价值的探讨,阐述了其实现附加价值的方法,及在包装设计中如何 有效的利用自然资源,降低产品包装的成本. 关键词: ...

  • 服装效果图阶段性总结自评报告
  • 服装效果图阶段性总结自评报告 一.近两年本专业建设的基本情况 1.精品课程建设负责人和教学团队主要教师在教学.科研.教学改革等方面所作的主要工作 根据"服装效果图"课程的特点,我们在教学过程中紧紧围绕培养学生过硬的操作技能这个中心,灵活运用多种教学方法,收到了理想的教学效果. 1 ...

  • 本科[会计学原理]精品课程建设初探
  • 全国中文核心期刊财会月刊阴· 精品课程建设初探本科<会计学原理> 田丽娜 渊太原科技大学经济管理学院太原030024冤 [摘要]本文以在"国家精品课程网"课程中心检索到的77门适用于会计专业的<会计学原理>精品课程为研究对象,从教师队伍.教学内容.教学条件 ...