+
+
+
+ <%@ include file="Left.jsp"%>
+ |
+
+
+ 学生管理 |
+
+
+
+
+
+ 学号 |
+ 姓名 |
+ 性别 |
+ 班级 |
+ 状态 |
+ 操作 |
+
+
+
+ ${Student_Username} |
+ ${Student_Name} |
+ ${Student_Sex} |
+ ${Student_Class} |
+ ${Student_State} |
+ 修改 删除 |
+
+
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+
+
diff --git a/jsp文件/StudentUpdate.jsp b/jsp文件/StudentUpdate.jsp
new file mode 100644
index 0000000..4a6c67c
--- /dev/null
+++ b/jsp文件/StudentUpdate.jsp
@@ -0,0 +1,132 @@
+<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+<%@ taglib prefix="s" uri="/struts-tags"%>
+
+
+
+ 校园宿舍管理系统
+
+
+
+
+
+
+
+
+
+ 校园宿舍管理系统 |
+
+
+ |
+
+
+
+
+
+ <%@ include file="Left.jsp"%>
+ |
+ |
+
+ |
+
+
+ |
+
+
+
+
+
+
diff --git a/jsp文件/TeacherAdd.jsp b/jsp文件/TeacherAdd.jsp
new file mode 100644
index 0000000..f547150
--- /dev/null
+++ b/jsp文件/TeacherAdd.jsp
@@ -0,0 +1,133 @@
+<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+<%@ taglib prefix="s" uri="/struts-tags"%>
+
+
+
+ 校园宿舍管理系统
+
+
+
+
+
+
+
+
+
+ 校园宿舍管理系统 |
+
+
+ |
+
+
+
+
+
+ <%@ include file="Left.jsp"%>
+ |
+ |
+
+ |
+
+
+ |
+
+
+
+
+
+
diff --git a/jsp文件/TeacherManager.jsp b/jsp文件/TeacherManager.jsp
new file mode 100644
index 0000000..3dd5a67
--- /dev/null
+++ b/jsp文件/TeacherManager.jsp
@@ -0,0 +1,80 @@
+<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+<%@ taglib prefix="s" uri="/struts-tags"%>
+
+
+
+ 校园宿舍管理系统
+
+
+
+
+
+
+
+
+ 校园宿舍管理系统 |
+
+
+ |
+
+
+
+
+
+ <%@ include file="Left.jsp"%>
+ |
+
+
+ 楼宇管理员管理 |
+
+
+
+
+
+ 姓名 |
+ 性别 |
+ 电话 |
+ 用户名 |
+ 操作 |
+
+
+
+ ${Teacher_Name} |
+ ${Teacher_Sex} |
+ ${Teacher_Tel} |
+ ${Teacher_Username} |
+ 修改 删除 |
+
+
+ |
+
+ |
+
+ |
+
+
+ |
+
+
+
+
+
+
diff --git a/jsp文件/TeacherUpdate.jsp b/jsp文件/TeacherUpdate.jsp
new file mode 100644
index 0000000..5498b7c
--- /dev/null
+++ b/jsp文件/TeacherUpdate.jsp
@@ -0,0 +1,132 @@
+<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+<%@ taglib prefix="s" uri="/struts-tags"%>
+
+
+
+ 校园宿舍管理系统
+
+
+
+
+
+
+
+
+
+ 校园宿舍管理系统 |
+
+
+ |
+
+
+
+
+
+ <%@ include file="Left.jsp"%>
+ |
+ |
+
+ |
+
+
+ |
+
+
+
+
+
+
diff --git a/jsp文件/keshe.jsp b/jsp文件/keshe.jsp
new file mode 100644
index 0000000..b9df994
--- /dev/null
+++ b/jsp文件/keshe.jsp
@@ -0,0 +1,111 @@
+<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+<%@ taglib prefix="s" uri="/struts-tags"%>
+
+
+
+ 校园宿舍管理系统
+
+
+
+
+
+
+
+
+
+ 校园宿舍管理系统 |
+
+
+ |
+
+
+
+
+
+ <%@ include file="Left.jsp"%>
+ |
+ |
+
+ |
+
+
+ |
+
+
+
+
+
+
|