代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/305874/3767585
java singletona.java
package book.oo.singleton;
public class SingletonA {
//私有属性
private static int id = 1;
//SingletonA的唯一实例
private static SingletonA instance = new SingletonA();
//将构造函数私有,防止外界构造Singleto
www.eeworm.com/read/305285/3776493
java songservices.java
package song;
// $Id: song.SongServices.java,v 1.1 2002/05/17 08:28:18 per_nyfelt Exp $
import org.ozoneDB.*;
/**
* Aplication singleton for song services.
* song.Song services basically encompas
www.eeworm.com/read/304110/3803435
js vtypes.js
/**
* @class Ext.form.VTypes
* 提供一个简单的、易于扩展的、可重写的表单验证功能。
* @singleton
*/
/**
* @class Ext.form.VTypes
* Overridable validation definitions. The validations provided are basic and intended to be
www.eeworm.com/read/287851/4015485
mf manifest.mf
Manifest-Version: 1.0
Bundle-Version: 3.1.200.v20070607
Created-By: 1.4.2 (IBM Corporation)
Bundle-SymbolicName: org.eclipse.sdk.examples.source; singleton=true
Bundle-Name: %pluginName
Bundle-Lo
www.eeworm.com/read/276084/4169266
java singletona.java
package book.oo.singleton;
public class SingletonA {
//私有属性
private static int id = 1;
//SingletonA的唯一实例
private static SingletonA instance = new SingletonA();
//将构造函数私有,防止外界构造Singleto
www.eeworm.com/read/268678/4250725
java dbconnectionmanager.java
package com.hoten.db;
import java.io.*;
import java.sql.*;
import java.util.*;
import java.util.Date;
import com.hoten.util.Log;
/**
* This class is a Singleton that provides access to one o
www.eeworm.com/read/442057/1767334
mf manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.remoteservice.ui;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecution
www.eeworm.com/read/442057/1767474
mf manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ecf.provider.bittorrent.ui;singleton:=true
Bundle-Version: 0.2.0.qualifier
Bundle-Activator: o
www.eeworm.com/read/442057/1767494
mf manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.examples.remoteservices.client;singleton:=true
Bundle-Version: 1.0.100.qualifier
Bundle-A
www.eeworm.com/read/440765/1792750
mf manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Plug-in
Bundle-SymbolicName: test; singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: test.Activator
Bundle-Localization: plugin