代码搜索:singleton

找到约 4,696 项符合「singleton」的源代码

代码结果 4,696
www.eeworm.com/read/341062/3258019

mf org.eclipse.cdt.debug.ui_3.0.2.mf

Manifest-Version: 1.0 Generated-from: 1202716816000;type=2 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.debug.ui; singleton:=true Bundle-Version: 3.0.2 Bundl
www.eeworm.com/read/341062/3258020

mf com.xilinx.mdt.edk.launch_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.launch; singleton:=true Bundle-Version: 10.1.0 Bun
www.eeworm.com/read/341062/3258021

mf org.eclipse.cdt.launch_3.0.2.mf

Manifest-Version: 1.0 Generated-from: 1202716818000;type=2 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.launch; singleton:=true Bundle-Version: 3.0.2 Bundle-
www.eeworm.com/read/341062/3258023

mf com.xilinx.mdt.edk.tools_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.tools; singleton:=true Bundle-Version: 10.1.0 Bund
www.eeworm.com/read/341062/3258024

mf com.xilinx.mdt.edk.doc_10.1.0.mf

Manifest-Version: 1.0 Generated-from: 1202717216000;type=2 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: com.xilinx.mdt.edk.doc; singleton:=true Bundle-Version: 10.1.0 Bundle
www.eeworm.com/read/341062/3258026

mf org.eclipse.cdt.make.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.make.core; singleton:=true Bundle-Version: 3.0.2 Bund
www.eeworm.com/read/341062/3258027

mf com.xilinx.mdt.edk.xdsgen_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.xdsgen; singleton:=true Bundle-Version: 10.1.0 Bun
www.eeworm.com/read/341062/3258028

mf org.eclipse.cdt.debug.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.debug.core; singleton:=true Bundle-Version: 3.0.2 Bun
www.eeworm.com/read/341062/3258029

mf org.eclipse.cdt_3.0.2.mf

Manifest-Version: 1.0 Generated-from: 1202716810000;type=2 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt; singleton:=true Bundle-Version: 3.0.2 Bundle-Vendor:
www.eeworm.com/read/335724/3356558

java singletona.java

package book.oo.singleton; public class SingletonA { //私有属性 private static int id = 1; //SingletonA的唯一实例 private static SingletonA instance = new SingletonA(); //将构造函数私有,防止外界构造Singleto