-
数据库包括教材表
教材管理系统数据库设计
数据库包括教材表
教材管理系统数据库设计-database table including teaching materials database management system design
- 2022-03-28 20:31:18下载
- 积分:1
-
Campus e cartoon in database design and system page design, server
校园e卡通中数据库的设计和系统页面设计,实现服务器端数据库对交易的监视和记录的功能 -Campus e cartoon in database design and system page design, server-side database to realize the transaction monitor and record the functions of
- 2022-07-23 05:08:46下载
- 积分:1
-
二叉平衡树算法,包括二叉平衡树的数据结构定义、创建、插入、查找、删除、释放内存等方法。...
二叉平衡树算法,包括二叉平衡树的数据结构定义、创建、插入、查找、删除、释放内存等方法。-two forks balanced tree algorithms, including two forks balance tree data structure definition, create, insert, search, delete, release methods such as memory.
- 2022-05-28 02:14:50下载
- 积分:1
-
无向图的最小生成树程序,还不错哦~供大家分享,有文字说明...
无向图的最小生成树程序,还不错哦~供大家分享,有文字说明-Undirected graph of the minimum spanning tree procedure, but also good for your sharing ~ Oh, there are text
- 2022-08-05 11:30:08下载
- 积分:1
-
category nodes, providing a complete set of nodes Functions
节点类,提供了全套节点相关处理函数-category nodes, providing a complete set of nodes Functions
- 2022-03-20 16:54:00下载
- 积分:1
-
在线翻译程序
在线翻译程序-Online translation program
- 2022-03-04 03:36:38下载
- 积分:1
-
- 2022-04-28 07:23:49下载
- 积分:1
-
1.定义数据结构。
2.编写函数,实现插入排序算法。
3.编写函数,实现希尔排序或快速排序等效率较高的算法。...
1.定义数据结构。
2.编写函数,实现插入排序算法。
3.编写函数,实现希尔排序或快速排序等效率较高的算法。-1. Defined data structure. 2. Write a function to achieve insertion sort algorithm. 3. Write a function to achieve Hill sort or quick sort, etc. more efficient algorithms.
- 2022-06-26 20:02:41下载
- 积分:1
-
人事管理系统VC源码
登录的用户和密码均为RSK
人事管理系统VC源码
登录的用户和密码均为RSK-Personnel Management System VC FOSS users and login passwords are RSK
- 2023-08-16 14:00:03下载
- 积分:1
-
ORALCE JOB
存储过程sql:
create or replace procedure job_proc is
begin
--免费票状态修改 需修改ID
update O_2413 set attr_24131004="作废" where attr_24131004="已售";
--普通票状态修改 需修改ID
update O_2405 set attr_24051004="作废" where attr_24051004="已售";
--团体票状态修改 需修改ID
update O_2412 set attr_24121004="作废" where attr_24121004="已售";
end;
job的sql:
declare
job number;
begin
dbms_job.submit(job, "job_proc;", sysdate, "TRUNC(SYSDATE + 1)");
end;
- 2022-01-25 20:02:48下载
- 积分:1