-
berkeley db 数据库中的动态链接库文件,具体使用可以参看4.2.20版本中的相关介绍...
berkeley db 数据库中的动态链接库文件,具体使用可以参看4.2.20版本中的相关介绍-berkeley db database
- 2022-03-19 21:45:05下载
- 积分:1
-
VB程序的电话号码了
VB做的电话号码查询程序-VB done for the telephone number of procedures
- 2022-04-14 14:32:46下载
- 积分:1
-
sql 语句大全,各种语句都能够查得到
sql 语句大全,各种语句都能够查得到-sql
- 2022-02-03 23:18:14下载
- 积分:1
-
B超管理系统
原创delphi开发的B超管理系统.WINDOWS下开发的B超图象管理系统MEDIWS系统,使用低成本视频图象采集卡及其驱动程序、新颖的JPEG压缩算法、完善的报告编辑环境等技术
- 2023-04-26 01:05:06下载
- 积分:1
-
数据结构大作业:miniStack类的设计
数据结构大作业:miniStack类的设计-Data structure homework: miniStack Class design
- 2022-08-22 21:18:54下载
- 积分:1
-
a project management procedures. I graduated from the Design
一个工程管理程序!我的毕业设计-a project management procedures. I graduated from the Design
- 2023-06-27 14:25: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
-
Excel VBA与数据库(Access)整合笔记.关于vba编程数据库方面的内容...
Excel VBA与数据库(Access)整合笔记.关于vba编程数据库方面的内容-Excel VBA and a database (Access) Notes integration. Vba programming on the contents of database
- 2022-06-14 03:15:15下载
- 积分:1
-
an improved Boyer
一种改进的Boyer-Moore的字符串查找算法,并封装到类-an improved Boyer- Moore string search algorithms, and type of packaging
- 2022-03-22 09:29:48下载
- 积分:1
-
这个程序主要是实现检查是否抄袭作业,它可以打开txt格式的文件,然后检查在所有存的文件中是否有雷同的,用了命令行参数和数据结构算法,很适合学习c++人做参考
这个程序主要是实现检查是否抄袭作业,它可以打开txt格式的文件,然后检查在所有存的文件中是否有雷同的,用了命令行参数和数据结构算法,很适合学习c++人做参考-This program is mainly to achieve check copying operation, it can open the txt file format, and then check whether all documents are kept identical, with the command line parameters and data structure algorithms, well suited to learning c++ People to do reference
- 2022-07-19 18:04:18下载
- 积分:1