代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/363186/2922407
java message.java
/**
* simulator/Message.java
*/
package simulator;
import java.util.ArrayList;
/**
* A Message send by one node, to be delivered to another node.
*/
public class Message
{
protected int id = 0;
www.eeworm.com/read/363057/2923074
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/363037/2923494
cs message.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
///
/// A automation element that holds one or more sub-elements containing validat
www.eeworm.com/read/362714/2928847
pm message.pm
#
# $Id: Message.pm,v 1.25 2001/11/15 06:42:23 gisle Exp $
package HTTP::Message;
=head1 NAME
HTTP::Message - Class encapsulating HTTP messages
=head1 SYNOPSIS
package HTTP::Request; # or HTTP:
www.eeworm.com/read/361826/2942901
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/361182/2951785
cs message.cs
namespace Imps.Client.Core
{
using Imps.Client.Core.History;
using Imps.Client.Utils;
using Imps.Utils.TagParser;
using System;
using System.Collections.Generic;
publ