代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/422060/2043694
phpt persistent.phpt
--TEST--
reusing persistent connections
--SKIPIF--
--FILE--
www.eeworm.com/read/405479/2288783
java persistent.java
//$Id: Persistent.java 3890 2004-06-03 16:31:32Z steveebersole $
package org.hibernate.auction;
/**
* @author Gavin King
*/
public class Persistent {
private Long id;
public Long getId() {
retu
www.eeworm.com/read/396039/2423906
std persistent.std
*** Testing MPI_Recv_init ***
Receiving message 1
Received message 1
Receiving message 2
Received message 2
Receiving message 3
Received message 3
Completed all receives
*** Testing MPI_Recv_init ***
www.eeworm.com/read/396039/2423922
c persistent.c
#include "mpi.h"
#include
#if defined(NEEDS_STDLIB_PROTOTYPES)
#include "protofix.h"
#endif
int main( int argc, char **argv )
{
int rank, size, i, len, actlen, expected_len;
MPI_Re
www.eeworm.com/read/374708/2746174
java persistent.java
/*
* Gary Cornell and Cay S. Horstmann, Core Java (Book/CD-ROM)
* Published By SunSoft Press/Prentice-Hall
* Copyright (C) 1996 Sun Microsystems Inc.
* All Rights Reserved. ISBN 0-13-565755-5
www.eeworm.com/read/111679/15505951
class persistent.class
www.eeworm.com/read/111679/15506005
java persistent.java
//
// Unified Library Application
// Case study in Unified Modeling Language Toolkit
//
// Persistent.java: super class for class that wants to be
// persistent. Subclass must implement read
www.eeworm.com/read/109695/15552149
persistent_connection
#! /usr/bin/perl
# ip-down -- executed by pppd on connection death
#
# This particular implementation of ip-down attempts to re-establish
# the ppp connection. It does this by first forking and havi