- 浏览: 206900 次
- 性别:
- 来自: 成都
最新评论
-
werty45775:
<property name="allowUr ...
Spring mvc 拦截器 配置心得 -
fly_to_the_winds:
请问能拦截.jsp结尾的访问吗?
Spring mvc 拦截器 配置心得 -
yong230:
楼主能把这个SessionTimeoutException类贴 ...
Spring mvc 拦截器 配置心得 -
daoyongyu:
楼主写的挺好,谢谢!
我补充一下映射路径的说明:
<mv ...
Spring mvc 拦截器 配置心得 -
liruihui:
不好使,骗人的
The method getJspApplicationContext(ServletContext) is undefined for the typ
文章列表
<!--
path:/WEB-INF/jsp/llistemplate/editLlistTemplate.jsp
-->
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib prefix="newstag" uri="http://www.sobey.com/news/taglib/news"%>
<%@ include file="/common/taglibs.jsp"%>
...
- 2009-10-21 18:11
- 浏览 1607
- 评论(0)
<html>
<body>
<table class="t FCK__ShowTableBorders" cellspacing="0" cellpadding="8" width="600" border="0">
<tbody>
<tr>
<td width="220">
<table cellspacing=&quo ...
- 2009-10-20 20:48
- 浏览 6987
- 评论(0)
============div的代码================
<div id="pre2submitDlg" style="visibility:hidden;position:absolute;top:0px;">
<div class="x-dlg-hd">提交任务</div>
<div class="x-dlg-bd">
<form action="" id="avid ...
- 2009-10-20 11:20
- 浏览 971
- 评论(0)
转换国际资源文件的插件 : http://propedit.sourceforge.jp/eclipse/updates/
- 2009-10-15 16:01
- 浏览 667
- 评论(0)
===================== accordion (可折叠的) ===========================
<!DOCTYPE html>
<html>
<head>
<link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" s ...
- 2009-10-13 16:25
- 浏览 1004
- 评论(0)
======================== 1.前言 ===============================
1. 基于对象还是面向对象?
面向对象技术是现代软件开发中的重要技术之一。面向对象变成的好处毋庸置疑,现在的主流语言如Java、C++都是面向对象的。现在的面向对象理论更 ...
- 2009-10-13 13:54
- 浏览 958
- 评论(0)
<%@ page pageEncoding="UTF-8"%>
<%@ page language="java" import="java.util.*" errorPage=""%>
<%@ include file="/common/taglibs.jsp"%>
<%@ taglib prefix="newstag" uri="http://www.sobey.com/news/taglib/news"%> ...
- 2009-10-13 10:32
- 浏览 2265
- 评论(0)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset ...
- 2009-10-13 04:59
- 浏览 1001
- 评论(0)
http://archive.apache.org/dist/struts/source/ struts-1.2.9-src.zip
jar包 struts-1.2.9-bin.zip
- 2009-10-13 04:28
- 浏览 877
- 评论(0)
在Internet上运作数据库经常会有这样的需求:把遍布全国各城市相似的数据库应用统一起来,一个节点的数据改变不仅体现在本地,还反映到远端。复制技术给用户提供了一种快速访问共享数据的办法。
一、实现数据库复制的前提条件
1、数据库支持高级复制功能
您可以用system身份登录数据库,查看v$option视图,如果其中Advanced replication为TRUE,则支持高级复制功能;否则不支持。
2、数据库初始化参数要求
①、db_domain = test.com.cn
指明数据库的域名(默认的是WORLD),这里可以用您公司的域名。
②、global_names ...
- 2009-10-12 17:37
- 浏览 822
- 评论(0)
不经过任何action或者command
例子:
<action name="dummyForm"
parameter="forwardSuccess=true"
path="/channelTimesectColumnManage" scope="request"
type="com.sobey.adf.base.web.struts.action.BaseFlowCommandAction"
validate="false">
<f ...
- 2009-09-30 17:39
- 浏览 925
- 评论(0)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).rea ...
- 2009-09-30 11:40
- 浏览 2145
- 评论(0)
1、到底在哪用cascade="..."?
cascade属性并不是多对多关系一定要用的,有了它只是让我们在插入或删除对像时更方便一些,只要在cascade的源头上插入或是删除,
所有 cascade的关系就会被自己动的插入或是删除。便是为 ...
- 2009-09-30 00:07
- 浏览 725
- 评论(0)
打开指定窗口,并设置相应属性
window.open("addUser.jsp","myWin","toolbar=no,menu=no,width=400,height=400,resizable=yes,titlebar=no,location=no,screenX=400,screenY=400");
window.close("addUser.jsp","myWin"); //关闭指定页面
opener.location.reload(); ...
- 2009-09-30 00:05
- 浏览 835
- 评论(0)