代码搜索:Notify
找到约 4,184 项符合「Notify」的源代码
代码结果 4,184
www.eeworm.com/read/102995/6224514
cpp readwrite.cpp
// Read/Write request processors for notify driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
///////////////////////////////////////
www.eeworm.com/read/253249/12236086
txt version_4.txt
PWLX_USE_CTRL_ALT_DEL WlxUseCtrlAltDel;
PWLX_SET_CONTEXT_POINTER WlxSetContextPointer;
PWLX_SAS_NOTIFY WlxSasNotify;
PWLX_SET_TIMEOUT
www.eeworm.com/read/115226/15021174
js makenewapp.js
function Notify( str )
{
if ( typeof WScript != "undefined" )
WScript.Echo( str );
else
alert( str );
}
function PreProcessor()
{
this.env = {};
this.defEnv = {};
this.includeStack = [true
www.eeworm.com/read/486755/1247331
java banking.java
package examples.threads.bank;
/**
* A class to demonstrate wait and notify methods
*/
public class Banking {
/** The test method for the class
* @param args[0] Time in seconds fo
www.eeworm.com/read/486755/1247334
java bankaccount.java
package examples.threads.bank;
/** A class to demonstrate wait and notify methods
*/
public class BankAccount {
private int balance = 0;
private boolean isOpen = true;
/** The method
www.eeworm.com/read/208214/4995067
m ttnotify.m
% TTNOTIFY Notify the highest-priority task waiting for an event.
%
% Usage: ttNotify(eventname)
%
% Inputs:
% eventname Name of an event.
%
% See also TTCREATEEVENT, TTWAIT, TTNOTIFY
www.eeworm.com/read/184442/5249291
m ttnotify.m
% TTNOTIFY Notify the highest-priority task waiting for an event.
%
% Usage: ttNotify(eventname)
%
% Inputs:
% eventname Name of an event.
%
% See also TTCREATEEVENT, TTWAIT, TTNOTIFY
www.eeworm.com/read/183266/5257269
java notifybeanlocal.java
/*
* Generated by XDoclet - Do not edit!
*/
package com.liuyang.jboss.sessionbean.notify.ejb;
/**
* Local interface for NotifyBean.
* @author
*/
public interface NotifyBeanLocal
extends java
www.eeworm.com/read/183266/5257273
java notifybeanlocalhome.java
/*
* Generated by XDoclet - Do not edit!
*/
package com.liuyang.jboss.sessionbean.notify.ejb;
/**
* Local home interface for NotifyBean.
* @author
*/
public interface NotifyBeanLocalHome
ext
www.eeworm.com/read/183001/5260355
sql errors.sql
--
-- ERRORS
--
-- bad in postquel, but ok in postsql
select 1;
--
-- UNSUPPORTED STUFF
-- doesn't work
-- notify pg_class
--
--
-- SELECT
-- missing relation name
select;
-- no such relati