CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - ORACLE PROCEDURE

搜索资源列表

  1. bookstore3

    0下载:
  2. 本程序只可用于学习参考,不得用于商业系统,如有发现,将以法律解决。本站基本功能如下:首页(index.jsp) 图书选购,(可按分类方式查找图书,或通过关键字进行查询)购物车功能.查看图书详细情况。用户注册.用户登录.查看用户的订单信息.修改用户个人信息。后台管理部份:商店图书管理:添加,修改,删除,查看。用户信息管理:查看,修改,删除。订单信息管理:查看订单清单,更新订单付款,出货状态。删除订单。数据库设计时采用Oracle进行的,可以用所附脚本生成表结构。-this procedure ca
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4.2mb
    • 提供者:wxj
  1. autoJava

    0下载:
  2. 这个程序是用来生成代码, 支持oracle, SQL SERVER两种数据库-This procedure is used to generate code, oracle support, SQL SERVER two databases
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.91mb
    • 提供者:-
  1. xsu12

    0下载:
  2. Oracle发布的自oracle8i以后可以使用的将oracle数据库记录直接映射为XML文件的程序依赖包,很不错。-Oracle released from oracle8i then you can use the oracle database records will direct mapping of XML documents on the procedure kits, is pretty good.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:176.6kb
    • 提供者:bamboopan
  1. oci_windows

    0下载:
  2. 站长写的使用OCI开发Oracle程序的通用函数库for windows- Stationmaster writes use OCI develops Oracle procedure general function storehouse for windows
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-09
    • 文件大小:12.59kb
    • 提供者:站长
  1. Strutsnewsadmin

    0下载:
  2. 1.本程序为学习struts的朋友提供一个例子。 2.本程序部分实现AJAX功能,采用DWR框架。 3.程序运行环境为MYECLIPSE 5.0 + TOMACT 5.5 + ORACLE 9i 4.配置说明:将lib目录下的commons-pool-1.2.jar,commons-dbcp-1.2.jar,ojdbc14.jar复制到TOMACT目录下的COMMON下的LIB目录中。 5.登陆用户名:test密码为空-1. The procedure f
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-17
    • 文件大小:4.74mb
    • 提供者:富兰克林
  1. ExecProcedure

    0下载:
  2. 执行oracle存储过程代码,并返回结果集-Implementation of the oracle stored procedure code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1kb
    • 提供者:shilinfa
  1. hibernate_call_proc

    0下载:
  2. 通过hibernate调用oracle存储过程的源码。-Hibernate calling oracle stored procedure by the source.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:18.56kb
    • 提供者:gernett
  1. Oracle9i-Java-Stored-Procedure

    0下载:
  2. The Oracle JVM has all the features you need to build a new generation of enterprise-wide applications at a low cost. Chief among those features are stored procedures, which open the Oracle RDBMS to all Java programmers. With stored procedures,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:225.03kb
    • 提供者:zxy
  1. tongxunbo

    0下载:
  2. java语言编写的通讯薄,用到的是oracle数据库,用到了存储过程,及java调用。-java oracle stored procedure
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6.56mb
    • 提供者:刘华
  1. ctbooktype

    0下载:
  2. 描述通过Hibernate框架实现对Oracle数据库中存储过程的调用方法实现,并通过JSP/SERVLET来显示实现的效果-Achieved through the Hibernate framework described in the Oracle database stored procedure call method, and through the JSP/SERVLET to achieve the effect shown
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-24
    • 文件大小:3.07mb
    • 提供者:谌通
  1. StoredProcedure

    0下载:
  2. Spring + Struts + hibernate + oracle中调用存储过程实例。-Stored procedure in ssh2
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1.48mb
    • 提供者:于一龙
  1. TestProcedure

    0下载:
  2. 将oracle数据库中的procedure 在java中进行调用的源码-for oracle procedure used in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:635byte
    • 提供者:米米
  1. USEORACLE

    0下载:
  2. 多线程处理Oracle数据库的例子,Java多线程处理Oracle 数据库,Oracle 数据库由于功能强大,适应范围广受到越来越多用户的欢迎,尤其在大规模数据库应用中使用极为广泛。采用多线程技术来处理Oracle 数据库能使对数据库的操作更为快捷。本Java实例了利用多线程从oracle 数据库中取函数、存储过程、包的源代码的功能。   运行程序,先在界面上输入如下必要信息:   (1)、数据库用户名称(user);   (2)、数据库用户密码(password);  
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:jpudn32
  1. NewsManager

    0下载:
  2. 1.本程序为学习struts的朋友提供一个例子。 2.本程序部分实现AJAX功能,采用DWR框架。 3.程序运行环境为MYECLIPSE 5.0 + TOMACT 5.5 + ORACLE 9i-1 This procedure for learning struts friends provide an example. 2 of the program to achieve AJAX functionality, using DWR framework.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-18
    • 文件大小:4.74mb
    • 提供者:奥特曼
  1. GXGL

    1下载:
  2. Javaweb+Oracle实现的高校管理系统,数据库部分由Oracle存储过程完成.-Javaweb+ Oracle implementation of the management system in colleges and universities, the part performed by the Oracle stored procedure.
  3. 所属分类:Java Develop

    • 发布日期:2016-10-24
    • 文件大小:5.87mb
    • 提供者:雷超林
搜珍网 www.dssz.com