代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/366277/2891582
java cacheutil.java
/*
* Created on 2006-10-29
* Last modified on 2007-2-26
* Powered by YeQiangWei.com
*/
package com.yeqiangwei.club.cache.singleton;
public class CacheUtil {
public static long cacheH
www.eeworm.com/read/364489/2903546
cpp originpoint.cpp
// OriginPoint.cpp
//
// Singleton origin point. Operations involving the origin point use this
// origin point. Herefore we can use origin point that are not (0,0)
//
// 15 september 1998 RD Sta
www.eeworm.com/read/364489/2903570
cpp originpoint.cpp
// OriginPoint.cpp
//
// Singleton origin point. Operations involving the origin point use this
// origin point. Herefore we can use origin point that are not (0,0)
//
// 15 september 1998 RD Sta
www.eeworm.com/read/364489/2903619
cpp originpoint.cpp
// OriginPoint.cpp
//
// Singleton origin point. Operations involving the origin point use this
// origin point. Herefore we can use origin point that are not (0,0)
//
// 15 september 1998 RD Sta
www.eeworm.com/read/364489/2903636
cpp originpoint.cpp
// OriginPoint.cpp
//
// Singleton origin point. Operations involving the origin point use this
// origin point. Herefore we can use origin point that are not (0,0)
//
// 15 september 1998 RD Sta
www.eeworm.com/read/364489/2903680
cpp originpoint.cpp
// OriginPoint.cpp
//
// Singleton origin point. Operations involving the origin point use this
// origin point. Herefore we can use origin point that are not (0,0)
//
// 15 september 1998 RD Sta
www.eeworm.com/read/364489/2903709
cpp originpoint.cpp
// OriginPoint.cpp
//
// Singleton origin point. Operations involving the origin point use this
// origin point. Herefore we can use origin point that are not (0,0)
//
// 15 september 1998 RD Sta
www.eeworm.com/read/364489/2903734
cpp originpoint.cpp
// OriginPoint.cpp
//
// Singleton origin point. Operations involving the origin point use this
// origin point. Herefore we can use origin point that are not (0,0)
//
// 15 september 1998 RD Sta
www.eeworm.com/read/360700/2960262
js sorttypes.js
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.data.SortTypes
* @singleton
* Defines the
www.eeworm.com/read/358237/2998640
java appconfig.java
package example;
import javax.annotation.*;
import java.net.*;
import java.io.*;
import com.caucho.vfs.*;
/**
* AppConfig is a singleton <bean> service containing configuration.
*/
public clas