From a998d664f30137277d548f61dd296ee7c2c51f6f Mon Sep 17 00:00:00 2001 From: ChineseTony <13206573871@163.com> Date: Sun, 7 Apr 2019 12:22:17 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=AF=BE=E8=A1=A8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/AddCourse.jsp | 69 ++++++++++++- WebContent/jsp/AddTbUser.jsp | 9 +- WebContent/jsp/Header.jsp | 13 +-- WebContent/jsp/QueryCourse.jsp | 2 +- WebContent/jsp/QueryTbUser.jsp | 4 +- WebContent/jsp/UpdateCourse.jsp | 69 ++++++++++++- WebContent/jsp/UpdateTbUser.jsp | 93 ++++++++++++++++++ .../controller/CourseController.class | Bin 4352 -> 6350 bytes .../service/CourseServiceImpl.class | Bin 4082 -> 3975 bytes .../controller/CourseController.java | 47 ++++++++- .../controller/TbUserController.java | 4 +- .../curriculum/service/CourseServiceImpl.java | 3 +- 12 files changed, 277 insertions(+), 36 deletions(-) create mode 100644 WebContent/jsp/UpdateTbUser.jsp diff --git a/WebContent/jsp/AddCourse.jsp b/WebContent/jsp/AddCourse.jsp index 1421183..f5c094c 100644 --- a/WebContent/jsp/AddCourse.jsp +++ b/WebContent/jsp/AddCourse.jsp @@ -1,12 +1,14 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> +<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
-