代码搜索:trigger

找到约 3,730 项符合「trigger」的源代码

代码结果 3,730
www.eeworm.com/read/121370/14758549

c sysini.c

#include #include #include #include void MCU_Init(void) { TMOD = 0x21; // T1:Mode 2(8-bit), T0:Mode 1(16Bit) TH0 = TIMER_1ms_H; TL0 = TIM
www.eeworm.com/read/121333/14759627

c sysini.c

#include #include #include #include void MCU_Init(void) { TMOD = 0x21; // T1:Mode 2(8-bit), T0:Mode 1(16Bit) TH0 = TIMER_1ms_H; TL0 =
www.eeworm.com/read/115293/15019091

sql 触发器2.sql

--如果在XS表中添加或更改数据库,则向客户端显示一条信息 use XSCj go if exists(select name from sysobjects where name='reminder' and type='TR') drop trigger reminder go create trigger reminder on xs for inse
www.eeworm.com/read/213723/15127326

c msp430xg46x_dma_04.c

//****************************************************************************** // MSP430xG461x Demo - DMA0, Block Mode UART1 9600, ACLK // // Description: DMA0 is used to transfer a string as
www.eeworm.com/read/211777/15174038

log apd.log

Time Type SubType Data OtherData ---- ---- ------- ---- --------- 00003084 dispatch writecom 0008 2[03][01]0[00][05][81][F9] 00003114 dispatch readcom
www.eeworm.com/read/209748/15214781

c fet140_dma_13.c

//****************************************************************************** // MSP-FET430P140 Demo - DMA0/1/2, USART0 UART 9600 Full-Duplex Transcvr, ACLK // // Description: UART0 communicat
www.eeworm.com/read/209748/15214787

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/209748/15214838

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/209748/15214852

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/173141/5378851

sql triggerbeforetrig.sql

-- -- Consolidated BEFORE trigger tests from all trigger tests. -- The following tests moved from TriggerValidate.sql to here. create table x (x int, constraint ck check (x > 0)); create table unrel