代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/465716/7052481
py borgsingleton.py
#: c01:BorgSingleton.py
# Alex Martelli's 'Borg'
class Borg:
_shared_state = {}
def __init__(self):
self.__dict__ = self._shared_state
class Singleton(Borg):
def __init__(self, ar
www.eeworm.com/read/458290/7299631
txt readme.txt
========================================================================
控制台应用程序:singleton 项目概述
========================================================================
应用程序向导已为您创建了此 singleton 应用
www.eeworm.com/read/443686/7628383
cpp visitortrashprototypeinit.cpp
//: C09:VisitorTrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "Vis
www.eeworm.com/read/443686/7628396
cpp trashprototypeinit.cpp
//: C09:TrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Performs initiali
www.eeworm.com/read/443686/7628411
cpp ddtrashprototypeinit.cpp
//: C09:DDTrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "TypedBin
www.eeworm.com/read/332478/12754759
h shared.h
// Shared.h: interface for the Shared Define.
//
//////////////////////////////////////////////////////////////////////
#ifndef __SHARED_DEFINE__
#define __SHARED_DEFINE__
/////////////////////
www.eeworm.com/read/144084/5753314
sql d_voipglobals_trig.sql
DROP TRIGGER voipglobals_bi_trig ON voipglobals;
DROP FUNCTION voipglobals_singleton_guard();
www.eeworm.com/read/139903/5795815
cpp visitortrashprototypeinit.cpp
//: C09:VisitorTrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "Vis
www.eeworm.com/read/139903/5795828
cpp trashprototypeinit.cpp
//: C09:TrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Performs initiali
www.eeworm.com/read/139903/5795843
cpp ddtrashprototypeinit.cpp
//: C09:DDTrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "TypedBin