📄 adminproc.jsp
字号:
<%@ page contentType="text/html;charset=euc-kr" import="java.util.*, java.io.*"%><html><head><title>包府磊 牢刘 肯丰</title><meta http-equiv="Content-Type" content="text/html; charset=euc-kr"></head><script language="JavaScript">function ongoing() { window.close();}</script><body BGCOLOR="#FFFFFF" marginheight="0" topmargin="0"><% String id = request.getParameter("id"); String password = request.getParameter("password"); // 包府磊 property 颇老阑 佬绢柯促. FileInputStream is = new FileInputStream("d:/jakarta-tomcat/webapps/myhome/admin.properties"); Properties adminProps = new Properties(); try { adminProps.load(is); } catch(Exception e) { response.sendRedirect("list.jsp"); } is.close(); String adminId = adminProps.getProperty("id"); String adminPassword = adminProps.getProperty("password"); if(id.equals(adminId) && password.equals(adminPassword)) { // id客 password 厚背 session.setAttribute("user", "admin"); // 技记俊 包府磊 葛靛 钎矫%><br><form name="admin"> <table width="300" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td colspan="3" height="129"> <div align="center"><font size="2" >包府磊 葛靛肺 傈券登菌嚼聪促.</font><br> </div> <table width="250" border="3" align="center" bgcolor="#F8F1DA" bordercolor="#FFFFFF"> <tr bgcolor="#F8F1DA"> <td height="94"> <div align="CENTER"><p><font size="2">包府磊 牢刘 己傍<br> 霸矫魄篮 包府磊 葛靛肺 悼累钦聪促.</font></p> <input type="button" name="admin" value="犬牢" onClick="ongoing()"> </div> </td> </tr> </table> </td> </tr> </table></form><% } else { // 包府磊 牢刘 角菩 session.removeAttribute("user");%><br><form name="fail"> <table width="300" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td colspan="3" height="129"> <div align="center"><font size="2" >菩胶况靛啊 撇赋聪促.</font><br> </div> <table width="250" border="3" align="center" bgcolor="#F8F1DA" bordercolor="#FFFFFF"> <tr bgcolor="#F8F1DA"> <td height="94"> <div align="CENTER"><p><font size="2">菩胶况靛啊 老摹窍瘤 臼嚼聪促.<br> 包府磊 葛靛肺 傈券登瘤 臼疽嚼聪促.</font></p> <input type="button" name="fail" value="犬牢" onClick="ongoing()"> </div> </td> </tr> </table> </td> </tr> </table></form><% }%></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -