首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

这个是登录后的主页

2012-11-03 
这个是登录后的首页%@ page contentTypetext/htmlcharsetUTF-8 %%@ page%%@page importorg.ac

这个是登录后的首页
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ page  %>
<%@page import="org.acegisecurity.ui.webapp.AuthenticationProcessingFilter"%>
<html>
  <head>
<title>Acegi测试</title>
  </head>
 
  <body bgcolor="6683ff">
欢迎你 <%= session.getAttribute(AuthenticationProcessingFilter.ACEGI_SECURITY_LAST_USERNAME_KEY) %>
<table>
<tr>
<td>
<a href="div.html">测试</a><br/>
<a href="user.do?method=logout">退出</a>
</td>
</tr>
</table>
  </body>
</html>

这个是我做的小例子 但是一连数据库就无法登陆 也没有报错

热点排行