admin 管理员组

文章数量: 887060


2024年1月13日发(作者:mysql登录入口)

龙源期刊网

基于BSSM的家教服务平台构建研究

作者:梁腊梅

来源:《电脑知识与技术》2018年第33期

摘要:随着家长越来越重视孩子的教育,开发一套家教服务平台为家长、学生和老师提供服务是必要的。该家教服务平台主要采用BSSM框架技术来设计并实现,即采用Bootstrap进行页面布局显示,使用SpringMVC控制页面跳转,通过Spring容器对业务Bean进行统一管理,采用MyBatis框架来完成数据持久化,使用MySQL数据库来管理后台数据。实际运行表明,该系统具有良好的交互性、可扩展性和可维护性,并为家长、学生和老师带来了便利。

关键词:家教服务;BSSM;设计与实现;交互性;便利性

中图分类号:TP311 文献标识码:A 文章编号:1009-3044(2018)33-0065-03

Abstract: As parents pay more and more attention to their children's education, it is necessary

to develop a tutoring service platform for parents, students and teachers. The tutoring service

platform is designed and implemented mainly by BSSM framework. In detail, the page layout is

displayed using Bootstrap, the page jump is controlled through SpringMVC, the business bean is

managed by Spring container, the data persistence is completed by MyBatis, and the data of back-end is managed through MySQL database. The actual operation shows that the system has good

interactivity, scalability and maintainability, and has brought convenience to parents, students

and teachers.

Key words: tutoring service; BSSM; design an implement; interactivity; convenience

1 背景

随着现代社会的快速发展,越来越多的家长认识到知识和能力在社会发展中的重要性。因为家教能够给孩子带来额外的知识,所以家长对家教越来越青睐。家教的教育模式是通过一对一的方式给学生进行授课,在非课堂时间上给学生扩充知识并努力提高他们的成绩[1]。同时,网络的普及给教育带来了多种形式,其中基于浏览器/服务器模式越来越流行。该文针对当前社会需求,采用BSSM框架(即Bootstrap+SpringMVC+Spring+MyBatis)构建一套面向家长、学生和老师的在线家教服务平台,旨在为家教老师提供一个寻找工作的机会,并为需要辅导的学生提供课外的辅导需求,同时给家长选择老师提供一种新的网络方式。

2 相关技术简介

2.1 Bootstrap框架技术


本文标签: 学生 家长 老师 提供