{$cfg_webname}
主页 > 计算机 > ASP.NET >

班级家园网站的设计与实现(VS2008)(含录像)

来源:wenku163.com  资料编号:WK16312648 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16312648
资料介绍

班级家园网站的设计与实现(VS2008)(含录像)(毕业论文说明书12000字,程序代码,SQL2000数据库)
摘要
当前,大多数的班级家园网站的管理员和统计人员仍主要使用传统的方法。这种工作方式工作量大、效率低、易出错、准确性差、及时性差,而且有大量数据需要存档,查找麻烦。为了使管理人员从繁琐的手工劳动中解脱出来,提高工作人员的工作效率,降低管理成本,节约存储空间,开发一个班级家园网站十分必要。
本系统采用B/S模式:与传统的C/S模式相比,B/S结构把处理功能全部移植到了服务器端,用户的请求通过浏览器发出,无论是使用和数据库维护上都比传统模式更加经济方便。而且使维护任务层次化:管理员负责服务器硬件日常管理和维护,系统维护人员负责后台数据库数据更新维护。采用B/S模式,突破传统的文件共享模式,为学习交流平台的设计提供新的解决方案。借助ASP.net的WEB应用程序,用户通过Browser软件连接后台数据库并完成做操作,将原有静态网页的形式升级到动态更新数据的方式。B/S模式平台,数据维护方便客户端无需专用的软件,有较好的网络扩展性,支持TCP/IP协议直接接入Internet,。同时对于B/S模式而言,程序和数据的物理位置已经不再是那么重要了,访问者所关心的只是它们的URL就可以了。
    本系统使用ASP.net技术:ASP.net是把基于通用语言的程序在服务器上运行。不像以前的ASP即时解释程序,而是将程序在服务器端首次运行时进行编译,这样的执行效果,当然比一条一条的解释强很多。数据库采用sql server2000数据库:具有良好的安全性能,防火墙技术可以保证后台数据库的安全性,如果结合Windows 2000与Internet Information Server的高度安全性,使用户可以实现系统的安全。
关键词 : b/s,班级家园网站,ASP.net,sql server2000
 
Abstract
At present, most of the class homes website administrator and statisticians still mainly, the use of traditional method. This way of working workload big, the efficiency is low, the error-prone, accuracy, timeliness is poor, poor and has large data need to archive, find trouble. In order to make the management personnel from tedious manual labor freed, improve work personnel's working efficiency, reduce the management costs, to save storage space, develop a class home site is necessary.
The system USES the B/S mode: and the traditional C/S mode, B/S structure compared to the processing function all transplantation, and the user's request server via a browser, both use and database issued on the maintenance of the traditional mode than more economic convenient. And make maintenance tasks hierarchic: officer is responsible for the server hardware daily management and maintenance, system maintenance personnel responsible for backend database data update maintenance. Adopts B/S mode, the breakthrough tradition file sharing mode, the design for learning communication platform provides a new solution. With asp.net WEB applications, users connect the backend database software is clicked and finish do operation, the original static webpages upgrade to dynamically update and data way. B/S model platform, data maintenance convenient client without special software, and have a good network expansibility, support TCP/IP protocol direct access to the Internet,. As for B/S model is concerned, programs and data of physical location is no longer so important, visitors concerns about just their URL.
This system using asp.net technology: the asp.net is based on general language program in the server. Unlike previous ASP real-time interpretation process, but in the server program compiled first run, so that the implementation of the results, of course, a explanation than a much better. Using SQL database server2000 database: good safety performance, firewall technology can guarantee the safety of the backend database, if combined with Windows 2000 and Internet Information Server height safety, users can realize the security of the system.
Keywords: b/s, class home site, asp.net, SQL server2000

系统功能需求分析
本系统工作的任务主要由以下3部分组成
(1)前台模块
包括:简介,注册会员,班级相册,随笔区,排行榜,网站公告,联系我们,登陆页面等模块。
(2)管理员模块
输入管理员的姓名和密码后,进入后台管理页面。后台管理页面主要包括:会员管理、随笔类别管理、回帖管理、审核会员、审核随笔信息,审核班级照片、网站公告管理、简介管理和联系我们等管理模块。
(3)会员模块
输入会员的姓名和密码后,进入会员管理页面。买家管理页面主要是发表随笔,查看本人发布的随笔,对随笔回帖,上传照片,添加好友留言,查看好友留言回复,回复好友留言,修改个人资料。
 

班级家园网站的设计与实现(含录像)
班级家园网站的设计与实现(含录像)
班级家园网站的设计与实现(含录像)
班级家园网站的设计与实现(含录像)
班级家园网站的设计与实现(含录像)
班级家园网站的设计与实现(含录像)
班级家园网站的设计与实现(含录像)


目录
摘要    1
Abstract    1
第1章 绪论    3
1.1  项目背景    3
1.2  研究的目的和意义    4
第2章  需求分析与技术分析    5
2.1  需求分析    5
2.1.1 系统功能需求分析    5
2.1.2 系统设计结构分析    6
2.2  技术分析    8
2.2.1  目前主流的动态网页技术比较    8
2.2.2  asp.net简介    9
2.2.3  sql server2000简介    10
第3章  项目的实现与设计    11
3.1     班级家园网站大体结构图    11
3.2     数据库概念结构设计    12
4章  系统的实现    18
4.1 后台系统的实现    18
4.1.1  连接数据库的包含文件    18
4.1.2  后台管理的控制台    19
4.1.3  会员管理    20
4.1.4  网站公告管理    21
4.1.5  简介管理    23
4.1.6  联系我们管理:    24
4.1.7  审核会员信息页面:    25
4.1.8  审核随笔信息页面    25
4.1.9  审核照片页面    25
4.2 会员系统的实现    25
4.2.1  发表随笔    26
4.2.2  查看本人发布随笔    27
4.2.3  对随笔回帖    28
4.2.4  上传班级照片    30
4.2.5  添加好友留言    32
4.2.6  回复好友留言    33
4.3 前台系统的实现    35
4.3.1  首页    36
4.3.2  网站公告    38
4.3.3  班级相册    41
4.3.4  随笔区    43
4.3.5  排行榜    45
4.3.6  登陆页面    47
第5章  系统的调试和优化    48
5.1  调试    48
5.2  问题分析    48
第6章  结束语    48
致谢    48
参考文献    50
附录    51
附录1:动态网页设计代码     51

推荐资料