代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/451586/1660450
java cache.java
package rabbit.cache;
import java.net.URL;
import java.util.Collection;
/** A cache, mostly works like a map in lookup, insert and delete.
* A cache may be persistent over sessions.
* A cache m
www.eeworm.com/read/251236/4423608
svn-base accountbean.java.svn-base
package examples;
import java.sql.*;
import javax.naming.*;
import javax.ejb.*;
import java.util.*;
/**
* Demonstration Bean-Managed Persistent Entity Bean.
* This Entity Bean represents a Bank Ac
www.eeworm.com/read/251236/4423617
java accountbean.java
package examples;
import java.sql.*;
import javax.naming.*;
import javax.ejb.*;
import java.util.*;
/**
* Demonstration Bean-Managed Persistent Entity Bean.
* This Entity Bean represents a Bank Ac
www.eeworm.com/read/197479/5094742
c event.c
/* event.c
C-style client
Events are based on asynchronous one-way SOAP messaging using HTTP
keep-alive for persistent connections
The 'synchronous' global flag illustrates SOAP one-way messagi
www.eeworm.com/read/326747/3469247
java callbackexception.java
//$Id: CallbackException.java 4242 2004-08-11 09:10:45Z oneovthafew $
package org.hibernate;
/**
* Should be thrown by persistent objects from Lifecycle
* or Interceptor callback
www.eeworm.com/read/315986/3613836
cpp persist.cpp
// Persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/315986/3614584
cpp persist.cpp
// persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/315986/3614798
cpp persist.cpp
// Persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/306677/3735163
c event.c
/* event.c
C-style client
Events are based on asynchronous one-way SOAP messaging using HTTP
keep-alive for persistent connections
The 'synchronous' global flag illustrates SOAP one-way messagi
www.eeworm.com/read/297392/3887741
form fdebug.form
# Gambas Form File 1.0
{ FDebug Form
Move(386,291,170,31)
Text = ("")
Icon = Picture["img/16/break.png"]
Persistent = True
Border = Window.Fixed
TopOnly = True
{ btnGo ToolButton
Mo