From 7de86065ee460a8702948354783247b3cf2b2c4b Mon Sep 17 00:00:00 2001 From: zhangjie <13419358548@163.com> Date: Fri, 28 Jun 2024 17:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog.jsp | 740 +++++++++++++++++++++++++++++++++++++++++++++++++++ blog.sql | 39 +++ teamBlog.jsp | 220 +++++++++++++++ 3 files changed, 999 insertions(+) create mode 100644 blog.jsp create mode 100644 blog.sql create mode 100644 teamBlog.jsp diff --git a/blog.jsp b/blog.jsp new file mode 100644 index 0000000..96317d6 --- /dev/null +++ b/blog.jsp @@ -0,0 +1,740 @@ +<%-- + Created by IntelliJ IDEA. + User: 24255 + Date: 2019/8/22 + Time: 23:49 + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<% + if (session.getAttribute("admin") == null){ + response.sendRedirect("/admin/logout"); + } +%> + + + + 案例管理 + + + + + + + + + + + + + + + +
+ + + +
+
+
+

案例管理

+
+ +
+ +
+ +
+
+
+ + +
+ + +
+
+
+ +
+
+
+
案例列表
+ + + + + <%--复选框,因为没有做相关功能,就弃用了--%> + <%----%> + + + + + + + + + + + + +
+ + 编号案例案例地点案例人物案例描述标题操作
+
+ +
+ + +
+ +
+ +
+ +
+
+ +
+ + + + +<%--登录失效,跳转至登录--%> + + + + + + + + + + + + + + + + + + diff --git a/blog.sql b/blog.sql new file mode 100644 index 0000000..3e14466 --- /dev/null +++ b/blog.sql @@ -0,0 +1,39 @@ +/* +Navicat MySQL Data Transfer + +Source Server : he +Source Server Version : 50636 +Source Host : localhost:3306 +Source Database : hlb + +Target Server Type : MYSQL +Target Server Version : 50636 +File Encoding : 65001 + +Date: 2024-06-28 13:13:29 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for blog +-- ---------------------------- +DROP TABLE IF EXISTS `blog`; +CREATE TABLE `blog` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `actionTime` date NOT NULL, + `address` varchar(100) NOT NULL, + `peoples` varchar(100) NOT NULL, + `event` varchar(100) NOT NULL, + `title` varchar(20) NOT NULL, + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of blog +-- ---------------------------- +INSERT INTO `blog` VALUES ('2', '2015-06-12', '成都', '衣服', '入库成功', '成功'); +INSERT INTO `blog` VALUES ('3', '2011-02-09', '成都', '大床', '入库成功', '成功'); +INSERT INTO `blog` VALUES ('4', '2012-03-15', '成都', '名包', '入库失败', '失败'); +INSERT INTO `blog` VALUES ('5', '2014-03-10', '简阳', '鞋子', '入库失败', '失败'); +INSERT INTO `blog` VALUES ('6', '2024-01-03', 'asd', 'dsa', '入库失败', '失败'); diff --git a/teamBlog.jsp b/teamBlog.jsp new file mode 100644 index 0000000..30c45b4 --- /dev/null +++ b/teamBlog.jsp @@ -0,0 +1,220 @@ +<%-- + Created by IntelliJ IDEA. + User: 24255 + Date: 2019/8/22 + Time: 23:50 + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + + + + + 列表分享 + + + + + + + + + + + + + + + +
+
+

入库产品列表

+
+
+
+ +
+ + +
+
+ + +
+
+ +
+
+ + + + + + + + + + + +