代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/134443/13990724
c trigger.c
/*
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and
www.eeworm.com/read/133359/14047217
sql trigger.sql
--创建一个触发器,实现当用户退票的时候,向退款表refundment--
--中插入退款的所需的信息,规定退款金额为票价的80%--
SQL>@D:\schoolwork\数据库\第二次实验\trigger.sql;
create or replace trigger ReturnATicket before delete on speakfor
for each row
begin
www.eeworm.com/read/235820/14051032
h trigger.h
/*
trigger.h
Trigger interface.
Copyright (c) 2000 Dug Song
$Id: trigger.h,v 1.4 2000/11/19 21:39:40 dugsong Exp $
*/
#ifndef TRIGGER_H
#define TRIGGER_H
#define
www.eeworm.com/read/235820/14051168
c trigger.c
/*
trigger.c
Copyright (c) 2000 Dug Song
$Id: trigger.c,v 1.19 2000/11/19 21:44:29 dugsong Exp $
*/
#include "config.h"
#include
#include
#in
www.eeworm.com/read/205013/15329915
c trigger.c
/*
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and
www.eeworm.com/read/100265/15879271
pl trigger.pl
%Triggers = ();
sub trigscan {
my ($t, $a);
foreach $t (keys %Triggers) {
next unless /$t/ && $Triggers{$t}->[1];
foreach $a (split /;/, $Triggers{$t}->[0]) {
mcl_send($a);
}
www.eeworm.com/read/428438/8869244
png signal_trigger.png
www.eeworm.com/read/184772/9077421
test trigger3.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth
www.eeworm.com/read/184772/9077488
test trigger5.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth
www.eeworm.com/read/184772/9077503
test trigger2.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth