基于android的掌上校园心理咨询系统的开发毕业论文
2022-01-13 21:22:24
论文总字数:16427字
摘 要
如今,越来越复杂的Android技术正快速占据移动终端操作系统发布市场,以Android为平台的应用程序正在蓬勃发展,生活的各个角落都在被移动应用程序覆盖。心理咨询系统也不会避免。在现代社会,科技虽然发达,但是生存压力也在慢慢增加。随着人们对自己认识的提高,心理咨询成为社会生活越来越重要的一部分。
大学阶段是个人生理、心理发展的重要转折阶段,在此阶段学生的生理及心理状态都将发生巨大的变化,容易产生比以往更多的心理应激反应,出现心理失衡及各种心理问题,因此需要给予学生足够的关注以及一定的引导与疏通,使他们能够保持心理上的健康。目前高校提供的心理咨询服务资源往往有限,不能及时的为遇到心理问题的同学提供服务。
Android的心理咨询终端系统,主要面向中小学以及高校的心理咨询预约以及心理普查的回访。使用本系统可以使得有需要心理咨询的学生能在更加保密的基础上进行心理咨询的预约,以及线上咨询等。
关键词:智能手机 Android 线上预约系统 JAVA
Android-based online college psychological counseling application
Abstract
At present, the increasingly mature Android technology is actively occupying the mobile terminal operating system market, the application program based on Android platform is also vigorously developed, and the mobile application is penetrating into every corner of life. Psychological consultation reservation system is one such application. Although the technology developed, but the survival pressure is slowly increasing.In modern society With the continuous improvement of people's living standards and the increasing awareness of self-care, psychological counseling has gradually come into people's vision and gradually become an indispensable part of social life. University stage is very important in the development of personal physical, psychological transition stage, at this stage of the students' physical and psychological state will change dramatically, it easier than ever to more psychological stress reaction, psychological imbalance, and various kinds of psychological problems, so you need to give students enough attention and guidance and dredging, to keep their mental health. At present, the psychological counseling resources provided by colleges and universities are often limited, which cannot provide timely services for students who encounter psychological problems. Android's psychological counseling terminal system is mainly used for psychological counseling appointments in primary and secondary schools and universities as well as psychological census return visits. Using this system, students who need psychological counseling can make appointments for psychological counseling and online counseling on a more confidential basis.
Keywords: Smartphone Android JAVA
目 录
摘 要 I
ABSTRACT II
第一章 绪 论 1
1.1 选题背景 1
1.2 课题研究现状 1
1.3 研究内容 1
1.4 主要设计思路 2
第二章 开发环境介绍 3
2.1 主要编程Java语言介绍 3
2.2 Android系统架构 3
2.3 服务端开发平台Eclipse 4
2.4 数据库开发 5
2.5 开发环境的搭建 5
第三章 需求分析 7
3.1 系统可行性分析 7
3.2 功能需求 7
3.3 开发运行环境需求 8
第四章 系统总体设计 9
4.1 概述 9
4.2系统功能结构图 9
4.3.1学生用户功能图 9
4.3.2咨询师用户功能图 10
4.3.3管理员用户功能图 10
4.3 系统流程图 11
4.4 数据库设计 13
4.5.2数据表设计 14
第五章 系统的实现 17
5.1概述 17
5.2 框架简介 17
5.3页面实现 18
5.3.1 客户端主页面以及登录页面 18
5.3.2学生功能页面 20
5.3.3咨询师功能页面 20
5.3.4 管理员功能页面 21
5.4客户端实现 22
5.4.1学生用户功能实现(部分) 22
5.4.2 咨询师用户功能的实现(部分) 24
5.4.3 管理员功能的实现(部分) 25
5.5客户端与服务器端连接实现 26
5.6服务器与数据库的连接 27
5.7系统完成概述 28
第六章 结语 29
6.1 总结 29
6.2 存在的不足及改进 29
6.3 展望 29
参考文献 30
致谢 32
第一章 绪论
1.1 选题背景
随着科技的发展,网上办公,线上医疗等人们早已习以为常。目前的android技术已经发展的十分成熟,这也是有益于android平台,应用程序的开发与推广,当然,手机早已成为我们生活里的一份子,手机应用更是,而基于高校的心理咨询预约系统应运而生。本应用程序重点是设计与构建,基于 Android 平台的心理咨询预约系统,使得高校学生能使用本系统进行预约 同时咨询师能使用本系统进行处理预约,也使得咨询师的学生助理即管理员能够使用本系统进行用户管理。本系统不管是学生还是咨询师,都能直接利用移动的客户端进行心理预约。
1.2 课题研究现状
通过对不同类型校园app进行统计,我们发现目前的校园app开发主要方向与侧重点用户都在学生的身上,例如图书馆管理系统,其主要的功能就是学生在使用该系统进行预约图书,查看在借图书以及查看以往图书等功能,使得学生在借用图书方面能够更加方便。当然,除了面对学生,很多校园app的主要用户也面向教师,比如有的教师个人事务管理系统,教师可以在该系统进行课程查看,课程管理,课时量查看等等。一部分小众的校园app服务对象也不仅仅是学生与教师,可能还有安保人员,在此就不一一赘述。通过对类似的系统进行调查,也确定了本系统的一些功能,以及参考同类系统实现的方法,对本系统的功能实现提供了参考价值。本系统在其基础上进行学习与改进,取其精华去其糟粕,一定能在生活运用方面更加的正确。
1.3 研究内容
研究内容是设计的基于Android的线上的高校心理预约系统的客户端以及通过web端实现服务端。
请支付后下载全文,论文总字数:16427字