代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/108165/6185492
java schedulingtestsuite.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/493580/6395710
asm mouse.asm
TITLE " MOUSE "
LIST P=16C54,R=O
;
;*******************************************
;* *
;* MOUSE CONTROLLER *
;*
www.eeworm.com/read/493580/6395751
asm mouse.asm
TITLE " MOUSE "
LIST P=16C54,R=O
;
;*******************************************
;* *
;* MOUSE CONTROLLER *
;*
www.eeworm.com/read/492634/6417063
cs class1.cs
using System;
using System.IO;
using TaskScheduler;
namespace TestApp
{
///
/// Tester for the TaskScheduler library
///
class TestApp
{
static void Main(string
www.eeworm.com/read/492634/6417075
cs class1.cs
using System;
using System.IO;
using TaskScheduler;
namespace TestApp
{
///
/// Tester for the TaskScheduler library
///
class TestApp
{
static void Main(string
www.eeworm.com/read/492634/6417089
cs class1.cs
using System;
using System.IO;
using TaskScheduler;
namespace TestApp
{
///
/// Tester for the TaskScheduler library
///
class TestApp
{
static void Main(string
www.eeworm.com/read/492634/6417102
vb module1.vb
Imports TaskScheduler
Module Module1
Sub Main()
Dim sched As New Scheduler()
' Test task and trigger enumeration
Dim t As Task
For Each t In sched.Tasks
www.eeworm.com/read/492634/6417118
vb module1.vb
Imports TaskScheduler
Module Module1
Sub Main()
Dim sched As New Scheduler()
' Test task and trigger enumeration
Dim t As Task
For Each t In sched.Tasks
www.eeworm.com/read/492634/6417137
vb module1.vb
Imports TaskScheduler
Module Module1
Sub Main()
Dim sched As New Scheduler()
' Test task and trigger enumeration
Dim t As Task
For Each t In sched.Tasks
www.eeworm.com/read/488556/6489408
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 @税率编