find_user.jsp~6~

来自「一个完整的门户网站,基于JSP环境下开发的,使用SQL数据库.」· JSP~6~ 代码 · 共 24 行

JSP~6~
24
字号
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="com.bwm.model.User" %>
<%@ page import="com.bwm.core.*" %>
<%@ page import="java.util.*" %>
<%if (!Crazyadept.UserIsOK(session,FinalConstants.STATUS_ADMIN)) return;%>
<html>
<head>
<title>
find_user
</title>
</head>
<link href="../css/css.css" rel="stylesheet" type="text/css">
<body bgcolor="#ffffff">
<table border="1" cellpadding="0" cellspacing="0" class="tableBorder2">
  <tr align="center">
    <td height="27"><img src="../images/search.gif">2é?ò</td>
  </tr>
  <tr>
    <td height="80">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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