代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/460320/7253885
txt netstat.txt
Part 1:netstat
# How many TCP connections did your program execute, and does the number match the TCP counters?
Answer: one TCP connection execute,and this number match the TCP counter.
# W
www.eeworm.com/read/377453/9275801
v s_unit.v
// hds header_start
// hds header_end
`timescale 1ns/10ps
module S_Unit(
SUB_RE,
DC_W_Src2inv,
SSHL_SHL,
//SSHL_EXT,
SSHL_SHL_EXT,
SSHL_SHL_Src2Type,
SHR_Src2Type_U,
SHR_SSHL,
SHR_Src2Type,
EXT_DC_
www.eeworm.com/read/421420/10737087
txt 动态sql.txt
declare
str1 varchar2(1000);
p_id varchar2(10);
v_SNAME varchar2(20);
v_SAGE number;
Begin
str1:='create table t1 (t varchar2(10))';
execute immediate str1;
str1:='insert into
www.eeworm.com/read/421420/10737089
txt 动态sql.txt
declare
str1 varchar2(1000);
p_id varchar2(10);
v_SNAME varchar2(20);
v_SAGE number;
Begin
str1:='create table t1 (t varchar2(10))';
execute immediate str1;
str1:='insert into
www.eeworm.com/read/419054/10888205
prc prc_nrc.prc
create or replace procedure prc_nrc(l_Release IN VARCHAR2) as
l_CommitCount number(10) := 0;
l_ServerID EXTERNAL_ID_ACCT_MAP.server_id%TYPE; --服务器标识
l_AccountNo EXTERNAL_I