gladdduck / CollegeNotificationManagementSystem-

A simple system consisting of HTML pages Jquery+MySQL+Servlet The administrator can dynamically create the information that needs to be collected, collect the information filled in by the students, and export the EXCEL form Students can see completed notifications and unfinished notifications, and fill in the information specified by the administrator. A big assignment for a web development course. There are still many things that are not perfect.Because of laziness, all forms have no empty function, which will cause huge errors. Instructions: MySQL export sql file to generate database Ecplise can be used after importing the project (provided that Ecplise is configured with Tomcat)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webTask

介绍

web设计大作业 学生信息收集系统 JAVA web

安装教程

  1. 下载解压
  2. 添加jar包:mysql-connection-mysql-5.1.7.jar
  3. run on servers

使用说明

  1. 安装mysql数据库
  2. 拷贝WebContent / webdatabase.sql
  3. 运行sql文件

运行

  1. 运行WebContent /entry /index.html

教师页面

1.登录页面 登录页面 2.通知字段 通知字段 3.学生信息 学生信息 4.通知列表 通知列表 5.通知详情 通知详情

学生页面

1.学生首页 学生首页 2.填写通知 填写通知

About

A simple system consisting of HTML pages Jquery+MySQL+Servlet The administrator can dynamically create the information that needs to be collected, collect the information filled in by the students, and export the EXCEL form Students can see completed notifications and unfinished notifications, and fill in the information specified by the administrator. A big assignment for a web development course. There are still many things that are not perfect.Because of laziness, all forms have no empty function, which will cause huge errors. Instructions: MySQL export sql file to generate database Ecplise can be used after importing the project (provided that Ecplise is configured with Tomcat)

License:GNU General Public License v3.0


Languages

Language:JavaScript 67.8%Language:CSS 14.6%Language:HTML 8.8%Language:Java 8.7%