代码搜索:persistent

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

代码结果 2,751
www.eeworm.com/read/479151/1340565

c lvm-snap.c

/* * kernel/lvm-snap.c * * Copyright (C) 2000 Andrea Arcangeli SuSE * Heinz Mauelshagen, Sistina Software (persistent snapshots) * * LVM snapshot driver is fr
www.eeworm.com/read/475888/1378701

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 .gz file
www.eeworm.com/read/465226/1522504

java customer.java

package entity; import javax.persistence.Entity; import javax.persistence.Id; /** * This code illustrates the minimum required to have Customer persistent * object with JPA. You basically n
www.eeworm.com/read/455538/1611784

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 .gz file
www.eeworm.com/read/455528/1612961

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 .gz file
www.eeworm.com/read/249895/4444873

java bitmapcustomallocator.java

package org.garret.perst.impl; import org.garret.perst.*; import java.util.*; public class BitmapCustomAllocator extends Persistent implements CustomAllocator { protected int quantum;
www.eeworm.com/read/249895/4444993

java classdescriptor.java

package org.garret.perst.impl; import org.garret.perst.*; import java.util.*; public final class ClassDescriptor extends Persistent { ClassDescriptor next; String name;
www.eeworm.com/read/249895/4445151

java bitmapcustomallocator.java

package org.garret.perst.impl; import org.garret.perst.*; import java.util.*; public class BitmapCustomAllocator extends Persistent implements CustomAllocator { protected int quantum;
www.eeworm.com/read/249895/4445177

java versionhistory.java

package org.garret.rdf; import java.util.*; import org.garret.perst.*; /** * Class representing object (collection of its verions) */ public class VersionHistory extends Persistent {