代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/280525/10325157
cls class_system.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/425035/10385626
cpp seh_c.cpp
#pragma warning (disable: 4723)
#include
#include
using namespace std;
int main (int argc, char *argv[])
{
__try
{
int a=0,b=456;
a=b/a;
www.eeworm.com/read/160793/10499233
asm dehuff.asm
; TEXAS INSTRUMENTS FRANCE
; Wireless Communication Applications / ASP
;
;
;
;
;
;
; ASM Code Module of the jpdvld.asm
;
;
;
;
;
;
;
;Archives: \jpd
www.eeworm.com/read/349709/10803126
sql createuser.sql
/*
* CreateUser.sql
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This script creates the plsql user for chapter 8
* examples. You mus
www.eeworm.com/read/349709/10803180
sql createuser.sql
/*
* CreateUser.sql
* Chapter 8, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, and Scott Urman
*
* This script creates the plsql user for chapter 8
* examples. You mus
www.eeworm.com/read/419054/10888224
pck pkg_ken_dm.pck
create or replace package PKG_KEN_DM is
-- Author : Mao,Xufei
-- Created : 2006-5-31 19:11:40
-- Purpose :
-- Public variable declarations
g_SystemDt date := sysdate;
-- Public t