代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/249895/4444900
java root.java
import org.garret.perst.*;
public class Root extends Persistent {
Index teamId;
Index teamName;
Index playerLName;
public void readObject(IInputStream in) {
teamId
www.eeworm.com/read/193974/5138025
py shelve.py
"""Manage shelves of pickled objects.
A "shelf" is a persistent, dictionary-like object. The difference
with dbm databases is that the values (not the keys!) in a shelf can
be essentially arbitrary
www.eeworm.com/read/176316/5338732
txt cryptoapi.txt
CryptoAPI
=========
if you are interested in encrypting your data on persistent storage,
you should take a look at
/* this document is still incomplete */
www.eeworm.com/read/334661/3363864
java fileaccesspermissions.java
package org.dvb.io.persistent;
public class FileAccessPermissions extends java.lang.Object {
public FileAccessPermissions(boolean readWorldAccessRight, boolean writeWorldAccessRight, boolea
www.eeworm.com/read/386597/2570167
m feature_selection_commands.m
function feature_selection_commands(command)
%This function deals with commands generated by the feature selection module
persistent methods;
if isempty(methods)
methods = read_algorithms('
www.eeworm.com/read/474600/6813490
m feature_selection_commands.m
function feature_selection_commands(command)
%This function deals with commands generated by the feature selection module
persistent methods;
if isempty(methods)
methods = read_algorithms('
www.eeworm.com/read/193277/8242750
m datasaver.m
function data = datasaver(varargin)
persistent saved
if nargin > 3
saved.savedfunctiondata = varargin{1};
saved.savedfunctionGradientdata = varargin{2};
saved.savedfunctionHessia