登录名 | 手机号 | 地址 | 真名 | 操作 | --%>||
---|---|---|---|---|---|---|
${item.loginName } | ${item.phone} | ${item.address} | --%> <%-- <%-- <%-- <%-- | --%>${item.realname} | --%> <%--编辑--%> <%--删除--%> <%-- | --%>
信管1172 高颖 201711671206
一、实验要求
系统后台开发具体要求(课本第10章的项目基础上):
1.在导航条中添加一个后台管理菜单。
2.后台页面分成左右两个框,左边显示一个树形菜单,右边根据菜单选择显示相应的交互界面。
3.实现对用户,产品分类,产品,订单等的后台管理。
4.具体界面自行设计。
二、功能说明
(1)用户
1.主页
2.登录
3.注册
4.登录
5.浏览手机
6.查询手机
7.查看购物车
(2)后台
1.主页
源码:
tree.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
welcome.jsp
<%--
Created by IntelliJ IDEA.
User: Lusty
Date: 2019-05-19
Time: 13:58
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2.用户注册
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
登录名 | 手机号 | 地址 | 真名 | 操作 | --%>||
---|---|---|---|---|---|---|
${item.loginName } | ${item.phone} | ${item.address} | --%> <%-- <%-- <%-- <%-- | --%>${item.realname} | --%> <%--编辑--%> <%--删除--%> <%-- | --%>
3.添加订单
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
用户 | 订单信息 | 金额 | 操作 | --%>|
---|---|---|---|---|
${item.loginName } | ${item.mess} | ${item.sum} |
4.添加商品
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
手机型号 | 手机名字 | 手机制造商 | 手机价格 | 手机信息 | 手机相片 | 手机类别 | 操作 | --%>|
---|---|---|---|---|---|---|---|---|
${item.mobileVersion } | ${item.mobileName} | ${item.mobileMade} | ${item.mobilePrice} | ${item.mobileMess} | ${item.mobilePic} | ${item.mobileClassify} |
5.注销用户
<%--
<%--
Created by IntelliJ IDEA.
User: corrine
Date: 2019-05-16
Time: 21:31
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=GB2312" %>
#admin{margin:100px 100px 0px 300px;}
.content{font-size:18px;font-family:"微软雅黑";width:900px;height:490px;display:none;padding:5px;overflow-y:auto;line-height:30px;float:right}
#footer{width:900px;height:30px;margin:0 auto;background-color:#ccc;line-height:30px;text-align:center;}
.content1 {width:740px;height:490px;display:block;padding:5px;overflow-y:auto;line-height:30px;}
<%@ taglib tagdir="/WEB-INF/tags" prefix="inquire"%>
<% String na=request.getParameter("version");
if(na==null)
na ="";
byte [] bb=na.getBytes("iso-8859-1");
na = new String(bb);
%>
user表删除记录后的记录是:
tableName="user" user="root" password=""/>
<%=queryResult %>
6.商品下架
<%--
<%--
Created by IntelliJ IDEA.
User: corrine
Date: 2019-05-16
Time: 21:31
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=GB2312" %>
#admin{margin:100px 100px 0px 300px;}
.content{font-size:18px;font-family:"微软雅黑";width:900px;height:490px;display:none;padding:5px;overflow-y:auto;line-height:30px;float:right}
#footer{width:900px;height:30px;margin:0 auto;background-color:#ccc;line-height:30px;text-align:center;}
.content1 {width:740px;height:490px;display:block;padding:5px;overflow-y:auto;line-height:30px;}
<%@ taglib tagdir="/WEB-INF/tags" prefix="inquire"%>
<% String na=request.getParameter("version");
if(na==null)
na ="";
byte [] bb=na.getBytes("iso-8859-1");
na = new String(bb);
%>
user表删除记录后的记录是:
tableName="user" user="root" password=""/>
<%=queryResult %>
7.查询订单
<%--
<%--
Created by IntelliJ IDEA.
User: corrine
Date: 2019-05-16
Time: 21:31
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=GB2312" %>
#admin{margin:100px 200px 0px 100px;}
.content{font-size:18px;font-family:"微软雅黑";width:900px;height:490px;display:none;padding:5px;overflow-y:auto;line-height:30px;float:right}
#footer{width:900px;height:30px;margin:0 auto;background-color:#ccc;line-height:30px;text-align:center;}
.content1 {width:740px;height:490px;display:block;padding:5px;overflow-y:auto;line-height:30px;}
<%@ page contentType="text/html;charset=GB2312" %>
8.删除订单
<%--
<%--
Created by IntelliJ IDEA.
User: corrine
Date: 2019-05-16
Time: 21:31
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=utf-8" %>
#admin{margin:100px 200px 0px 100px;font-family:"微软雅黑";font-size:18px;position:relative;}
#foot{positon:absolute;bottom:0px;}
.content{font-size:18px;font-family:"微软雅黑";width:900px;height:490px;display:none;padding:5px;overflow-y:auto;line-height:30px;float:right}
#footer{width:900px;height:30px;margin:0 auto;background-color:#ccc;line-height:30px;text-align:center;}
.content1 {width:740px;height:490px;display:block;padding:5px;overflow-y:auto;line-height:30px;}
<%@ taglib tagdir="/WEB-INF/tags" prefix="inquire"%>
9.查询用户
<%--
<%--
Created by IntelliJ IDEA.
User: corrine
Date: 2019-05-16
Time: 21:31
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=GB2312" %>
.content{font-size:18px;font-family:"微软雅黑";width:900px;height:490px;display:none;padding:5px;overflow-y:auto;line-height:30px;float:right}
#footer{width:900px;height:30px;margin:0 auto;background-color:#ccc;line-height:30px;text-align:center;}
.content1 {width:740px;height:490px;display:block;padding:5px;overflow-y:auto;line-height:30px;}
<%@ page contentType="text/html;charset=GB2312" %>