代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/358237/2993398
java message.java
/*
* Copyright (c) 1998-2003 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* no
www.eeworm.com/read/358237/2995763
java message.java
/*
* Copyright (c) 1998-2008 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* no
www.eeworm.com/read/358237/2996109
java message.java
/*
* Copyright (c) 1998-2008 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* no
www.eeworm.com/read/358237/2998584
tld message.tld
1.0
2.0
message
message
example.taglib.MessageTag
www.eeworm.com/read/358128/2999765
pm message.pm
package HTTP::Message;
# $Id: Message.pm,v 1.57 2005/02/18 20:29:01 gisle Exp $
use strict;
use vars qw($VERSION $AUTOLOAD);
$VERSION = sprintf("%d.%02d", q$Revision: 1.57 $ =~ /(\d+)\.(\d+)/);
req
www.eeworm.com/read/358128/3001226
pm message.pm
package Log::Message;
use strict;
use Params::Check qw[check];
use Log::Message::Item;
use Log::Message::Config;
use Locale::Maketext::Simple Style => 'gettext';
local $Params::Check::VERBOSE = 1;
www.eeworm.com/read/358104/3006249
h message.h
/* $Id: message.h,v 1.59 2001/08/23 17:00:47 jm Exp $
* Message structures and code defines for agent advertisment and registration
*
* Dynamic hierarchial IP tunnel
* Copyright (C) 1998-2001, Dyn
www.eeworm.com/read/357946/3010100
java message.java
package com.j2medev.chapter5;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
public class Message {
//定义type的常量
public static final int
www.eeworm.com/read/357946/3010105
java message.java
package com.j2medev.chapter5;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
public class Message {
//定义type的常量
public static final int
www.eeworm.com/read/357507/3015112
java message.java
package smoker.tools;
import java.io.*;
public class Message implements Serializable{
public static final long serialVersionUID = 0;
private int type;
private Object data;
public Mes