代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/274610/4184700
in sqlrelay.in
#! /bin/sh
#
# sqlrelay This starts and stops SQL relay.
#
# chkconfig: 345 85 15
# description: Persistent database connection system.
prefix=@prefix@
sysconfdir=@sysconfdir@
localstatedir=@locals
www.eeworm.com/read/274610/4184718
in sqlrelay.in
#! /bin/sh
#
# sqlrelay This starts and stops SQL relay.
#
# chkconfig: 345 85 15
# description: Persistent database connection system.
prefix=@prefix@
sysconfdir=@sysconfdir@
localstatedir=@locals
www.eeworm.com/read/274610/4184727
in sqlrelay.in
#! /bin/sh
#
# sqlrelay This starts and stops SQL relay.
#
# chkconfig: 345 85 15
# description: Persistent database connection system.
prefix=@prefix@
sysconfdir=@sysconfdir@
localstatedir=@locals
www.eeworm.com/read/427793/1965224
java salesorderlineitem.java
package org.simplecart.contract.salesorder;
import org.simplecart.shopcart.catalog.ProductOption;
import org.simplecart.base.Persistent;
import org.simplecart.contract.LineItem;
/**
* An Int
www.eeworm.com/read/396039/2423988
c cancel2.c
/*
* This file shows a typical use of MPI_Cancel to free Persistent Recv's that
* are not wanted. We check for both successful and unsuccessful
* cancels
*/
/* On 10/27/99, a test for MPI_Waits
www.eeworm.com/read/396039/2425133
h requests.h
#ifndef REQUESTS
#define REQUESTS
typedef struct request_list_ {
MPI_Request request;
int status, size, tag, otherParty;
int is_persistent;
struct request_list_ *next;
www.eeworm.com/read/385462/2589981
h gustate.h
/*
* GUSEMU32 - persistent GUS register state
*
* Copyright (C) 2000-2007 Tibor "TS" Schütz
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software an
www.eeworm.com/read/374348/2753271
java persistentrequest.java
package org.xmlBlaster.client.protocol.http.common;
import java.io.ByteArrayInputStream;
import java.util.Hashtable;
/**
* Opens a persistent http connection to the servlet which is the proxy to xm
www.eeworm.com/read/359386/2976790
java productbean.java
package examples;
import javax.ejb.*;
import java.util.*;
/**
* Entity Bean which demonstrates Container-Managed persistence.
*
* This is a product that's persistent. It has an ID #, a n
www.eeworm.com/read/356021/3043922
java productbean.java
package examples;
import javax.ejb.*;
import java.util.*;
/**
* Entity Bean which demonstrates Container-Managed persistence.
*
* This is a product that's persistent. It has an ID #, a n