代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/140727/5782902
rc sb-pt-spamsubjects.rc
# Current Spam Subjects
# October 2002 subjects
:0
* LEANTAG ?? no
* !^Subject: .*\(fwd\)
* !--.*forwarded message --
* !^forwarded message:
* !^-----BEGIN PGP SIGNED MESSAGE-----
* -1000^0
* -1000^0
www.eeworm.com/read/140591/5784931
java~5~ untitled1.java~5~
package ejbwizard;
QueueConnectionFactory queueConnectionFactory = (QueueConnectionFactory)
jndiContext.lookup("java:comp/env/jms/EventQueueConnectionFactory");
Queue queue = (Queue) jndiCont
www.eeworm.com/read/140591/5784936
java~6~ untitled1.java~6~
package ejbwizard;
QueueConnectionFactory queueConnectionFactory = (QueueConnectionFactory)
jndiContext.lookup("java:comp/env/jms/EventQueueConnectionFactory");
Queue queue = (Queue) jndiCont
www.eeworm.com/read/140591/5784939
java~4~ untitled1.java~4~
package ejbwizard;
QueueConnectionFactory queueConnectionFactory = (QueueConnectionFactory)
jndiContext.lookup("java:comp/env/jms/EventQueueConnectionFactory");
Queue queue = (Queue) jndiCont
www.eeworm.com/read/138548/5815415
pm status.pm
#
# $Id: Status.pm,v 1.26 1999/11/22 10:43:24 gisle Exp $
package HTTP::Status;
use strict;
require 5.002; # becase we use prototypes
=head1 NAME
HTTP::Status - HTTP Status code processing
=hea
www.eeworm.com/read/138548/5815531
pm carp.pm
package CGI::Carp;
=head1 NAME
B - CGI routines for writing to the HTTPD (or other) error log
=head1 SYNOPSIS
use CGI::Carp;
croak "We're outta here!";
confess "It was my f
www.eeworm.com/read/136989/5827633
cpp task.cpp
// task.cpp,v 1.6 2003/11/09 20:44:19 dhinton Exp
#include "task.h"
#include "block.h"
#include "work.h"
#include "ace/Barrier.h"
/*
Construct the Task with zero or more subtasks. If s
www.eeworm.com/read/136989/5827712
cpp client.cpp
// client.cpp,v 1.5 2003/11/09 20:44:19 dhinton Exp
/* The Client object will implement the nasty details of connecting to
communicating with the server
*/
#include "Client_i.h"
#include "
www.eeworm.com/read/136989/5827718
cpp recv.cpp
// Recv.cpp,v 1.8 2003/08/19 15:08:26 schmidt Exp
#include "Recv.h"
#include "ace/SOCK_Stream.h"
/* Construct the object with the peer reference and other appropriate
initializations.
*/
www.eeworm.com/read/131834/5927718
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, WinSkinData;
type
TForm1 = class(TForm)
Memo1: TMemo;