- 浏览: 100265 次
- 性别:
- 来自: 郑州
最新评论
-
去你姑:
页眉页脚HeaderFooter对象可以于为文档每页添加页眉和 ...
iText的简单应用 -
我会你姑:
沈哥不让用xml
iText的简单应用
文章列表
无其他条件
1select * from n_fwy_a a left join n_fwy_b b on a.id=b.id order by a.id;2select * from n_fwy_a a ,n_fwy_b b where a.id=b.id(+) order by a.id;
- 2008-04-17 23:59
- 浏览 1803
- 评论(0)
Insert into 复制表名称 select 语句 (复制表已经存在)
create table 复制表名称 as select 语句 (复制表不存在)
- 2008-04-17 23:54
- 浏览 924
- 评论(0)
在JSP中使用Spring其实很容易,主要用到Spring的WebApplicationContextUtils.getWebApplicationContext函数。
要再JSP里面得到ApplicationContext需要这么做.
首先
import="org.springframework.web.context.support.*,org.springframework.context.*"
然后可以通过如何做法:
ApplicationContext ctx = WebApplicationContextUtils.getWebApplicationCont ...
- 2008-04-17 23:45
- 浏览 998
- 评论(0)