代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/313005/13599594
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/313005/13599595
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/309295/13675056
txt 2.txt
27,给我一个你最常见到的runtime exception。
ArithmeticException, ArrayStoreException, BufferOverflowException, BufferUnderflowException, CannotRedoException, CannotUndoException, ClassCastException, CMMExce
www.eeworm.com/read/309295/13675057
txt 新建 文本文档 (3).txt
java面试题集
关键词: java
第一,谈谈final, finally, finalize的区别。
final 用于声明属性,方法和类,分别表示属性不可变,方法不可覆盖,类不可继承。finally是异常处理语句结构的一部分,表示总是执行。finalize是Object类的一个方法,在垃圾收集器
www.eeworm.com/read/309295/13675073
txt 新建 文本文档 (6).txt
JAVA面试题- -
找工作要面试,有面试就有对付面试的办法。以下一些题目来自我和我朋友痛苦的面试经历,提这些问题的公司包括IBM, E*Trade, Siebel, Motorola, SUN, 以及其它大小公司。
面试是没什么道理可讲的,它的题目有的不合情理、脱离实际。有在纸上写的,有当面考你的,也 ...
www.eeworm.com/read/305602/13764675
java subsingletonb.java
/**
* A real Singleton we want to have
*/
public class SubSingletonB extends SingletonB {
public static boolean instanceFlag = false; //true if 1 instance
//private int i = 0;
www.eeworm.com/read/301709/13851561
txt singletonexample.csproj.filelistabsolute.txt
d:\SOLUTION\DesignPattern\Singleton\SingletonExample\obj\Debug\ResolveAssemblyReference.cache
d:\SOLUTION\DesignPattern\Singleton\SingletonExample\bin\Debug\SingletonExample.exe
d:\SOLUTION\DesignPa
www.eeworm.com/read/151482/5682801
properties testbeans.properties
# this must only be used for ApplicationContexts, some classes are only appropriate for application contexts
rod.(class)=org.springframework.beans.TestBean
rod.name=Rod
rod.age=31
roderick.(pa
www.eeworm.com/read/150891/5687916
java idbuilder.java
package com.ll.smsbeans;
/**
* Represents a singleton.
*/
public class IdBuilder
{
/**
* 发包的序列号
*/
static private int sequenceId;
/**
* 发送消息包的序列号
*/
private long messsage
www.eeworm.com/read/147529/5728537
m min.m
%列状数据最小值
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% min(A)
%
%MIN Smallest component.
% For vectors, MIN(X) is the smallest element in X. For matrices,
% MIN(X) is a row vector contain