代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/341062/3257107
mf com.xilinx.mdt.edk.profiler.ui_10.1.0.mf
Manifest-Version: 1.0
Generated-from: 1202717222000;type=2
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.xilinx.mdt.edk.profiler.ui; singleton:=true
Bundle-Version: 10.1.
www.eeworm.com/read/341062/3257108
mf com.xilinx.mdt.edk.sw_10.1.0.mf
Manifest-Version: 1.0
Generated-from: 1202717222000;type=2
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.xilinx.mdt.edk.sw; singleton:=true
Bundle-Version: 10.1.0
Bundle-
www.eeworm.com/read/341062/3258005
mf org.eclipse.cdt.ui_3.0.2.mf
Manifest-Version: 1.0
Generated-from: 1202716814000;type=2
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
Bundle-Version: 3.0.2
Bundle-Clas
www.eeworm.com/read/341062/3258008
mf org.eclipse.cdt.debug.mi.ui_3.0.2.mf
Manifest-Version: 1.0
Generated-from: 1202716818000;type=2
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.debug.mi.ui; singleton:=true
Bundle-Version: 3.0.2
Bu
www.eeworm.com/read/341062/3258025
mf org.eclipse.cdt.core_3.0.2.mf
Manifest-Version: 1.0
Generated-from: 1202716810000;type=2
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true
Bundle-Version: 3.0.2
Bundle-Cl
www.eeworm.com/read/341062/3258030
mf com.xilinx.mdt.edk_10.1.0.mf
Manifest-Version: 1.0
Generated-from: 1202717220000;type=2
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.xilinx.mdt.edk; singleton:=true
Bundle-Version: 10.1.0
Bundle-Cla
www.eeworm.com/read/341062/3258031
mf com.xilinx.mdt.edk.profiler.ui_10.1.0.mf
Manifest-Version: 1.0
Generated-from: 1202717222000;type=2
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.xilinx.mdt.edk.profiler.ui; singleton:=true
Bundle-Version: 10.1.
www.eeworm.com/read/341062/3258032
mf com.xilinx.mdt.edk.sw_10.1.0.mf
Manifest-Version: 1.0
Generated-from: 1202717222000;type=2
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.xilinx.mdt.edk.sw; singleton:=true
Bundle-Version: 10.1.0
Bundle-
www.eeworm.com/read/335724/3356559
java singletonb.java
package book.oo.singleton;
public class SingletonB {
//私有属性
private static int id = 1;
//SingletonB的唯一实例
private static SingletonB instance = null;
//将构造函数私有,防止外界构造SingletonB实例
priva
www.eeworm.com/read/305874/3767586
java singletonb.java
package book.oo.singleton;
public class SingletonB {
//私有属性
private static int id = 1;
//SingletonB的唯一实例
private static SingletonB instance = null;
//将构造函数私有,防止外界构造SingletonB实例
priva