代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/116725/14956842
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/116725/14956857
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/116725/14956912
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/116725/14957058
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/116725/14957122
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/116725/14957169
in makefile.in
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is
www.eeworm.com/read/210370/15200357
sql 12.1.1 创建与删除用户定义数据类型示例.sql
--下面的示例定义了两个数据类型,然后创建一个表引用定义的数据类型,最后删除它。
--定义数据类型
EXEC sp_addtype 'ut_sex','char(1)','null'
EXEC sp_addtype 'ut_age','int','null'
GO
--使用定义的数据类型
CREATE TABLE tb(
Name nvarchar(20),
SEX ut_se
www.eeworm.com/read/210370/15200360
sql 12.2.2 修改用户定义数据类型对已经编译的存储过程的影响的示例.sql
--添加用户定义的数据类型text
EXEC sp_addtype 'test','varchar(10)'
GO
--创建引用数据类型test的测试存储过程
CREATE PROC p_test
@test test
AS
SELECT @test
GO
--调用存储过程
EXEC p_test 'aa'
/*--结果
----------
aa
--*/
www.eeworm.com/read/207958/15256328
makefile
EXEC = can0
OBJS = can0.o
SRC = can0.c
INCLUDE = /linux-2.4.19-rmk7/include
CC = /usr/local/arm/2.95.3/bin/arm-linux-gcc
LD = arm-linux-ld
MODEFLAGS = -DMODULE -D__KERNEL__ -I$(INCLUDE) -g -Wall -Ws
www.eeworm.com/read/207736/15263223
c sink_w_delay2.pr.c
/* Process model C form file: sink_w_delay2.pr.c */
/* Portions of this file copyright 1992-2003 by OPNET Technologies, Inc. */
/* This variable carries the header into the object file */
con