本月博客排行
-
第1名
龙儿筝 -
第2名
johnsmith9th -
第3名
wy_19921005 - zysnba
- sgqt
- lemonhandsome
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- benladeng5225
- wy_19921005
- fantaxy025025
- qepwqnp
- e_e
- 解宜然
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- gaojingsong
- wiseboyloves
- xiangjie88
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- jh108020
- lemonhandsome
- zxq_2017
- jbosscn
- Xeden
- luxurioust
- lzyfn123
- zhanjia
- forestqqqq
- johnsmith9th
- ajinn
- nychen2000
- wjianwei666
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- mwhgJava
- kingwell.leng
- lchb139128
- lich0079
- kristy_yy
最新文章列表
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 ...