代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/181243/5277723
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {
www.eeworm.com/read/179693/5302494
java elvis.java
// Serialzable Singleton - Page 11
import java.io.*;
public class Elvis {
public static final Elvis INSTANCE = new Elvis();
private Elvis() {
// ...
}
// ... //
www.eeworm.com/read/177496/5324542
jbx updateaction.jbx
[PropertyInfo]
instance,BaseAction,false,false, , ,true,
sc,SelectControl,false,false, , ,false,
uc,UpdateControl,false,false, , ,false,
[IconNames]
www.eeworm.com/read/174990/5353030
properties openoffice-uno.properties
# Some settings for connecting with an OpenOffice instance
# For the UNO library to work OpenOffice must be started with something like the following:
# soffice -accept=socket,host=localhost,port=
www.eeworm.com/read/348433/3155059
jbx forbid.jbx
[PropertyInfo]
forbidipHm,HashMap,false,false, , ,false,
forbidwordsHm,HashMap,false,false, , ,false,
instance,Forbid,false,false, , ,false,
[IconNames]
www.eeworm.com/read/345895/3195346
jbx forbid.jbx
[PropertyInfo]
forbidipHm,HashMap,false,false, , ,false,
forbidwordsHm,HashMap,false,false, , ,false,
instance,Forbid,false,false, , ,false,
[IconNames]
www.eeworm.com/read/345837/3196750
cs diningroom.cs
namespace Org.InteliIM.Applications.Tourism.Dinner
{
///
/// The dining room.
///
public class DiningRoom
{
///
/// Initializes a new instance of the Di