代码搜索:Notify
找到约 4,184 项符合「Notify」的源代码
代码结果 4,184
www.eeworm.com/read/479983/6674298
cpp main.cpp
/********************************************************************
created: 2006/07/21
filename: Main.cpp
author: 李创
http://www.cppblog.com/converse/
purpose: Observer模
www.eeworm.com/read/478645/6712086
txt 分布式对话服务器的管理(3).txt
作者:运气
email: webmaster@chinaspx.com
日期:7/4/2001 1:41:45 PM
当添加或删除一个Memory对象时,经过同步的本地Mnemosyne对象需要对所有的Mnemosyne进行更新,可以通过notify()方法来完成这一任务。无论是发生write或take事件,Mnemosyne都会针对发生的事件调用适当的监听者的notify()方法。在s
www.eeworm.com/read/406757/11436235
htm 00000008.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: beity (老贝), 信区: Java
www.eeworm.com/read/406757/11436619
htm 00000006.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: KHP (人之初), 信区: Java
标
www.eeworm.com/read/261494/11641915
txt 分布式对话服务器的管理(3).txt
作者:运气
email: webmaster@chinaspx.com
日期:7/4/2001 1:41:45 PM
当添加或删除一个Memory对象时,经过同步的本地Mnemosyne对象需要对所有的Mnemosyne进行更新,可以通过notify()方法来完成这一任务。无论是发生write或take事件,Mnemosyne都会针对发生的事件调用适当的监听者的notify()方法。在s
www.eeworm.com/read/344239/11896180
java notifyvsnotifyall.java
//: concurrency/NotifyVsNotifyAll.java
import java.util.concurrent.*;
import java.util.*;
class Blocker {
synchronized void waitingCall() {
try {
while(!Thread.interrupted()) {
www.eeworm.com/read/344114/11908307
cpp main.cpp
/********************************************************************
created: 2006/07/21
filename: Main.cpp
author: 李创
http://www.cppblog.com/converse/
purpose: Observer模
www.eeworm.com/read/255382/12084271
cpp main.cpp
/********************************************************************
created: 2006/07/21
filename: Main.cpp
author: 李创
http://www.cppblog.com/converse/
purpose: Observer模
www.eeworm.com/read/340601/12145619
cs hostsocket.cs
using System;
using System.Collections;
using System.Text;
using System.Threading;
using System.Net;
using System.Net.Sockets;
using System.IO;
namespace CS_CATHost
{
// Socket notifi
www.eeworm.com/read/340601/12145636
cs mysync_hostsocket.cs
using System;
using System.Collections;
using System.Text;
using System.Threading;
using System.Net;
using System.Net.Sockets;
using System.IO;
namespace CS_CATHost
{
// Socket notifi