ssh(Spring+Spring mvc+hibernate)——index.jsp
发布日期:2021-05-14 13:11:07 浏览次数:24 分类:原创文章

本文共 854 字,大约阅读时间需要 2 分钟。

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>  <head>    <base href="<%=basePath%>">    <title>My JSP 'index.jsp' starting page</title>    <meta http-equiv="pragma" content="no-cache">    <meta http-equiv="cache-control" content="no-cache">    <meta http-equiv="expires" content="0">        <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">    <meta http-equiv="description" content="This is my page">    <!--    <link rel="stylesheet" type="text/css" href="styles.css">    -->  </head>  <body>        <a href="showDept.do">显示所有的部门</a><br/><br/>        <a href="showEmp.do">员工操作</a>  </body></html>
上一篇:ssh(Spring+Spring mvc+hibernate)——saveDept.jsp
下一篇:ssh(Spring+Spring mvc+hibernate)——hibernate.cfg.xml

发表评论

最新留言

表示我来过!
[***.240.166.169]2025年04月14日 20时16分11秒