⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.jsp~2~

📁 《struts应用开发完全手册》中的源代码及安装指导
💻 JSP~2~
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ page import="com.actionForm.ManagerForm"%>
<%@ page import="com.actionForm.RightForm"%>
<jsp:useBean id="dao" scope="request" class="com.dao.RightDao"/>
<link href="css/style.css" rel="stylesheet">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登录后首页</title>
</head>
<%
ManagerForm managerForm=(ManagerForm)session.getAttribute("manager");
RightForm rightForm=dao.selectAccountRight(managerForm.getAccount());
%>
<body>
<table width="640" border="0" align="center">
  <tr>
    <th width="80" height="30" scope="col"><%=managerForm.getAccount()%></th>
    <th width="80" scope="col">基础信息</th>
    <th width="80" scope="col">基础资料</th>
    <th width="80" scope="col">业务管理</th>
    <th width="80" scope="col">信息查询</th>
    <th width="80" scope="col">辅助工具</th>
    <th width="80" scope="col">系统设置</th>
    <th width="80" scope="col">退出系统</th>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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