-
财务报销管理系统
真实财务报销管理系统源代码。使用strust和hibernate开发。运用了动态表格,可以动态自动生成表格。oracle数据库,tomcat服务器,myeclipse开发。
- 2022-08-05 16:06:20下载
- 积分:1
-
图书管理系统
基于Oracle数据库,图书管理系统,主要分为系统管理员添加修改学生信息等,学生查询相关图书信息和借阅信息。
- 2022-01-25 14:01:03下载
- 积分:1
-
oracle 10gr2 asm on windows and unix
oracle 10gr2 asm on windows and unix
- 2022-03-19 13:40:45下载
- 积分:1
-
家庭财务管理系统(连接oracle数据库在控制台输出的crud)
本项目用的是java代码实现,是我在学习java框架之前,学习的一次练手。
主要内容是:家庭财务管理系统的crud,连接的是orcle数据库,输出效果是在控制台console输出.
- 2022-03-21 12:47:53下载
- 积分:1
-
访问oracle 数据库的oci (VC)封装,使用起来非常简单。
访问oracle 数据库的oci (VC)封装,使用起来非常简单。-visit oracle database columns (VC) Packaging, it is very simple to use.
- 2022-08-09 21:21:43下载
- 积分:1
-
Mydll
操作ORACLE和SQL BASE的封装类,并提供了相应的接口(Operation ORACLE and SQL BASE package type, and provides the corresponding interface)
- 2007-09-30 09:09:07下载
- 积分:1
-
Oracle 高性能计算时间差函数,
在百亿数据中可急速计算两个时间的时差
- 2022-03-01 20:53:22下载
- 积分:1
-
Enterprise Resource Planning (ERP)
企业资源规划(ERP)是一个软件应用程序,它将许多功能结合在一起,包括管理、会计、客户、库存、销售、采购、工资单、招聘和报告、分析和查看的好处。ERP HRMS允许管理员,员工和人力资源部利用他们的资源在公司内执行各种操作员工编号。合并人力资源管理作为一门学科,尤其是它在信息技术领域的基本人力资源活动和过程,然而,数据处理系统的规划和编程已演变成企业资源规划的标准化例程和程序包。
- 2022-03-18 16:00:23下载
- 积分:1
-
4, the preparation of a process. Requirements: have an input parameter and an ou...
4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。
Create table tab_student
(sno char(8),
sname varchar2(20),
age integer,
province varchar2(60),
sex char(4))
insert into tab_student values(‘001’,’zhou’,20,’江苏徐州’,’男’)
上述表已经创建,只需针对此表编写即可。
-4, the preparation of a process. Requirements: have an input parameter and an output parameter, the process which must be custom exception. From the student table (tab_student) to find places to comply with the specified number of values equal to the input parameters, and then will find the names of the students entrusted to output parameters, if there is no eligible trigger abnormal value. Create table tab_student (sno char (8), sname varchar2 (20), age integer, province varchar2 (60), sex char (4)) insert into tab_student values (
- 2022-04-19 01:29:02下载
- 积分:1
-
创建序列
CREATE SEQUENCE seq_UserInfo
START WITH 1
INCREMENT BY 1
MAXVALUE 999999
MINVALUE 0
CYCLE
CACHE 10;
- 2022-02-01 02:53:03下载
- 积分:1