From 21da2e9fcc63f1c85661092599c4ed0c72bfa5bf Mon Sep 17 00:00:00 2001 From: pfu2aoslz <2269185321@qq.com> Date: Thu, 6 Jan 2022 21:33:27 +0800 Subject: [PATCH] ADD file via upload --- code/da-article.jsp | 232 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 232 insertions(+) create mode 100644 code/da-article.jsp diff --git a/code/da-article.jsp b/code/da-article.jsp new file mode 100644 index 0000000..d009a4b --- /dev/null +++ b/code/da-article.jsp @@ -0,0 +1,232 @@ +<%@ 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" %> + + + + + UserManager + + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+
+

+

DataBaseSafe维护数据库

+
+
+ + 请选择查看的表: +

+ +
+
+ +
+
+ 文章详情表 +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
文章编号用户账号用户昵称发表时间文章标题文章内容状态管理员账号是否删除
${ar.aid}${ar.uid}${ar.uname}${ar.date}${ar.title}${ar.content}${ar.statics}${ar.mid }删除
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file