1 / 50
文档名称:

基于.NET的同学录系统的设计与实现(毕业论文设计).doc

格式:doc   页数:50页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于.NET的同学录系统的设计与实现(毕业论文设计).doc

上传人:绝对好男人 2013/5/21 文件大小:0 KB

下载得到文件列表

基于.NET的同学录系统的设计与实现(毕业论文设计).doc

文档介绍

文档介绍:南京师范大学泰州学院
毕业论文
 
题目
的同学录系统的设计与实现


学生姓名
学号
专业
班级
指导教师
 
2013 年 4 月
摘要
随着计算机技术的快速发展,过去种种陈旧的联系方式已经不能满足现代生活的需要,而基于网络的同学录系统一改传统的纸质同学录的消息陈旧、更新困难、不便于实时联系等种种弊端,可以让我们随时随地更加方便的跟同学、校友、朋友联系。
本系统采用B/S模式,为主要开发工具,使用C#语言、技术开发前台的应用程序,以SQL Server 2005数据库作为后台数据库,使用SQL数据库查询语言完成应用程序与数据库的链接。
系统分为八大模块:用户注册模块、用户登陆模块、用户信息管理模块、创建班级模块、上传图片模块、班级留言模块、聊天室模块、班级管理模块。前七大模块是根据注册用户提供的,注册用户登录后可以修改个人资料,创建班级,上传图片,留言聊天等一系列操作,最后一项是管理员登录所进行的操作。而如果是未注册用户只能在校友录首页中进行校友搜索,没有权利进行其他操作。
关键词:C#;同学录;SQL;B/S架构
Design and Implementation Classmates system-based .NET
Abstract
With the rapid development puter technology, the past stale Contact has been unable to meet the needs of modern life, based on the working system to a change in the traditional paper Classmates message, update the difficult, not easy in real time all the drawbacks, allows us to contact with students, alumni, friends anytime, anywhere more convenient.
The system uses B / S mode, the main development tool. NET, C # language and technology development foreground of the application, the SQL Server 2005 database as a back-end database, using the the SOL database query language plete the application and the database link.
The system is divided into eight modules: user registration module, user login module, the user information management module, create a class module, upload pictures module, class bulletin module, chat module, class management module. Previous seven modules is based on registered users, the class was created, upload pictures, message and chat a series of operations, the last one is the operation carried out by the administrator login. And if it is not registered users only Alumni Home Alumni Search no right to perform other operations.
Keywords: C #; Classmates; SQL; B / S architecture
目 录
摘要 I
Abstract II
目 录 III
第一章绪论 1
同学录系统研究意义和目的 1
第二章程序技术相关知识 2
C#简介 2
简介 2
第三章需求分析 4
功能需求 4
前台功能需求 4
后台功能需求 5
第四章网站概要设计 6
模块的划分与功能设计 6
功能模块的初步设计 7
数据库设计 8
us