论文题目
基于 B/S 架构的交友平台系统
姓
学
专
名
院
业
宋福钰
东北大学东软信息学院
软件工程
指导教师
陈鹏 讲师
备
注
2008 年 6 月 6 日
基于 B/S 架构的交友平台系统
作 者 姓 名 : 宋福钰
指 导 教 师 : 陈鹏 讲师
单 位 名 称 : 计算机科学与技术系
专 业 名 称 : 软件工程
东北大学东软信息学院
2008 年 6 月
Based on B / S structure of the platform
Makingfriends
by Song Fu Yu
Supervisor:
Lecturer Chen Peng
Northeastern University Neusoft Institute of Information
June 2008
毕业设计(论文)任务书
毕业设计(论文)题目:
基于 B/S 架构的交友平台系统
设计(论文)的基本内容:
交友平台系统采用 JSP+Webwork+Spring 的组合开发框架作为开发技
术,选用 MySQL 作为数据库服务器,从数据库中读出数据显示在浏览器上,
以供用户对交友信息的浏览。
了解交友信息中的一些基本问题以及掌握交友系统的基本业务流程、
通过对该系统的设计和完成能在整个企业中实现对交友业务的连接与应
用。通过对 Jsp、Webwork、Spring、MySQL 知识的进一步学习,来实现
交友平台系统的设计与实现,并对所实现的部分进行测试和评价。
毕业设计(论文)专题部分:
题目:
设计或论文专题的基本内容:
学生接受毕业设计(论文)题目日期
指导教师签字:陈鹏
第 1 周
2008 年 3 月 3 日
-Ⅰ-
东 北 大 学 东 软 信 息 学 院 ( 论 文 )
摘 要
基于 B/S 架构的交友平台系统
摘 要
随着信息技术的发展,计算机已被广泛的用于社会的各个领域,成为推动社会发展
的技术动力。而在计算机应用中,软件的作用十分突出,软件已经发展成为信息技术的
核心,主导着信息产品的开发和信息技术市场的进一步的开拓。软件产业已成为社会信
息化进程中的一个战略性产业。在软件技术的应用中,软件的开发技术尤其是应用型软
件产品的开发技术成了重中之重。不断开发适应用户需求、市场需要的新型软件产品。
随着社会的发展,软件也在不断的更新换代。管理现代化,办公自动化和决策科学
化,是现代办公管理发展的必然趋势。随着信息社会的不断发展,计算机的使用已经深
入到人们工作生活中的每一个角落。而人们对数据库的运作和依赖同样也是计算机出现
后的一大优势,在学校管理领域,引入计算机管理系统,可以大大提高管理效率和质量,
是学校进行现代化、标准化建设的必然趋势。该系统是一套基于计算机技术和数据库技
术的交友系统平台,它不仅是一套管理软件,更为校园信息系统提供了强大的应用支持。
在提高用户基本信息的准确性,发挥系统的统计和分析功能的前提下,更大大的提高了
工作效率,节约了人手。
关键词:交友,数据库,企业, Jsp,Webwork,Spring,
-Ⅱ-
东北大学东软信息学院(论文)
Abstract
Based on B / S structure of the platform
Makingfriends
Abstract
With the development of information technology, computers have been widely used in
all spheres of society, promote social development become a driving force for the technology.
In computer applications, software, the role is very prominent, and software has become the
core of information technology, leading to the development of information products and
information technology open up the market
further. Software industry has become
information-based society in the process of a strategic industry. In the application of software
technology, software development technology in particular the application of software product
development technology has become top priority. Continuously adapt to the development of
user needs, the needs of the market of new software products.
With the development of society, are also constantly upgrading the software. Modern
management, office automation and decision-making process more scientific and modern
office management development is the inevitable trend. With the continuous development of
information society, the use of computers has in-depth work to people living in every corner.
People on the operation of the database is also dependent on computers and the emergence of
a big advantage in the field of school management, the introduction of computer management
system that can greatly enhance management efficiency and quality of
the school
modernization and standardization of the inevitable trend. The system is a computer-based
technology and database technology campus information system platform, it is not only a set
of management software, more campus information system to provide a powerful application
support. To improve the accuracy of basic information about users, a system of statistics and
analysis functions under the premise greatly improved work efficiency, saving manpower.
Key words: Logistics, Database, Enterprise,Jsp
-Ⅲ-
东北大学东软信息学院(论文)
目录
目 录
毕业设计(论文)任务书.................................................................... I
摘 要....................................................................................................II
ABSTRACT.........................................................................................III
第 1 章 绪 论....................................................................................1
1.1 论文研究主要内容......................................................................................... 1
1.2 国内外现状......................................................................................................1
1. 2.1 国内的现状............................................................................................1
1. 2. 2 国外的现状...........................................................................................2
1.3 项目背景.......................................................................................................... 2
第 2 章 关键技术介绍........................................................................3
2.1 关键性开发技术的介绍................................................................................3
2.1.1 Jsp 开发平台介绍................................................................................3
2.1.2 Webwork 开发平台介绍..................................................................... 4
2.1.3 Spring 开发平台介绍..........................................................................4
2.1.4 MySQL 数据库服务器介绍............................................................... 4
第 3 章 系统分析................................................................................5
3.1 构架概述........................................................................................................ 5
3.1.1 设计目标..............................................................................................5
3.1.2 系统结构设计......................................................................................5
3.1. 3 功能构架.............................................................................................5
3.2 系统开发环境................................................................................................6
3.3 系统任务的可行性分析................................................................................7
3.3.1 技术可行性..........................................................................................7
- 1 -
东北大学东软信息学院(论文)
目录
3.3.2 经济可行性..........................................................................................7
3.3.2 操作可行性..........................................................................................8
第 4 章 系统设计................................................................................9
4.1 设计指导思想和原则....................................................................................9
4.1.1 指导思想..............................................................................................9
4.2 数据库设计.................................................................................................... 9
4.2.1 数据库的创建......................................................................................9
4.2.2 数据库的设计......................................................................................9
4.2.3 数据库的连接.................................................................................... 10
4.3 系统的功能结构设计.................................................................................. 14
第 5 章 系统实现.............................................................................. 17
5.1 主页面的设计与实现.................................................................................. 17
5.2 用户登陆模块的设计与实现......................................................................17
5.3 用户注册模块的设计与实现....................................................................... 18
5.4 用户搜索模块的设计与实现....................................................................... 20
5.5 论坛模块的设计与实现................................................................................22
5.6 信息统计模块的设计与实现....................................................................... 24
5.7 短消息模块的设计与实现............................................................................25
5.8 上传下载理模块的设计与实现................................................................... 26
5.9 其他模块的设计与实现................................................................................29
5.10 上传下载维护模块的设计与实现..............................................................30
5.11 系统信息模块的设计与实现...................................................................... 32
5.12 日流量统计模块的设计与实现..................................................................33
5.13 星期流量统计模块的设计与实现..............................................................34
5.14 系统短消息统计模块的设计与实现..........................................................35
- 2 -