代码搜索:execute

找到约 10,000 项符合「execute」的源代码

代码结果 10,000
www.eeworm.com/read/150905/12249425

m getmapping_file.m

%GETMAPPING_FILE Get mapping_file field in mapping % % MAPPING_FILE = GETMAPPING_FILE(W) % % MAPPING_FILE is the file that will execute the mapping in a call % as A*W or MAP(A,W).
www.eeworm.com/read/252580/12274753

asp delete.asp

www.eeworm.com/read/150091/12314578

txt 说明.txt

看到很多朋友在寻求多线程网络传输代码,为此,从我开发的网络棋牌游戏中整理出这个献给大家:) 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以 ...
www.eeworm.com/read/149739/12353727

m getmapping_file.m

%GETMAPPING_FILE Get mapping_file field in mapping % % MAPPING_FILE = GETMAPPING_FILE(W) % % MAPPING_FILE is the file that will execute the mapping in a call % as A*W or MAP(A,W).
www.eeworm.com/read/149689/12357590

pas selezionadir.pas

unit selezionadir; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, FileCtrl, StdCtrls, Buttons; type TSeleziona_directory = class(TForm)
www.eeworm.com/read/251197/12358230

sql 1.stock_table.sql

/*==============================================================*/ /* Database name: 仓库信息管理系统 */ /* DBMS name: Microsoft SQL Server 2000 */ /* C
www.eeworm.com/read/250618/12396334

plg blinky.plg

礦ision3 Build Log Project: E:\资料\arm7例子\keil_project\Blinky\Blinky.uv2 Project File Date: 04/21/2007 Output: Build target 'LPC2100' assemblin
www.eeworm.com/read/130966/14165044

asm dirs.asm

; DIRS.ASM ; (c) 1989, 1990 Ashok P. Nadkarni ; ;This module implements the directory stack feature of the cmdedit program. INCLUDE ascii.inc INCLUDE common.inc INCLUDE general.inc INCLUD
www.eeworm.com/read/129856/14222118

asp newsweb.asp

.3dfont { FILTER: glow(color=ffffff,strength=0) shadow(color=aaaaaa,direction:135); POSITION:
www.eeworm.com/read/126803/14402211

sql 调用带参数的存储过程.sql

--调用带参数的存储过程 --定义变量获取输出 use pubs declare @bcount int --执行存储过程 execute up_get_books_count 'business', @bcount output --显示输出结果 select @bcount