基于 SSM 的家教信息管理平台设计与实现 Design And Implementation Offamily EducationInformationManagementPlatformBasedOnSSM内容摘要本文主要介绍家教信息管理平台的具体内容,如:家教信息管理平台中的需求分析及功能分析与详细设计,还有数据库的设计与创建,系统完成后所需要的测试,还有在开发中所使用到的编程语言与技术。该家教信息管理平台的开发中会选择 JAVA 作为程序设计语言,并且会同时结合 JavaScript 与 JSP 等语言。在技术的选择上会采用 SSM(Spring,SpringMVC,Mybatis)的技术框架,在服务器的选择是 Tomcat 服务器。根据个人的习惯,数据库则选择MySQL。在本次开发中需要用到的工具是 Intellij IDEA.。家教信息管理平台包括了学生请家教,学生预约家教,家教用户申请做家教与家教预约学生等功能模块。实现家教找学生,学生找家教的双向局面,这样有利于解决过去家教和学生两者之间的资源短缺问题,同时还可以让用户体会到互联网的便捷性。关键词:家教 JAVA Spring SpringMVC MybatisAbstractThis article mainly introduces the specific content of the family education information management platform, such as: demand analysis and functional analysis and detailed design in the family education information management platform, as well as the design and creation of the databaseBuilt, the tests required after the system is completed, and the programming languages and technologies used in development. In the development of the tutor information management platform, Java will be chosen as the programming language, and JavaScript and JSP will be combined at the same time. The technical framework of SSM (spring, spring MVC, mybatis) will be adopted in the selection of technology, and the Tomcat server will be selected in the selection of server. According to personal habits, the database chooses MySQL.The tool needed in this development is IntelliJ idea. The tutor information management platform includes the following function modules: students invite tutors, s...