代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/124842/14533579
txt bytegp.txt
Excerpts from a draft for Byte Magazine "Some Assembly Required",
February 1994
By Andy Singleton, Copyright 1993
*****************************************************************************
www.eeworm.com/read/362150/2937276
b0118a15bd44001c1c4ebd3c430ebc97
scope测试
* singleton 每次调用getBean()时,只返回一个实例
* prototeyp
www.eeworm.com/read/133137/14053890
txt bytegp.txt
Excerpts from a draft for Byte Magazine "Some Assembly Required",
February 1994
By Andy Singleton, Copyright 1993
*****************************************************************************
These
www.eeworm.com/read/202785/15372919
txt bytegp.txt
Excerpts from a draft for Byte Magazine "Some Assembly Required",
February 1994
By Andy Singleton, Copyright 1993
*****************************************************************************
www.eeworm.com/read/102897/15752780
txt bytegp.txt
Excerpts from a draft for Byte Magazine "Some Assembly Required",
February 1994
By Andy Singleton, Copyright 1993
*****************************************************************************
www.eeworm.com/read/374751/7126865
txt readme.txt
1.0.32 Fixes the shutdown problem by handling the WM_QUERYENDSESSION message.
-----------------------------------------------------------------------------
1.0.31 Removed the singleton check to allo
www.eeworm.com/read/322751/13368248
h log.h
//////////////////////////////////////////////////////////////////////////////////////////
// LOG.h
// Singleton class declaration for a log file
// Downloaded from: www.paulsprojects.net
// Creat
www.eeworm.com/read/479824/6680923
txt readme.txt
1.0.32 Fixes the shutdown problem by handling the WM_QUERYENDSESSION message.
-----------------------------------------------------------------------------
1.0.31 Removed the singleton check to allo
www.eeworm.com/read/232657/4696826
java ticketmaker.java
public class TicketMaker {
private int ticket = 1000;
private static TicketMaker singleton = new TicketMaker();
private TicketMaker() {
www.eeworm.com/read/221595/4828191
java regsingleton.java
/*
* 项目名称 Pattern
* 包名称 com.niufish.pattern.singleton
*
* 文件名称 RegSingleton.java
*
*/
package com.niufish.pattern.singleton;
import java.util.HashMap;
/**
* 可继承单例,但是子类不能够使线程安全