📄 servcache.jsp
字号:
<%-- Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.--%><%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %><fmt:setBundle basename="LocalStrings"/><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso8859-1"><meta description="Application Server Caching Sample Application Results"><!-- disable browser caching so that it doesn't mask server caching. --><meta http-equiv="pragma" content="no-cache"><meta http-equiv="expires" content="-1"><title><fmt:message key="caching_sample"/></title><%@ page import="java.util.Date" %></head><body bgcolor="#FFFFFF"><% java.util.Date date = new Date(); %><h2><fmt:message key="cache_sample_message"/> </h2><fmt:message key="generated_by_message"/> : <blockquote><strong><fmt:message key="a_jsp_template_message"/> </strong></blockquote><fmt:message key="date_content_created_message"/> : <blockquote><strong><%= new java.util.Date().toString() %></strong></blockquote><fmt:message key="input_passed_message"/> :<blockquote><strong><%= request.getParameter("inputtext") %></strong></blockquote><a href="index.html"><fmt:message key="return_to_start_message"/> </a></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -