代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/167133/5467881
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/164604/5488998
java chocolatecontroller.java
package headfirst.singleton.chocolate;
public class ChocolateController {
public static void main(String args[]) {
ChocolateBoiler boiler = ChocolateBoiler.getInstance();
boiler.fill();
boile
www.eeworm.com/read/164604/5489001
java singletontestdrive.java
package headfirst.singleton.subclass;
public class SingletonTestDrive {
public static void main(String[] args) {
Singleton foo = CoolerSingleton.getInstance();
Singleton bar = HotterSingleton.ge
www.eeworm.com/read/163965/5503757
java simplesingletontest.java
/*
* Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
*
* This software is open source.
* See the bottom of this file for the licence.
*/
package org.dom4j.util;
import jun
www.eeworm.com/read/163965/5503758
java perthreadsingletontest.java
/*
* Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
*
* This software is open source.
* See the bottom of this file for the licence.
*/
package org.dom4j.util;
import jun
www.eeworm.com/read/162838/5512865
java idbuilder.java
package com.ll.smsbeans;
/**
* Represents a singleton.
*/
public class IdBuilder
{
/**
* 发包的序列号
*/
static private int sequenceId;
/**
* 发送消息包的序列号
*/
private long messsage
www.eeworm.com/read/154277/5638521
java cngptimestampformat.java
package com.gctech.cngpbj.util;
import java.text.SimpleDateFormat;
import java.text.DateFormat;
import java.util.Date;
/**
* Title: CNGP API
* Description: 固网短信SP API
*
www.eeworm.com/read/154277/5638781
java cardlogger.java
package com.gctech.sms.util;
import org.apache.log4j.Logger;
import com.gctech.util.Tools;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2004
* Compan
www.eeworm.com/read/154277/5638783
java utility.java
package com.gctech.sms.util;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.ArrayList;
import java.util.StringTo
www.eeworm.com/read/154277/5638785
java connectionmanager.java
package com.gctech.sms.util;
import java.sql.Connection;
import com.ywh.dbcp.ConnectionPool;
import org.apache.commons.betwixt.io.BeanReader;
import java.io.FileReader;
import java.beans.Intros