毕业设计
网上论坛管理系统的实现
学 院 年 级 专 业 学 号 学生姓名 指导老师
级 班
20 年 月
授人以渔 能力为本
四川科技职业学院毕业设计(毕业设计) 第I页
毕业设计诚信承诺书
题目 学生姓名 专业 网上论坛管理系统的设计与实现 学生承诺 我承诺在毕业设计活动中,遵守学校有关规定,恪守学术规范,本人毕业设计内容除特别注明和引用外,均为本人观点,不存在剽窃、抄袭他人学术成果,伪造、篡改实验数据的情况,如果有违规行为和毕业设计抄袭率达到30%以上,我愿意承担一切责任,接受学校的处理。 学生(签名): 年 月 日 指导教师承诺 我承诺在毕业设计活动中,遵守学校有关规定,恪守学术规范,经过本人核查,该生毕业设计内容除特别注明和引用外,均为本人观点,不存在剽窃、抄袭他人学术成果,伪造、篡改实验数据的现象。 指导教师(签名): 年 月 日 学号 班级
授人以渔
能力为本
四川科技职业学院毕业设计(毕业设计) 第II页
摘 要
随着Android智能手机的快速普及,移动互联网技术也得到了快速发展。现在的智能手机已不再局限于打电话、发短信等基础通信功能,而是具备了除通信功能之外的很多智能应用,如通过电子书阅读电子书籍、通过新闻客户端浏览新闻进行评论、通过移动QQ进行即时聊天、通过购物网站APP进行网上购物、网上支付等等。
本文开发的网上论坛管理系统正是基于Android智能手机平台开发的,主要包括服务器端和Android应用客户端两个部分,服务器端完成用户管理、日志管理、访客管理等功能,应用客户端完成用户注册、登录,日志发布与查看,查看访客列表与相册列表等功能。
为了使开发出来的网上论坛管理系统简单、高效,具有一定的灵活性,本文设计的网上论坛管理系统采用MyEclipse作为系统开发环境,Java作为开发语言,数据库采用MySQL以存放论坛的数据信息,能够快速高效的开发基于Android的应用APP。
关键词 :智能手机;Android;网上论坛
授人以渔 能力为本
四川科技职业学院毕业设计(毕业设计) 第III页
Abstract
With the rapid popularization of Android smart phones, mobile
Internet technology has been rapid development. Now the smart phone is no longer limited to call, send text messages and other basic communication function, but hasmany things except the communication function of intelligent application, such as through the e-book readingelectronic books, through the news client browse news comment, by
moving
the QQ instant chat, through
the
shopping site
APP, online payment, online shopping.
The online forum management system developed in this paper is based on the Android intelligent mobile phoneplatform development, mainly contains two parts: the
server
and
the
Android client server application, complete
the
user management, log management, visitor management and other functions, the application client complete
the
userregister, login, log
publish and view, view
the list and album list etc. function.
In order to online forum management system developed is simple and efficient, with a certain degree of flexibility,online forum management system designed in this paper using MyEclipse as the system development environment,Java as a development language, database using MySQL to store the forum data information, and can be developedfast enough to efficient application of APP based on Android.
key words:Intelligent mobile phone; Android; online forum
授人以渔 能力为本
四川科技职业学院毕业设计(毕业设计) 第IV页
目 录
第一章 绪 论......................................................... 1 1.1.课题背景........................................................ 1 1.2.研究意义........................................................ 1 1.3.本文所做的工作.................................................. 2 第二章 系统开发环境.................................................. 3 2.1.MyEclipse开发环境简介 .......................................... 3 2.2.MySQL数据库简介 ................................................ 3 2.3.Android简介 .................................................... 5
2.3.1.Android架构.............................................. 5 2.3.2.Android应用.............................................. 6 第三章 需求分析...................................................... 8 3.1.可行性分析...................................................... 8
3.1.1.技术可行性 ............................................... 8 3.1.2.经济可行性 ............................................... 8 3.1.3.操作可行性 ............................................... 8 3.2.功能需求........................................................ 9 3.3.性能需求........................................................ 9 第四章 系统分析设计................................................ 11 4.1.总体设计...................................................... 11
4.1.1.设计思想 ................................................ 11 4.2.数据库设计.................................................... 15
4.2.1.概念设计 ................................................ 15
授人以渔
能力为本