试了很多次还是出现404报错
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | <%-- Created by IntelliJ IDEA. User: Jun Date: 2019/7/11 Time: 0:01 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <% // String basePath=request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; %> < html > < head > < title >用户账号管理中心</ title > <%--引入bootstrap文件--%> < link rel = "stylesheet" href = "${pageContext.request.contextPath}/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css" > < script src = "${pageContext.request.contextPath}/lib/2.2.4/jquery-1.12.4.min.js" ></ script > < script src = "${pageContext.request.contextPath}/lib/bootstrap-3.3.7-dist/js/bootstrap.min.js" ></ script > </ head > < body > <%--内容全部存放在container--%> < div class = "container" > <%-- 拆分出一行 --%> < div class = "row" > <%-- 增加一个页头 --%> < div class = "page-header" > < h1 >夜猫后台管理系统< small >用户数据管理中心</ small ></ h1 > </ div > </ div > </ div > </ body > </ html > |
0
收起
正在回答 回答被采纳积分+1
3回答
3. Java 数据库开发与实战应用
- 参与学习 人
- 提交作业 357 份
- 解答问题 8016 个
本阶段将带你学习MySQL数据库,JDBC接口,MyBatis框架等,带你掌握的数据的存放和管理。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧