代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/441040/1772772
java message.java
/*
* Message.java
*
* Created on 2004年12月23日, 上午10:24
* 这个类封装了Message消息
*
*/
package com.mg.admin;
import java.io.*;
import java.util.*;
import org.jdom.*;
import org.jdom.input.*;
import org.
www.eeworm.com/read/440226/1799272
cc message.cc
//
// message.cc : Message and Filters' factories
// authors : Fabio Silva
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: message.cc,v 1.5 2002/11/26 22:45:39
www.eeworm.com/read/440226/1799278
hh message.hh
//
// message.hh : Message definitions
// authors : Fabio Silva
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: message.hh,v 1.6 2002/11/26 22:45:40 haldar Exp
www.eeworm.com/read/439451/1806012
java message.java
package onlyfun.caterpillar;
public class Message {
private String text;
public Message(String newtext) {
text = newtext;
if (text.length() > 256) {
text = text
www.eeworm.com/read/438789/1822118
java message.java
package com.cxz.httpchat.message;
import java.util.Date;
public class Message {
private Integer from;
private String content;
private Date date;
public String getContent() {
ret
www.eeworm.com/read/438329/1825975
properties message.properties
# US English Message file for Net components
# ## Internal [ 0, 19]
GOT_MINUS_ONE=Got minus one from a read call
ASSERTION_FAILED=Internal Error
# ## NT Errors [ 20, 99]
NT_CONNECTION_