代码搜索:persistent

找到约 2,751 项符合「persistent」的源代码

代码结果 2,751
www.eeworm.com/read/249895/4444780

java inamedclassloader.java

package org.garret.perst; /** * This interface allows to associate class loader with the particular persistent class. * When persistent object is stored in Perst storage, Perst checks if clas
www.eeworm.com/read/249895/4445061

java inamedclassloader.java

package org.garret.perst; /** * This interface allows to associate class loader with the particular persistent class. * When persistent object is stored in Perst storage, Perst checks if clas
www.eeworm.com/read/312989/3647085

txt class36069fd402ee.txt

Manages a logical unit of work. In an application, the initial access to a persistent object must always occur inside a transaction. Modifications to persistent objects must occur in a transaction w
www.eeworm.com/read/386597/2570126

m classifier_commands.m

function classifier_commands(command) %This function processes events from the main (single-algorithm) GUI screen persistent Preprocessing_methods; persistent Algorithms; if (isempty(Preproces
www.eeworm.com/read/261925/4319304

py message.py

import ZODB from Persistence import Persistent from email.Message import Message class PMessage(Message, Persistent): def __hash__(self): return id(self)
www.eeworm.com/read/474600/6813442

m classifier_commands.m

function classifier_commands(command) %This function processes events from the main (single-algorithm) GUI screen persistent Preprocessing_methods; persistent Algorithms; if (isempty(Preproces
www.eeworm.com/read/415311/11077078

m classifier_commands.m

function classifier_commands(command) %This function processes events from the main (single-algorithm) GUI screen persistent Preprocessing_methods; persistent Algorithms; if (isempty(Preproces
www.eeworm.com/read/384797/8843130

m fir.m

% AccelDSP 9.1.00 build 868 Production, compiled Feb 16 2007 % % THIS IS UNPUBLISHED, LICENSED SOFTWARE THAT IS THE CONFIDENTIAL % AND PROPRIETARY PROPERTY OF XILINX OR ITS LICEN
www.eeworm.com/read/402535/11533643

ini hfs.ini

HFS 2.0 alpha20 active=yes window=196,72,894,500 window-max=no port= log-read-only=yes log-width=0 log-file-name= log-font-name= log-font-size=0 log-date=no log-time=yes log-server-start=n
www.eeworm.com/read/247212/4483588

cc server.cc

/* * In this example, we create Account objects in a persistent POA. * When the persistent POA is destructed, the objects are "etherea- * lized," meaning we open a file and write the Account's bala