- 浏览: 23801 次
- 性别:
- 来自: 程序帝国
-
最新评论
-
kaven1989:
我还在犹豫要不要花时间去学设计模式呢?刚买了本《设计模式》感觉 ...
设计模式 -
beipiaoonline:
thx
spring中的属性编辑器 -
qqqckm:
[/size[size=large]][size=xx-lar ...
设计模式 -
javamanlcy007:
用不到的数据也要立即加载吗,这样性能不好吧~
hibernate异常could not initialize proxy
文章列表
1.redirect 设为true时表示执行重定向操作;当为false时,表示执行请求转发操作
注:重定向操作一般用命令:response.sendRedirect();
请求转发操作 RequestDispatcher
rpath=request.getRequestDispatcher();
rpath.forward(request,response);
jsp中:<jsp:forward page="">
2.contextRelative 设为true时表示当前pat ...
- 2008-03-20 22:24
- 浏览 4130
- 评论(0)