代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/488556/6489467
sql tri_物料与供应商.sql
IF EXISTS (SELECT NAME FROM SYSOBJECTS WHERE NAME='TRI_物料与供应商' AND TYPE='TR')
DROP TRIGGER TRI_物料与供应商
GO
CREATE TRIGGER [TRI_物料与供应商] ON [dbo].[物料与供应商对照表]
FOR INSERT, UPDATE, DELETE
AS
DECLARE
www.eeworm.com/read/486629/6537150
c fet140_dma_15.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 SPI 3-Wire SPI Slave P1.x Exchange
//
// Description: SPI Master communi
www.eeworm.com/read/486629/6537202
c fet140_dma_16.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART1 SPI 3-Wire Master P1.x Exchange
//
// Description: SPI Master communicat
www.eeworm.com/read/486629/6537215
c fet140_dma_14.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 SPI 3-Wire SPI Master P1.x Exchange
//
// Description: SPI Master commun
www.eeworm.com/read/483233/6601440
txt objecttracking.m.txt
function kalman()
clear,clc
%***********Real Time************************
%vid = videoinput('winvideo', 1,'RGB24_320x240');
vid = videoinput('winvideo', 1);
set(vid,'FramesPerTrigge
www.eeworm.com/read/481567/6643510
html lang_droptrigger.html
SQLite Query Language: DROP TRIGGER
body {
margin: au
www.eeworm.com/read/478833/6704565
txt 14.txt
create trigger biufer_emp_empno
before insert or update
of empno
on emp
referencing old as old_value
new as new_value
for each row
when(new_value.empno7782)
begin
:new_value.
www.eeworm.com/read/478608/6710707
txt sql2005更新工资触发器.txt
CREATE TRIGGER 更新工资
on 基本档案
FOR UPDATE
AS
DECLARE @MyID CHAR(50)
DECLARE @MySalary float
SELECT @MyID=员工编号 FROM INSERTED
SELECT @MySalary=基本工资 FROM INSERTED
Update 工资核算表 Set 基本工资=@MySalary
www.eeworm.com/read/264907/11295036
c irq.c
/*****************************************************************************
* irq.c: Interrupt handler C file for Philips LPC230x Family Microprocessors
*
* Copyright(C) 2006, Philips Sem