只有注册用户登录后才能阅读该文。 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
依赖的jar包:commons-fileupload-1.2.2.jar commons-io-1.4.jar form3.jsp代码: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%@ taglib pr 阅读全文
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>树形菜单</title> <script type="text/javascript" src="js/jquery.js" ></script> <script type="tex 阅读全文
摘要:
ActionContext.getContext().put("list", list); ActionContext.getContext().getValueStack().push(listName);//准备回显数据 session中放数据: ActionContext.getContext 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
在login.jsp中加入即可 // 在被嵌套时就刷新上级窗口 if(window.parent != window){ window.parent.location.reload(true); } 阅读全文
摘要:
<s:if test="#session.user.hasPrivilegeByName(name)"> hasPrivilegeByName(name) 为User类中的一个java方法 阅读全文
摘要:
java代码: public class InitListener implements ServletContextListener { public void contextInitialized(ServletContextEvent sce) { // 获取容器与相关的Service对象 A 阅读全文
摘要:
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>li导航</title> <style type="text/css"> *{padding: 0;margin: 0;} #box{width: 100%;background: 阅读全文