diff --git a/code/da-production.jsp b/code/da-production.jsp new file mode 100644 index 0000000..736c90c --- /dev/null +++ b/code/da-production.jsp @@ -0,0 +1,246 @@ +<%@ 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维护数据库

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

+
+
+ +
+
+
+

请输入产品信息

+ ${message}
+
产品编号
+ +
价格
+ +
功能
+

+
类别
+ +
商家
+

+ +
+
+
+ 产品表 +
+
+
+ + + + + + + + + + + + + + + + + + + + + +
产品编号价格功能类别商家是否删除
${p.pid}${p.price}${p.prom}${p.classify}${p.store}删除
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file