基于 web 的在线答疑系统 摘要:随着计算机网络技术的飞速进展与普及,很多的大学生已习惯了生存于“网络”的世界中,网络已经融入了他们的现实生活,网上学习也慢慢的成为一种学习方式。而在许多高校中普遍存在着老师和同学上课的时间段不同、老师和同学的空余时间很难统一起来等问题。因此,老师和同学想要在相同的时间和地点进行沟通,就变得很不切合实际。在此需求的基础上开发出来的在线答疑系统既可以突破时间和地点上的限制、提高答疑的及时性和高效性、又可以很好地解决老师和学生之间因各种原因导致的互动不足与沟通障碍等课堂之上难以解决的现实问题。因此,可以说此项目是解决此类问题的有效解决途径。 本系统使用 java 语言进行编写,采纳浏览器、服务器体系结构。在数据的存储选择上使用 Mysql 数据库保存数据,tomcat 作为服务器,前端主要使用jsp、HTML 进行页面的整体的编码,而页面的统一布局于美化则使用级联样式、JavaScript 等 技 术 进 行 实 现 。 在 后 端 的 实 现 上 主 要 采 纳 了 主 流 的strtus、spring 框架来进行开发,很大程度上减少了系统开发的代码量,使项目层次分明,逻辑清楚。 本系统的使用者主要由学生,老师和学校教务管理人员组成。针对各自职能的不同,有其相应的功能的实现。关键词:在线答疑系统;Servlet/jsp;java WEB 项目; The Live Answering System Abstract:With the rapid development and popularization of computer network technology, many of the University students have been accustomed to living in the world of “Network”, the network has been integrated into their Real life, online learning has been slowly to be a way of learning. The prevalence of many problems such as the different class time between teachers and students and hard to unify the spare time between teachers and students exist in many colleges and universities.Therefore, teachers and students want to be in the same time and place to exchange, it is not practical. In this demand development on the basis of an online system can break through time and place limitations on, and raise a susp...