index.jsp.svn-base

来自「一个使用ssh+ext的例子。 希望对开发这个应用的人带来好处。仔细研究里面的」· SVN-BASE 代码 · 共 20 行

SVN-BASE
20
字号
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>

    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
    <meta http-equiv="Cache-Control" content="no-store"/>
    <meta http-equiv="Cache-Control" content="no-cache"/>
    <meta http-equiv="Expires" content="0"/>
    <meta http-equiv="Pragma" content="no-cache, must-revalidate, no-store"/>
  
  
	<meta http-equiv="keywords" content="hotelmaster,software,daynamic page,ajax">
	<meta http-equiv="description" content="HotelMaster is a dynamic web 2.0 application software Company">



<%-- Redirected because we can't set the welcome page to a virtual URL. --%>


<c:redirect url="userLogin.htm"></c:redirect>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?