From 27e3db5099e0551fefec5922701298365814a75b Mon Sep 17 00:00:00 2001 From: p5cekhzoa <3257571545@qq.com> Date: Thu, 6 Jan 2022 00:00:35 +0800 Subject: [PATCH] ADD file via upload --- PostCheck.jsp | 184 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 PostCheck.jsp diff --git a/PostCheck.jsp b/PostCheck.jsp new file mode 100644 index 0000000..3a8982c --- /dev/null +++ b/PostCheck.jsp @@ -0,0 +1,184 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> +<%@ page import="java.util.*,com.domain.*,com.demo.*,com.dao.*" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + + + + + UserManager + + + + + + + + + + + + + + +
+ + + + +
+ + + + + +
+
+ +
+
+ +
+
+ 动态审核 + + 随机抽查 + +
+
+
+ + + + + + + + + + + + + + + + + + + + +
动态编号发布账户发布用户名发布时间动态详情是否删除
${s.dyid}${s.uid }${s.uname }${s.rtime }${s.content }删除
+
+ +
+
+ +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file