本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
java-007 - Anmin
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
benladeng5225 - wy_19921005
- vipbooks
- 青否云后端云
- kaizi1992
- e_e
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- wallimn
- lemonhandsome
- jh108020
- ganxueyun
- Xeden
- xyuma
- zhanjia
- wangchen.ily
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- ajinn
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- jveqi
- javashop
- lzyfn123
- sunj
- yeluowuhen
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- flashsing123
- bosschen
- lyndon.lin
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
ADF 中使用Javascript
1.引用JS文件
<af:document> <af:resource type="javascript" source="/customJsCode.js"/>
…
</af:document>
2.定义JS代码
<af:document>
<a ...
如何在ADF 的Application Module中调用存储过程
1.调用无参数的存储过程
public void callProcWithNoArgs() {
getDBTransaction().executeCommand(
"begin devguidepkg.proc_with_no_args; end;");
}
2.调用含入参的存储过程
protected void callStoredProcedure(S ...
运行Jdeveloper 自带weblogic时发生The system cannot find the path specified错误
运行Jdeveloper集成的weblogic时发生The system cannot find the path specified错误,然后:Process exited.
解决办法:设置系统变量指定JDeveloper的用户目录JDEV_USER_DIR。
第一次运行JDeveloper时将会自动在C:\Documents and Settings\%user%\Application D ...
Oracle SOA Suite环境搭建详解(基于版本11.1.1.6.0)
Oracle SOA Suite环境搭建详解(基于版本11.1.1.6.0)
终于完成了Windows 7 上面搭建Oracle SOA Suite环境,下面就来讲一下搭建步骤。
本机硬件环境如下:
OS � ...
ADF 进度条的使用
This post will teach you how to configure the ADF Progress Indicator component within a .jspx web page of your OFM 11g application.
Implementation
Step 1
Add the following code to your web.xml f ...