• ubuntu10.04_安装oracle_11g_r2.doc

    描术对oracle的安装步骤,借鉴使用!可能有些老,参考使用吧 描术对oracle的安装步骤,借鉴使用!可能有些老,参考使用吧

    0
    68
    45KB
    2012-05-04
    0
  • jdk1.6版本,描述中为jdk环境配置

    上传文件目录为:/home/ut/java/,cp当前目录下jdk-6u30-linux-i586.bin到/usr/lib/jdk/,chmod 777 jdk-6u30-linux-i586.bin jdk安装路径:/usr/lib/jdk/jdk1.6.0_30 配置环境变量: sudo vi /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jdk/jdk1.6.0_30/bin" CLASSPATH="/usr/lib/jdk/jdk1.6.0_30/lib" JAVA_HOME="/usr/lib/jdk/jdk1.6.0_30" 然后就是要告诉系统,我们使用的sun的JDK,而非OpenJDK了 1.sudo update-alternatives --install /usr/bin/java java /usr/lib/jdk/jdk1.6.0_30/bin/java 300 2. sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jdk/jdk1.6.0_30/bin/javac 300 3. sudo update-alternatives --config java 此时屏幕会有如下显示: 选择 路径 优先级 状态 ------------------------------------------------------------ 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 自动模式 1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 手动模式 * 2 /usr/lib/jvm/java-6-sun/bin/java 300 手动模式 要维持当前值[*]请按回车键,或者键入选择的编号: 我们输入值:2 回车 4.测试java -version 显示:java version "1.6.0_30" Java(TM) SE Runtime Environment (build 1.6.0_30-b12) Java HotSpot(TM) Server VM (build 20.5-b03, mixed mode)

    0
    126
    35.78MB
    2012-02-28
    12
  • jdk1.6版本,同时描述中为配置

    因为包太大共两份:( jdk-6u30-linux-i586.part1.rar \( jdk-6u30-linux-i586.part2.rar ) 上传文件目录为:/home/ut/java/,cp当前目录下jdk-6u30-linux-i586.bin到/usr/lib/jdk/,chmod 777 jdk-6u30-linux-i586.bin jdk安装路径:/usr/lib/jdk/jdk1.6.0_30 配置环境变量: sudo vi /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jdk/jdk1.6.0_30/bin" CLASSPATH="/usr/lib/jdk/jdk1.6.0_30/lib" JAVA_HOME="/usr/lib/jdk/jdk1.6.0_30" 然后就是要告诉系统,我们使用的sun的JDK,而非OpenJDK了 1.sudo update-alternatives --install /usr/bin/java java /usr/lib/jdk/jdk1.6.0_30/bin/java 300 2. sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jdk/jdk1.6.0_30/bin/javac 300 3. sudo update-alternatives --config java 此时屏幕会有如下显示: 选择 路径 优先级 状态 ------------------------------------------------------------ 0 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 自动模式 1 /usr/lib/jvm/java-6-openjdk/jre/bin/java 1061 手动模式 * 2 /usr/lib/jvm/java-6-sun/bin/java 300 手动模式 要维持当前值[*]请按回车键,或者键入选择的编号: 我们输入值:2 回车 4.测试java -version 显示:java version "1.6.0_30" Java(TM) SE Runtime Environment (build 1.6.0_30-b12) Java HotSpot(TM) Server VM (build 20.5-b03, mixed mode)

    0
    111
    43.35MB
    2012-02-28
    10
  • 基于java的Hessian实现

    基于java实现hessian进行服务器之间数据交互demo项目 实现功能: 1.基于spring 2.5.6+hessian3.1.6带有签名安全机制 2.基于servlet代理机制实现HessianServlet,进行简单IP地址校验功能!

    5
    369
    4.03MB
    2012-01-11
    35
  • hyperic-sigar-1.6.3

    Visit the SIGAR Wiki for documentation, bugs, support, etc.: http://sigar.hyperic.com/ 包括相关各种语言支持源码文件实现lib中包括你所需要一切东西: sigar.jar 等自已看吧

    5
    57
    3.45MB
    2011-04-12
    4
  • DWR2项目实践 用例源代码(5)

    由于比较大分包压缩:总计有五个包! For chapter 4 through 9, you will find a WAR file that you should be able to drop into the container of your choice and try it out right away without any further work on your part. You will also find a directory that matches the name of the webapp. This is the webapp in exploded format with all the source code. If you wish to recompile, use the Ant build script found in xxxx/WEB-INF/src, where xxxx is the name of the webapp. Please note that the exploded webapp IS NOT ready to go as-is, it has to be compiled

    5
    51
    1.8MB
    2011-03-23
    6
  • DWR2项目实践 用例源代码(4)

    由于比较大分包压缩:总计有五个包! For chapter 4 through 9, you will find a WAR file that you should be able to drop into the container of your choice and try it out right away without any further work on your part. You will also find a directory that matches the name of the webapp. This is the webapp in exploded format with all the source code. If you wish to recompile, use the Ant build script found in xxxx/WEB-INF/src, where xxxx is the name of the webapp. Please note that the exploded webapp IS NOT ready to go as-is, it has to be compiled

    0
    54
    10.93MB
    2011-03-23
    6
  • DWR2项目实践 用例源代码(3)

    由于比较大分包压缩:总计有五个包! For chapter 4 through 9, you will find a WAR file that you should be able to drop into the container of your choice and try it out right away without any further work on your part. You will also find a directory that matches the name of the webapp. This is the webapp in exploded format with all the source code. If you wish to recompile, use the Ant build script found in xxxx/WEB-INF/src, where xxxx is the name of the webapp. Please note that the exploded webapp IS NOT ready to go as-is, it has to be compiled

    0
    73
    10.93MB
    2011-03-23
    0
  • DWR2项目实践 用例源代码(2)

    由于比较大分包压缩:总计有五个包! For chapter 4 through 9, you will find a WAR file that you should be able to drop into the container of your choice and try it out right away without any further work on your part. You will also find a directory that matches the name of the webapp. This is the webapp in exploded format with all the source code. If you wish to recompile, use the Ant build script found in xxxx/WEB-INF/src, where xxxx is the name of the webapp. Please note that the exploded webapp IS NOT ready to go as-is, it has to be compiled

    0
    81
    10.93MB
    2011-03-23
    0
  • DWR2项目实践 用例源代码(1)

    由于比较大分包压缩:总计有五个包! For chapter 4 through 9, you will find a WAR file that you should be able to drop into the container of your choice and try it out right away without any further work on your part. You will also find a directory that matches the name of the webapp. This is the webapp in exploded format with all the source code. If you wish to recompile, use the Ant build script found in xxxx/WEB-INF/src, where xxxx is the name of the webapp. Please note that the exploded webapp IS NOT ready to go as-is, it has to be compiled.

    0
    65
    10.93MB
    2011-03-23
    10
  • 分享宗师

    成功上传21个资源即可获取
关注 私信
上传资源赚积分or赚钱