代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/277933/4148544
sql 触发器.sql
use BookManager
GO
CREATE TRIGGER CHOOSE
on tblClassChsBook
INSTEAD OF insert
as
DECLARE @TakenNum int,@TrueTaken int,@BookId int ,@ClassId int
select @TakenNum=s.TakenNum,@TrueTaken=s.TrueTak
www.eeworm.com/read/273740/4197602
makefile
# File: drivers/irda/Makefile
#
# Makefile for the Linux IrDA infrared port device drivers.
#
# 9 Aug 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
www.eeworm.com/read/273662/4202040
py client.py
# This file was created automatically by SWIG.
# Don't modify this file, modify the SWIG interface instead.
# This file is compatible with both classic and new-style classes.
import _client
def _swi
www.eeworm.com/read/273662/4202041
py delta.py
# This file was created automatically by SWIG.
# Don't modify this file, modify the SWIG interface instead.
# This file is compatible with both classic and new-style classes.
import _delta
def _swig
www.eeworm.com/read/273662/4202053
py repos.py
# This file was created automatically by SWIG.
# Don't modify this file, modify the SWIG interface instead.
# This file is compatible with both classic and new-style classes.
import _repos
def _swig
www.eeworm.com/read/271376/4229040
java requestbrokerservlet.java
/**
* $Log: RequestBrokerServlet.java,v $
* Revision 1.6 2003/02/12 16:54:17 mwulff
* no deals with JndiProperties instead of LookupHandler
*
* Revision 1.5 2003/02/03 13:04:26 mwulff
www.eeworm.com/read/269603/4244629
keypad
// $Xorg: keypad,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
// Interpretations needed to implement the numeric keypad
// as an overlay instead of a modifier.
partial hidden xkb_compatibility "overlay"
www.eeworm.com/read/447892/1693807
contents
Contents of the UnZip 4.2 main archive (the "sub-archives" may be .arc
or .tar.Z instead of .zip, or even sub-directories):
Contents this file
README what UnZip is; general information (was unzip
www.eeworm.com/read/440906/1781723
c 20020303-1.c
/* With -fzero-initialized-in-bss, we made I a common symbol instead
of a symbol in the .bss section. Not only does that break semantics,
but a common symbol can't be weak. */
int i __attribu
www.eeworm.com/read/438717/1823414
py vinfo.py
#! /usr/bin/env python
# Print some info about a CMIF movie file
# Usage:
#
# Vinfo [-d] [-q] [-s] [-t] [file] ...
# Options:
#
# -d : print deltas between frames instead of frame times
# -