毕业论文--大学生论坛系统的设计与开发

上传人:liy****000 文档编号:115423654 上传时间:2019-11-13 格式:DOC 页数:31 大小:3.41MB
返回 下载 相关 举报
毕业论文--大学生论坛系统的设计与开发_第1页
第1页 / 共31页
毕业论文--大学生论坛系统的设计与开发_第2页
第2页 / 共31页
毕业论文--大学生论坛系统的设计与开发_第3页
第3页 / 共31页
毕业论文--大学生论坛系统的设计与开发_第4页
第4页 / 共31页
毕业论文--大学生论坛系统的设计与开发_第5页
第5页 / 共31页
点击查看更多>>
资源描述

《毕业论文--大学生论坛系统的设计与开发》由会员分享,可在线阅读,更多相关《毕业论文--大学生论坛系统的设计与开发(31页珍藏版)》请在金锄头文库上搜索。

1、河北农业大学 本科毕业论文(设计)题 目: 大学生论坛系统的设计与开发 学 院: 信息科学与技术学院 专业班级: 软件工程0902班 学 号: 学生姓名: 指导教师姓名: 指导教师职称: 教授 2013 年 5 月 18 日摘要伴随着3G网络的发展,手机越来越普及并且成为最便捷的联接网络的终端。消费者也越来越注重对各个平台的手机软件的社交体验。而且开发者也越来越注重手机客户端的市场和推广。对于如此便捷的环境,也应运产生了一批优秀的跨各种平台的社交软件。在竞争激烈的手机市场中,android手机的操作系统在完胜诺基亚的塞班系统后,一跃成为全球用户量最大的只能手机平台之一。而且android系统不

2、但应用于智能手机,也在平板电脑市场中占有庞大的市场份额。为了方便校园中信息的实时发布,为了同学们方便沟通交流,为了锻炼自身能力,我开发了一款专门为学生实用的android的论坛客户端,该系统采用C/S架构。可以让学生方便的接受发布者发布的信息,并且方便用户之间的沟通。因为软件专门为学生量身定做,所以受众就是同校学生或者同城学生。校园可以在系统在发布实时信息(如毕业生廉价处理课本,生活用品,组团旅游等),让志同道合的同志们都的看到,并且做出响应。打造一款大学生在校生活的精品软件。系统基于android系统开发,采用java做服务器后台,并且可以方便的扩展开发ios客户端。在网络发展成熟的今天,灵

3、活实时的保证了数据的统一。对于大学生们来说,既扩大不过分暴漏出自己的交际圈,又开阔了自己的视野,为大学生活提供了方便。希望这一套系统可以的校园中应用起来,希望这款软件可以活在同学们的手掌里。采用java技术设计和实现服务器,用android实现客户端,保证软件良好运行。简要介绍了java三大框架开发(struts+spring+hibernate)的技术特点和数据库技术,随后简要的概述android的开发要点,并且简要的讲一下ios的开发扩展,在后台数据管理方便用到jsp技术。并且构建一个C/S模式的论坛系统,并对该系统进行需求分析,总体设计,详细设计,编码与测试。并为后台数据管理做一个简单的

4、分析。关键词:论坛系统;JAVAEE;ANDROIDAbstractWith the development of 3G networks, mobile phones become more and more popular and the most convenient connection network terminals. Consumers are increasingly focusing on mobile software for each platform social experience. And developers are increasingly focusing

5、 on mobile clients marketing and promotion. For such a convenient environment, but also produced a number of outstanding should be transported across the various platforms of social software. In the highly competitive mobile phone market, android mobile phone operating system in the win over Nokias

6、Symbian system, became the worlds largest user of only one mobile platform. And android system is not only used in smart phones, tablet PC market also occupies a large market share.In order to facilitate real-time information on campus publication, in order to facilitate communication between the st

7、udents, in order to exercise their own capacity, I developed a dedicated forum for student practical android client, the system uses C/S structure. Allows students to easily accept the publishers publish information, and to facilitate communication between users. Because the software tailored specif

8、ically for students, so the audience is the same school student or student city. Campus can publish real-time information system (such as low-cost processing graduate textbooks, supplies, group travel, etc.), so that like-minded comrades are to see and respond. Students in the school of life to buil

9、d a boutique software.Based on the above description, the present system is based on android system development, using java to do server daemon, and can develop ios client. Today, the network mature, flexible real-time data to ensure the unity. For college students who are violent, but points both t

10、o expand their social circle leaked, but also broaden their horizons, make life easier for the university.Hope that this system can be set up on campus in the application, the software can live in hope that the students of the palm.This paper describes the design and implementation techniques with j

11、ava server daemon with android achieve the client, ensure that the software running well. Briefly describes three frameworks java development (struts + spring + hibernate) the technical characteristics and database technology, followed by a brief overview of the main points android development, and

12、briefly talk about the development of extensions ios in the background jsp technology used to facilitate data management . And build a C/S mode forum system, and the system needs analysis, design, detailed design, coding and testing. And data management for the background to do a simple analysis.Key

13、words: forum system; JAVAEE; ANDROID目 录1绪论11.1选题背景11.2 C/S架构简介11.3 JSP技术简介21.4 MVC框架简介21.5 Struts+Spring+Hibernate框架简介21.6数据库技术简介31.7 android技术简介31.8 IOS技术简介32 需求分析与系统设计42.1需求分析42.1.1功能需求42.1.2性能需求42.1.3开发环境42.1.4运行环境52.2基本设计原则52.3业务流程设计52.3.1客户端业务流程设计52.3.2后台业务流程设计62.4数据库设计62.4.1概念数据模型设计72.4.2逻辑数据模

14、型设计72.4.3物理数据模型设计72.5系统结构设计82.5.1页面结构设计82.5.2代码结构设计83系统详细设计103.1数据库实现103.2服务器设计103.2.1服务器端工具103.2.2软件包和JAVA源代码文件113.2.3服务器的整体架构113.2.4服务器对外交互分析123.3客户端设计123.3.1页面布局处理123.3.2客户端源码结构133.5后台设计143.5.1 JSP文件结构143.5.2 JSTL144页面展示164.1客户端页面展示164.2主页面展示174.3后台数据控制页面19总 结21致 谢22参考文献22附录241 绪论1.1选题背景在互联网高度发展的

15、今天,大学的校园里虽然人满为患,但是同学之间的交流还是机会不多。虽然大学校园里会时不时的举办一些活动,但是这不是对每一个都是一个机会。为了增强同学们之间的交流,增加校园的亲和力,本系统为大学生们量身定做,方便校园的交流,保证信息在用户中快速辐射。在网络发展成熟的今天,同学们的手机中必备的软件中也不乏社交类的,比如QQ,微信,微博,人人等等,但是这些软件的主题不是针对学生。在加上现在android系统的手机如此普遍,基本上每个学生手里都有一台,同学们在同类人的社区里缓解压力是最有效的。而且市场不会为学生开发这样一款针对性这么强的软件。但是我们在学校学习了知识,自己为自己开发,方便自己!所以选择论坛客户端作为设计题目,有助于改善同学们的心理环境和生活环境,推动同学们的素质发展。并要求学生在开发过程中自学有关开发技术,对日后工作或继续研究都有着重要的意义。1.2 C/S架构简介客户端和服务器架构。它是软件系统体系结构,通过它可以充分利用两端硬件环境的优势

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号