代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/361109/2953136
java message.java
package org.sunxin.guestbook.beans;
import java.io.Serializable;
public class Message implements Serializable
{
//留言的用户名。
private String username;
//留言的主题。
private String ti
www.eeworm.com/read/360194/2967212
java message.java
/*
* Copyright 1999-2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following
www.eeworm.com/read/359502/2976091
java message.java
// SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2008, Thanasi
www.eeworm.com/read/358503/2985574
h message.h
// Message.h: interface for the CMessage class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MESSAGE_H__A0DEE46E_8D70_4E1D_B26A_A7CA33DCFE07__INCLUDE
www.eeworm.com/read/358503/2985592
cpp message.cpp
// Message.cpp: implementation of the CMessage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ChatClient.h"
#include "Message.h"
www.eeworm.com/read/358503/2985606
h message.h
// Message.h: interface for the CMessage class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MESSAGE_H__A0DEE46E_8D70_4E1D_B26A_A7CA33DCFE07__INCLUDE
www.eeworm.com/read/358503/2985620
cpp message.cpp
// Message.cpp: implementation of the CMessage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ChatSrvr.h"
#include "Message.h"
www.eeworm.com/read/358316/2986096
java message.java
package org.sunxin.guestbook.beans;
import java.io.Serializable;
public class Message implements Serializable
{
//留言的用户名。
private String username;
//留言的主题。
private String ti
www.eeworm.com/read/358243/2990108
java message.java
/*
* @(#)Message.java 1.12 05/11/17
*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.sun.corba.se.im
www.eeworm.com/read/358243/2991713
java message.java
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y