-
studied VB Database Programming a small program
自己学VB时数据库编程的一个小程序-studied VB Database Programming a small program
- 2022-04-30 06:02:11下载
- 积分:1
-
镜头26102 i_plasma。中断
Shot 26102 I_plasma. Disruption
- 2023-05-23 07:10:03下载
- 积分:1
-
大整数乘法算法,可实现普通程序无法实现的大整数的相乘。算法简单,可作为数据结构与算法研究之用...
大整数乘法算法,可实现普通程序无法实现的大整数的相乘。算法简单,可作为数据结构与算法研究之用-Large integer multiplication algorithm, can be achieved can not be achieved with the ordinary procedure of the multiplication of large integers. Algorithm is simple and can be used as data structure and algorithm research
- 2022-06-17 08:14:30下载
- 积分: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
-
进销存管理系统
用sql sever 编制了一个数据库,delphi编制了操作界面,比较简单,可以通过这很好的学习delphi和数据库这块的内容,如sql 查询语言。
- 2022-01-25 19:24:51下载
- 积分:1
-
数据结构中线性表的合并链式实现,VC++实现的。
数据结构中线性表的合并链式实现,VC++实现的。-Data structure in linear chain realize the merger table, VC++ Achievable.
- 2022-10-17 07:40:03下载
- 积分:1
-
Visual.C.实践与提高数据库篇.pdf
大家参考下。
Visual.C.实践与提高数据库篇.pdf
大家参考下。-Visual.C. Practice and improve database articles. Pdf we refer to the following.
- 2022-08-13 12:01:34下载
- 积分:1
-
一个生成树的源码,不是很复杂,但是用什么来支付的…
一个生成树的源码,不是很复杂,但是用什么来支付数据结构的操作也可以
- 2022-11-14 17:50:03下载
- 积分:1
-
专业的数据库程序,大家可以用,希望大家可以帮忙。
专业数据库程序,人人都可以使用,希望可以给大家带来帮助。-Professional database program, everyone can use, I hope you can help.
- 2022-04-11 16:25:47下载
- 积分:1
-
一套采用php+mysql数据库方式运行的多用户网上商城系统,具有安全、负载量高,访问迅捷的特点,能与论坛、博客、CMS等系统整合并支持一站登陆。系统内置贝宝、...
一套采用php+mysql数据库方式运行的多用户网上商城系统,具有安全、负载量高,访问迅捷的特点,能与论坛、博客、CMS等系统整合并支持一站登陆。系统内置贝宝、支付宝、快钱等在线支付网关以及QQ、旺旺、雅虎通即时网络通讯工具.-Adopted a set of php+ Mysql database running multi-user online mall system with safe, high-load, quick visit to the features with forums, blog, CMS, such as systems integration and support the one-stop landing. PayPal embedded system, AliPay, quick money, such as online payment gateways, as well as QQ, Wangwang, Instant Messenger network communication tools.
- 2022-03-10 13:36:32下载
- 积分:1