代码搜索:singleton

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

代码结果 4,696
www.eeworm.com/read/104260/6205293

java dummyclassloader.java

/* * Java core library component. * * Copyright (c) 1997, 1998, 1999 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information on usage and re
www.eeworm.com/read/104260/6205546

java nativeclipboard.java

/** * NativeClipboard - System Clipboard (to handle native IPC) * * Copyright (c) 1998 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for informati
www.eeworm.com/read/287094/6290899

txt java程序员面试32问 .txt

JAVA程序员面试32问 --------------------------------------------------------------------------- 第一,谈谈final, finally, finalize的区别。 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements
www.eeworm.com/read/427314/6338029

txt 新的注意事项.txt

完善理论知识(建议阅读书籍) Singleton JDBC SQL 几乎必然遇到 (try catch finally) Spring注入方式(优缺点) 项目的叙述(遇到问题,如何解决的)重要!!!!! Linux常用命令
www.eeworm.com/read/264458/6358228

pas lexpos.pas

{ Construct the position table, as well as first position sets. The position table stores symbol positions in regular expressions of the Lex grammar. It also allows to store the correspondi
www.eeworm.com/read/486925/6521121

java regsingletontest.java

package com.javapatterns.singleton.demos; public class RegSingletonTest { public static void main(String[] args) { //(1) Test eager //System.out.println( EagerSinglet
www.eeworm.com/read/486925/6521123

java objectkeepertest.java

package com.javapatterns.singleton.demos; import java.io.*; // Referenced classes of package singleton.demos: // ConfigManager, ObjectKeeper public class ObjectKeeperTest {
www.eeworm.com/read/486925/6521124

java regsingletonchild.java

package com.javapatterns.singleton.demos; /** * This class is a subclass of RegSingleton */ import java.util.HashMap; public class RegSingletonChild extends RegSingleton { public Re
www.eeworm.com/read/482241/6630413

java client.java

/* * Created on 2005-5-7 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package com.test.pattern.create.signlet
www.eeworm.com/read/479983/6674324

cpp main.cpp

/******************************************************************** created: 2006/07/20 filename: Main.cpp author: 李创 http://www.cppblog.com/converse/ purpose: Singleton