登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 物联网工程 > 正文

基于智能终端的校友录系统设计与实现毕业论文

 2021-05-06 02:05  

摘 要

本设计主要依托高校校友的需求及对智能设备便捷性的需求,为高校校友开发出一个基于智能终端的校友录系统。本文对如何从智能终端设备来获取校园信息服务这一问题做出了研究,并分析了其重要的意义和应用价值。该系统为学校提供实时发布校园的新闻、相册、活动、知名校友等信息的平台,为校友提供对信息查询、论坛交流提供平台。用户不管在何时何地都能够获取到关于学校的信息,有利于校友开拓校友资源,获取校园信息内容,加强学校与校友之间的联系。

本系统主要分为公告模块、用户及论坛模块,在本文中对这三大模块分别进行了功能的实现,具体工作如下:

(1)基于HTML5的模块界面实现

本文首先分析了系统用户的需求,然后根据用户需求以及HTML5相关知识,实现了在Web端的后台管理端界面的实现。利用PhoneGap移动框架在Android手机实现了客户端的界面开发。

(2)基于S.S.H框架的服务器端实现

根据系统模型的建立,采用MVC开发模式。完成了基于S.S.H框架进行服务器端的开发,实现了对业务处理、数据处理及数据交互的功能。

(3)数据库设计与实现

根据系统的数据需求,采用Mysql数据库进行系统信息数据的存储。完成了数据库的建立和数据表的设计,为系统提供了数据支持。

本系统的设计,实现了首页、相册、活动、风采、其他和论坛等板块。为学校和高校校友提供一个功能完善,实用性强,实时性高的综合应用平台,并且具有良好的页面展示效果和用户体验。

关键词:PhoneGap;Android;校友录系统;S.S.H;

Abstract

This design is mainly based on the needs of college alumni and the demand for the convenience of intelligent equipment, for the university alumni to develop an intelligent terminal based alumni system. This article makes a research on how to obtain the campus information service from the intelligent terminal equipment, and analyzes its important significance and application value. The system provides real-time information on campus news, photo albums, activities, well-known alumni and other information platform for alumni to provide information on the inquiry, the forum provides a platform for exchange. No matter when and where the user can get information about the school, it is conducive to the alumni to explore alumni resources, access to campus information content, strengthen the link between the school and the alumni.

This system is mainly divided into the announcement module, the user and the forum module, in this article, the three modules were carried out the function of the realization, the specific work as follows:

  1. Implementation of module interface based on HTML5

This article first analyzes the needs of system users, and then according to the user needs and HTML5 related knowledge, to achieve the Web side of the end of the back-end management interface. Using PhoneGap mobile framework in the Android mobile phone to achieve the client interface development.

  1. Implementation of server based on S.S.H framework

According to the establishment of the system model, using MVC development model. Completed the development of the server side based on the S.S.H framework, and realized the function of service processing, data processing and data exchange.

  1. Design and Realization of Database

According to the need of system data, the data of system information is stored in Mysql database. Completed the establishment of the database and the design of the data table, which provides the data support for the system.

The design of the system, to achieve the home page, albums, activities, users, BBS and other modules. To provide a comprehensive application platform for schools and colleges and universities alumni to provide a perfect function, strong practicality, high real-time performance, and has a good page display effect and attaches great importance to the user experiences.

Key Words:PhoneGap;Android;Alumni system;S.S.H;

目 录

第1章 绪论 1

1.1 研究背景 1

1.2 课题研究的目的及意义 1

1.3 国内外相关研究现状 2

1.3.1 国外研究现状 2

1.3.2 国内研究现状 2

1.4 本文的主要工作内容 2

第2章 系统需求分析 4

2.1 系统目标 4

2.2 系统用户角色分析 4

2.2.1 管理员用户角色分析 4

2.2.2 校友用户角色分析 5

2.3 系统总体功能需求分析 5

2.3.1 公告管理功能 7

2.3.2 用户管理功能 7

2.3.3 论坛管理功能 8

2.4 系统可行性分析 9

2.4.1 技术可行性分析 9

2.4.2 经济可行性分析 10

第3章 系统总体设计 11

3.1 系统总体架构设计 11

3.2 系统用户功能方案设计 12

3.2.1 基于HTML5的用户功能界面设计 12

3.2.2 基于S.S.H架构的用户功能设计 13

3.3 系统公告功能方案设计 13

3.3.1 基于HTML5的公告功能界面设计 13

3.3.2 基于S.S.H架构的公告功能设计 14

3.4 系统论坛功能方案设计 15

3.4.1 基于HTML5的论坛功能界面设计 15

3.4.2 基于S.S.H架构的论坛功能设计 15

3.5 系统开发环境设计 17

3.6 系统数据库设计 17

3.6.1 数据库实体分析 17

3.6.2 数据库表设计 19

第4章 系统功能实现 22

4.1 登录功能模块实现 22

4.1.1 客户端登录实现 22

4.1.2 后台管理端登录实现 22

4.2 注册功能模块实现 23

4.3 论坛功能模块实现 24

4.3.1 发帖功能实现 24

4.3.2 回帖功能实现 24

4.4 系统测试 25

4.4.1 系统注册功能测试 25

4.4.2 系统登录功能测试 25

4.4.3 系统信息查看功能测试 27

4.4.4 系统信息修改功能测试 28

4.4.5 系统论坛功能测试 30

第5章 总结与展望 31

5.1 论文工作总结 31

5.2 问题及展望 31

参考文献 33

致 谢 34

绪论

研究背景

最近几年以来,校友资源通过不断的强化体现出其重要价值。在2015年中国移动互联网用户的人数规模达到7.9亿人,较上一年增长多达8.4%。在2018年中国移动互联网用户的人数规模预计将达到8.9亿人。移动设备成为获取校友资源的一个重要的途径。

如今,人们对于便捷性有了更大的需求,越来越多的人使用智能终端设备来替代往日在PC端的一些工作,PC端的很多技术应用都运用到了移动设备上。资源信息可以很便捷的被人们所获取,例如一些社交类软件,微信、新浪微博等等。当移动信息网络如此发达的时代中,校园信息化方面的发展也应该跟上时代的步伐。为了满足人们对于便捷性的需求我们将校友录系统设计到移动端,将提升用户的操作体验。所以本次基于智能终端的校友录系统设计与实现是以这些需求为基础的情况下来开发基于智能终端的校友系统,让校友们能够很方便的在移动设备上获取所需要的资讯。

并且现有的校友系统基本实现了平台的多终端操作与资源信息的同步,解决的是校园生活中的衣、食、住、行等问题,但是它忽略了其中的一个很重要的资源就是非在校学生,已经离校的校友在各个行业中都是不可或缺的资源,如果整合了这部分资源对于校友之间的帮助是至关重要的。

课题研究的目的及意义

校友录属于一种社交网站,加强了校友们之间的资源共享和校友们之间的沟通功能,使得功能多样的校友录系统演变成一个社交平台。校友录系统的使用群体是高校中离校或在校的校友们,校友资源可以凭借校友录系统得到进一步的发展,而且在当今高校信息化高速发展中,也成为了一个必要条件。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图