代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/358237/2998430
xtp index.xtp
resin-ee
Creating and Removing Entity Beans
Describes the basic create/remove api for persistent entities.
www.eeworm.com/read/358237/2998437
xtp index.xtp
resin-ee
Links: The @ManyToOne Relation
The Many-to-One link is the foundation of persistent relations.
It lin
www.eeworm.com/read/262636/4310478
java customerlocal.java
package itso.ejb.model.entity;
/**
* Local interface for Enterprise Bean: Customer
*/
public interface CustomerLocal extends javax.ejb.EJBLocalObject {
/**
* Get accessor for persistent att
www.eeworm.com/read/473219/6848823
m loadobj.m
function out = loadobj(obj)
%loadOBJ load filter for LMI objects.
% Restore persistent variables in SDPVAR class
if ~isempty(obj.savedata)
try
% Some backwards compatability
www.eeworm.com/read/193277/8242122
m loadobj.m
function out = loadobj(obj)
%loadOBJ load filter for LMI objects.
% Restore persistent variables in SDPVAR class
if ~isempty(obj.savedata)
try
% Some backwards compatability
www.eeworm.com/read/170836/9785607
h storage.h
/*
* storage.h: interface defining functions for storage and recovery
* of PuTTY's persistent data.
*/
#ifndef PUTTY_STORAGE_H
#define PUTTY_STORAGE_H
/* ---------------------------------
www.eeworm.com/read/203890/15349812
m openwav.m
function [Y]=openwav(varargin)
% get the file name and path using the file dialog
persistent lastpath;
if ~nargin
prevpath = pwd;
if lastpath
cd(lastpath);
end
[FileName,PathName]=u
www.eeworm.com/read/203890/15349900
m opentimit.m
function [Y, vargout]=opentimit(varargin)
% function [Y, vargout]=opentimit(varargin)
% get the file name and path using the file dialog
persistent lastpath;
if ~nargin
prevpath = pwd;
if las
www.eeworm.com/read/184725/9082413
changelog
ChangeLog file for zlib
Changes in 1.1.3 (9 July 1998)
- fix "an inflate input buffer bug that shows up on rare but persistent
occasions" (Mark)
- fix gzread and gztell for concatenated .g
www.eeworm.com/read/316129/13529757
m ui_check_params.m
function ui_check_params
persistent state;
if isempty(state)
state = struct('PktLen', '100', 'FreqError', '0', 'ExpDecayTrms', '50', 'SNR','2:2:20', ...
'PktsPerRun', '1000', 'RxTimin