代码搜索:changed
找到约 10,000 项符合「changed」的源代码
代码结果 10,000
www.eeworm.com/read/241364/13151569
trg department.trg
CREATE OR REPLACE TRIGGER DEPARTMENT_bir
BEFORE INSERT ON DEPARTMENT
FOR EACH ROW
DECLARE
BEGIN
IF :NEW.DEPARTMENT_ID IS NULL
THEN
:NEW.DEPARTMENT_ID := DEPARTMENT_CP.next_key;
www.eeworm.com/read/241364/13151577
trg employee.trg
CREATE OR REPLACE TRIGGER EMPLOYEE_bir
BEFORE INSERT ON EMPLOYEE
FOR EACH ROW
DECLARE
BEGIN
IF :NEW.EMPLOYEE_ID IS NULL
THEN
:NEW.EMPLOYEE_ID := EMPLOYEE_CP.next_key;
END IF
www.eeworm.com/read/173078/5380386
c pppoe.c
#include "configuration.h"
#include "semLib.h"
#include "ipphonePPPoE.h"
extern SEM_ID g_sem_pppoe_manulstartflag;
extern int pppoeStatus;
int getIfPPPoE()
{
return (phoneconfig.conf_netwo
www.eeworm.com/read/288078/8653136
cpp polylineobject.cpp
/*
This file is part of SWAIN (http://sourceforge.net/projects/swain).
Copyright (C) 2006 Daniel Lindstr鰉 and Daniel Nilsson
This program is free software; you can redistribute it and/or
modify
www.eeworm.com/read/186396/8934923
txt changes.txt
ver 111:
Fixed bug where using 12 am or 12 pm would change the task date to 11/30/1999 (Bug# 749490)
Also if the current hour of the day is 12, the task assign forms reflects the proper time now.
The
www.eeworm.com/read/383271/8958605
v eth_random.v
//////////////////////////////////////////////////////////////////////
//// ////
//// eth_random.v
www.eeworm.com/read/383271/8958613
v eth_shiftreg.v
//////////////////////////////////////////////////////////////////////
//// ////
//// eth_shiftreg.v
www.eeworm.com/read/185622/8998321
txt rfc470.txt
Network Working Group Bob Thomas
Request for Comments: #470 BBN - TENEX
NIC #14799
www.eeworm.com/read/382546/9021660
txt reason.txt
Reason Report
1. In the class Category:
vector sub_categories;
changed into
set sub_categories;
The reason: The STL set container stores unique items i
www.eeworm.com/read/183756/9141800
c stdiolib.c
/* stdioLib.c - standard I/O library */
/* Copyright 1984-1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02j,10feb97,tam reclaimed resource