代码搜索:Notify

找到约 4,184 项符合「Notify」的源代码

代码结果 4,184
www.eeworm.com/read/115359/15016208

txt changes.txt

Asylum v0.1.4 (Fearless Edition) Changes: * New GUI for Client/EditServer * Modified Client, EditServer and Server (undetectable) * Fixed ICQ notify in server (uses new pager method/url) * Adde
www.eeworm.com/read/250753/4427020

java entrylistener.java

// EntryListener.java // This class defines the listener for the NotifyOperation // application. package com.deitel.advjhtp1.javaspace.notify; // Jini core packages import net.jini.core.event.*
www.eeworm.com/read/249104/4457214

java~7~ client.java~7~

package securitysystem; public class client { public static void main(String[] args) { Area a=new Area("office Room "); Warehouse b=new Warehouse("warhouse A"); a.notify(200,new Tempera
www.eeworm.com/read/249104/4457280

java~6~ client.java~6~

package securitysystem; public class client { public static void main(String[] args) { Area a=new Area("office Room "); Warehouse b=new Warehouse("warhouse A"); a.notify(200,new Tempera
www.eeworm.com/read/248803/4463354

java pkstatus.java

package com.swing.game.crystal.utils; public interface PKStatus { /** * user A send data to notify server that he want to fight with user B */ public static final int INITIAL = 0;
www.eeworm.com/read/208524/4992388

java signoutevent.java

/* */ package org.impact.stars.control.event; import java.io.Serializable; /** * This event is sent from the web tier to the EJB Controller to notify * the EJB Controller that a user has logged o
www.eeworm.com/read/197436/5096850

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by TestMci.rc // #define IDC_MAIN_EDIT 1000 #define IDC_NOTIFY_MESSAGE 1005 #de
www.eeworm.com/read/183581/5254196

java datasharewn_ex.java

class Sharevalue{ private int value; private boolean empty=true; synchronized void putvalue(int v){ value=value+v; empty=false; notify(); } synchronized int getvalue(int v){
www.eeworm.com/read/183001/5260172

c testlibpq2.c

/* * testlibpq2.c * Test of the asynchronous notification interface * * Start this program, then from psql in another window do * NOTIFY TBL2; * Repeat four times to get this program to exit.
www.eeworm.com/read/170988/5401353

cpp driverentry.cpp

// Main program for notify driver // Copyright (C) 2001 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" NTSTATUS AddDevice(IN PDRIVER_OBJECT DriverObject