当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: Oracle 9iAS J2EE 应用程序发布和配置
 

 

 ·c#中listview(checkbox)一用法     »显示摘要«
    摘要:c#中listview(checkbox)一用法 20040907001: q:一listview控件中(有checkbox)有数十条数据,怎么样实现“不允许用户编辑listview控件的同时,确保listview的滚动条可以正常使用?”, a:为“确保listview的滚动条可以正常使用”,需要把listview控件的enabled属性设置为true,为了禁止用户改变listview数据项的ch......
    摘要:由于工程需要经常将客户的现场数据导出到公司的开发环境中,随着客户现场数据量的不断增大,原先 使用的导出导入的方法需要花费越来越长的时间,所以测试一下rman的效率,验证是否能用恢复rman备 份的方法来代替以往的exp/imp方法。原本想过用传输表空间的方法,但是由于我们通常在创建数据库的 时候就给业务所用的表空间创建了很大的数据文件,这样在传输表空间的copy数据文件的步骤上会花费 很长的时间,所以还是决定测试一下rman了。 测试目的:实现对......


Oracle9iAS下J2EE应用程序部署
oracle 9ias j2ee 应用程序发布与配置

安装oracle 9ias 9.0.2 企业版 【相关文章:解决如何将自己的主页设置为 IE 的默认

安装配置应用服务器操作系统 【扩展阅读:iAS10g opmnctl resta

其中:oracle 9ias infrastructure instance name :ora9ias_is;口令:ora9ias 【扩展信息:郎咸平等经济要人生存状态 让被研究的人发

①       oracle 9i application server infrastructure ;

安装目录:d:\ora9is

②       oracle 9ias application server (business intelligence and forms) ;

其中:oracle 9ias instance name :ora9ias;口令:ora9ias

安装目录:d:\ora9ias

打包应用程序

需打包的应用程序目录结构为

 

根目录/

   jsp程序目录/

   web-inf/

       classes/

       lib/

       web.xml

 

在根目录下,用java –jar命令将其打包为webj2ee.war文件。

新建temp根目录,在目录中建立meta-inf目录,其中新建application.xml,其内容为:

<?xml version="1.0" encoding="utf-8"?>

<!doctype application public ´-//sun microsystems, inc.//dtd j2ee application 1.2//en´ ´http://java.sun.com/j2ee/dtds/application_1_2.dtd´>

<application>

  <display-name>webj2ee</display-name>

  <description>application description</description>

  <module>

    <web>


...   下一页
 ·变异表的问题    »显示摘要«
    摘要:在论坛中经常遇到变异表的问题,我收藏了一片有关变异表问题的文章,现在把他放在这里,希望能和大家分享! avoiding mutating tables ok, so you´ve just recieved the error: ora-04091: table xxxx is mutating, trigger/function may not see it and you want to get around that. t......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE