博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
功能键1,输出所有所查信息的记录
阅读量:4634 次
发布时间:2019-06-09

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

<%@ 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_stu_right.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>

<head><title>信息显示界面</title></head>
<body>
欢迎登陆!!!!<style type="text/css">
body{
background:url("image/444.jpg");
background-size:100%;
}
</style>
</body>
</html>

转载于:https://www.cnblogs.com/lozjl/p/8001425.html

你可能感兴趣的文章
[Grid Layout] Place grid items on a grid using grid-column and grid-row
查看>>
[RxJS] Implement pause and resume feature correctly through RxJS
查看>>
[Docker] Docker Client in Action
查看>>
日期时间工具类
查看>>
[leetcod] Clone Graph
查看>>
Remove Duplicates from Sorted Array II leetcode java
查看>>
CSS实现树形结构 + js加载数据
查看>>
P1334 瑞瑞的木板
查看>>
eclipse中folder、source folder和package的区别
查看>>
Eclipse高级使用技巧
查看>>
第2章 数字之魅——快速寻找满足条件的两个数
查看>>
study of javaserver faces lifecycle
查看>>
转 单实例的写法
查看>>
【BZOJ4254】Aerial Tramway 树形DP
查看>>
安装Node.js和npm
查看>>
预祝大家2011农历新年快乐,宏“兔”大展,心想事成~
查看>>
笔记本中美化代码的方法
查看>>
账簿与平衡段关联表
查看>>
1837Balance
查看>>
文件基本处理
查看>>