代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/149423/12380045
cs singletonexception.cs
using System;
namespace singleSpooler
{
///
/// Summary description for SingletonException.
///
public class SingletonException:Exception
{
//new exception type f
www.eeworm.com/read/220296/14843691
txt 静态单线程函数.txt
//单线程函数(保证每个类只生成一个实例)
class Singleton {
private static Singleton s;
private Singleton(){};
/**
* Class method to access the singleton instance of the class
www.eeworm.com/read/172754/5382272
java jtextobserver.java
/* ========================================================================
* JCommon : a free general purpose class library for the Java(tm) platform
* ===========================================
www.eeworm.com/read/172754/5382310
java jcommonxmlinfo.java
/* ========================================================================
* JCommon : a free general purpose class library for the Java(tm) platform
* ===========================================
www.eeworm.com/read/172754/5382490
java jcommoninfo.java
/* ========================================================================
* JCommon : a free general purpose class library for the Java(tm) platform
* ===========================================
www.eeworm.com/read/172147/5389381
java globalstatistics.java
/*
* Copyright 2005-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/169400/5422829
cs nullenumerator.cs
#region Copyright & License
//
// Copyright 2001-2005 The Apache Software Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in c
www.eeworm.com/read/167133/5467219
java nulloutputstream.java
/**
* NullOutputStream - an OutputStream without any side effects (the most
* clean thing)
*
* Copyright (c) 1999
* Transvirtual Technologies, Inc. All rights reserved.
www.eeworm.com/read/165261/5484333
java methodinvokingfactorybean.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/165261/5484353
java configurablebeanfactory.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.