代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5527285
x mzero2.x
# freebsd sets up the fpu with a different precision control which causes
# this test to "fail".
if { [istarget "i?86-*-freebsd*\[123\]\.*"] } {
set torture_execute_xfail "i?86-*-freebsd*"
}
return 0
www.eeworm.com/read/162614/5529997
exp tree-prof.exp
# Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License a
www.eeworm.com/read/162614/5536845
java invoke_from_inner.java
// This test case once showed that `f[0].execute(x)' woudln't be
// expanded properly, attempting to retrieve this$0 to be used in
// place of `f[0]'.
abstract class A {
abstract public void exec
www.eeworm.com/read/162519/5546377
java invoke_from_inner.java
// This test case once showed that `f[0].execute(x)' woudln't be
// expanded properly, attempting to retrieve this$0 to be used in
// place of `f[0]'.
abstract class A {
abstract public void exec
www.eeworm.com/read/475606/6774217
txt 实例——拷贝数据库表.txt
procedure TForm1. BatchMoveBtnClick(Sender: TObject);
begin
if Source_Query.Active = False then
Exit;
//如果不能获取活动的查询数据集,则终止传送操作
if SaveDialog1.Execute then
begin
Destinatio
www.eeworm.com/read/472566/6870728
sql 8-3.sql
USE Educational
GO
EXECUTE spStuGrade_Class_term '030501', 5 /* 030501班第5学期 */
/* 或 */
USE Educational
GO
DECLARE @Class CHAR(8) /* 声明变量 */
DECLARE @Term TINYINT
set @Class = '030501'
www.eeworm.com/read/392414/8344226
c login_bak.c
/*#include
#include
#include
*/
#include // malloc
#include
#include "../include/structs.h"
#include "../include/stddef.h"
void mysig(int sig);
www.eeworm.com/read/174346/9592477
frm frmrecstore.frm
VERSION 5.00
Begin VB.Form frmRecStore
BorderStyle = 3 'Fixed Dialog
Caption = "库存轧账"
ClientHeight = 3315
ClientLeft = 45
ClientTop = 330