代码搜索:persistent

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

代码结果 2,751
www.eeworm.com/read/126947/14392985

java personbean.java

package hello; public class PersonBean { private String userName = null; public String getUserName() { return this.userName; } public void setUserName(String userName
www.eeworm.com/read/162614/5536182

java lifespanpolicyvalue.java

/* LifespanPolicyValue.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/162519/5545714

java lifespanpolicyvalue.java

/* LifespanPolicyValue.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/153251/5651838

java consumerendpoint.java

/** * Redistribution and use of this software and associated documentation * ("Software"), with or without modification, are permitted provided * that the following conditions are met: * * 1
www.eeworm.com/read/136989/5835992

pl run_test.pl

eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' & eval 'exec perl -S $0 $argv:q' if 0; # run_test.pl,v 1.32 2003/06/23 17:44:25 seibel_r Exp # -*- perl -*- # This is a Perl scri
www.eeworm.com/read/136989/5836909

cpp options.cpp

// Options.cpp,v 1.3 2003/11/01 20:54:57 bala Exp #include "Options.h" #include "ace/Get_Opt.h" #include "ace/Log_Msg.h" #include "ace/Null_Mutex.h" #include "ace/OS_NS_string.h" // Default
www.eeworm.com/read/136989/5838526

h psdl_datastore.h

/* -*- C++ -*- */ //============================================================================= /** * @file PSDL_Datastore.h * * PSDL_Datastore.h,v 1.3 2003/08/02 18:10:48 bala Exp
www.eeworm.com/read/432726/8580903

h ori.h

/* Copyright (c) Oracle Corporation 1994, 1996, 1997, 1998, 1999, 2000. All Rights Reserved. */ /* NAME ORI - OCI navigational interface DESCRIPTION This section is intended to give a
www.eeworm.com/read/385591/8797532

bak getdata.m.bak

function y = getdata %#external persistent t; if (isempty(t)) t = 0; end t = t + 0.05; y = sin(t);
www.eeworm.com/read/385591/8797555

m getdata.m

function y = getdata %getdata.m %#external persistent t; if (isempty(t)) t = 0; end t = t + 0.05; y = sin(t);