From 8c555c923d608e80b9ab6e3e504e0b90d602b16d Mon Sep 17 00:00:00 2001 From: pfu2aoslz <2269185321@qq.com> Date: Thu, 6 Jan 2022 21:34:37 +0800 Subject: [PATCH] ADD file via upload --- code/database.jsp | 173 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 code/database.jsp diff --git a/code/database.jsp b/code/database.jsp new file mode 100644 index 0000000..ef76c8d --- /dev/null +++ b/code/database.jsp @@ -0,0 +1,173 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> + <%@ page import="java.util.*,com.domain.Tuser" %> +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + +
+ +