基于ssm+mysql的网上教师点评系统系统设计与实现

摘要

信息生活改变信息人生,不同的方式由不同的软件所改变。软件和系统的产生,从表面上来看是方便了某一行业和某一行业的用户,其实是从本质上来说是提高了社会的进步。就拿我们常见的出行而言,滴滴出行看似是为了打车和出行的人方便,但其实通过另外一种程度上来说,可以通过软件应用的调度和发展来为社会、城市出行的发展做出巨大的贡献。我们国家从最早的中国制造业演变到现在的“智造”,就是因为有软件信息系统的价值,能够将一些智慧的因素加入到制造的过程当中,而这一点就是软件系统来改变生产和现实的需求。由此可见,信息化软件的力量足可以撼动整个社会乃至整个人类生活的情况。这次我们的设计所做的应用也是根据现实生活当中的需求来进行针对性的功能解决的,所有的业务也好,功能啥的都是根据实际的需求设计而来。各种各样应运而生的信息化软件都是为了解决生活当中的问题的,我们也不例外,就是为了能够解决这样或者那样的问题才进行的设计。教师点评是我们一直以来在线下进行的方式,传统的都是以不记名选择卡的方式进行点评,点评后还要经过专人的统计,这样一来不仅效率变得非常的慢,而且还浪费大量的人力和物力。如果能够利用信息化的方式来解决这一问题的话,那就变得非常有意义。本文就是采用JSP的技术,通过B/S的模式来进行一个网上教师点评系统的构建,通过技术手段来进行方式的变通。
关键词: 教师点评 信息技术 JSP技术

Abstract
Information life changes information life in different ways with different software. The emergence of software and systems, from the surface of the convenience of a certain industry and a certain industry of users, in fact, is essentially to improve the progress of the society. As for our common travel, Didi Chuxing seems to be for the convenience of taxi drivers and travelers, but in fact, in another way, it can make great contributions to the development of social and urban travel through the scheduling and development of software applications. Our country has evolved from the earliest manufacturing industry in China to the current “intelligent manufacturing” because of the value of software information system, which can add some intelligent factors into the manufacturing process, and this is the software system to change the production and realistic demand. It can be seen that the power of information software can shake the whole society and even the whole human life. This time, the application of our design is also based on the needs of real life to carry out targeted functional solutions, all the business or, what function is designed according to the actual needs. All kinds of information software came into being in order to solve the problems in life, we are no exception, is to be able to solve this or that problem before the design. Teachers’ comments have always been conducted offline. Traditionally, comments are made in the form of anonymous selection cards. After the comments are made, statistics are made by special personnel, which not only slows down the efficiency, but also wastes a lot of manpower and material resources. If we can use information to solve this problem, it will become very meaningful. This paper is to use JSP technology, through the B/S mode to build an online teacher review system, through technical means to change the way.
Key words: Teacher review information technology JSP technology

目录
内容
摘要 I
Abstract II
一、 绪论 3
(一) 研究背景及开发意义 3
(二) 研究目标 3
(三) 研究难点和解决方法 3
二、 相关技术介绍 4
(一) B/S架构 4
(二) MYSQL简介 4
(三) JAVA语言简介 5
(四) IDEA工具简介 5
三、 需求分析 5
(一) 功能需求 5
(二) 系统业务分析 6
(三) 运行需求分析 6
(四) 系统流程设计 6
四、 系统可行性研究 8

  1. 技术可行性 8
  2. 经济可行性 8
  3. 操作可行性 8
  4. 法律可行性 8
    五、 系统总体设计 9
    六、 数据库设计 9
    (一) E-R图 9
    (二) 数据库表实现 10
    七、系统实现 12
  5. 网站首页 12
  6. 评分规则 12
  7. 教师信息 13
  8. 后台首页界面 13
  9. 学院专业信息页面 14
    参考文献 15
    致谢 16

你可能感兴趣的:(mysql,数据库)