📄 download.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GBK"
pageEncoding="GBK"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>文件下载</title>
</head>
<body>
<br>
<font color="red">${username }</font> 欢迎您 您现在可以去<a href="/ssh/toUpLoad.do?type=toUpLoadRes&username=${username }">上传资源</a>
<div align="center"><h2>资源下载</h2></div>
<hr><br>
<div align="center">
<a href="/ssh/resclass.do?type=showResClass&download=j2seDownLoad">J2SE</a> |
<a href="/ssh/resclass.do?type=showResClass&download=j2eeDownLoad">J2EE</a> |
<a href="/ssh/resclass.do?type=showResClass&download=j2meDownLoad">J2ME</a> |
<a href="/ssh/resclass.do?type=showResClass&download=frameDownLoad">框架类</a> |
<a href="/ssh/resclass.do?type=showResClass&download=othersDownLoad"> 其他</a> |
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -