代码搜索:Message

找到约 10,000 项符合「Message」的源代码

代码结果 10,000
www.eeworm.com/read/251355/4421524

php message.php

www.eeworm.com/read/251355/4421585

php message.php

www.eeworm.com/read/250835/4426248

jsp message.jsp

www.eeworm.com/read/250753/4427178

java message.java

// Message.java // Message represents an object that can be sent to an IMPeer; // contains the sender and content of the message. package com.deitel.advjhtp1.jini.IM; // Java core package impor
www.eeworm.com/read/250243/4436869

c message.c

/* * Copyright (c) Eicon Networks, 2002. * This source file is supplied for the use with Eicon Networks range of DIVA Server Adapters. * Eicon File Revision : 2.1 * This program is f
www.eeworm.com/read/250243/4436933

h message.h

/* $Id: message.h,v 1.1.10.1 2001/09/23 22:24:59 kai Exp $ * * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * structures, macros and defines useful for sending * messages to the adap
www.eeworm.com/read/250243/4436947

c message.c

/* $Id: message.c,v 1.5.8.2 2001/09/23 22:24:59 kai Exp $ * * functions for sending and receiving control messages * * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * This software m
www.eeworm.com/read/250243/4437802

c message.c

/* * message.c - synchronous message handling */ #include #ifdef CONFIG_USB_DEBUG #define DEBUG #else #undef DEBUG #endif #include /* for scatterlist macros */ #i
www.eeworm.com/read/250045/4442494

java message.java

package http; public class Message { private String to; private String subject; private String content; public Message() { } public Message(String to, String subject, String content) { this
www.eeworm.com/read/249830/4445494

java message.java

package com.jim.net; import java.io.Serializable; import java.util.Date; /** * 封装在客户端之间传递的消息。 * */ public class Message implements Serializable{ /** * 用于序列化。 */ private static