代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/231050/14258332
htm pat3efso.htm
Singleton
if(navigator.appName == "Netscape") {
self.name = "_mainDisplayFrame";
self._mainDisplayFrame = self;
}if(top._appletFram
www.eeworm.com/read/231050/14259230
htm pat3efso.htm
Singleton
if(navigator.appName == "Netscape") {
self.name = "_mainDisplayFrame";
self._mainDisplayFrame = self;
}if(top._appletFram
www.eeworm.com/read/127116/14377922
java mailserver.java
package com.javapatterns.singleton.mxrecord;
public class MailServer
{
private int priority;
private String server;
public void setPriority(int priority)
{
this.priority = priority;
www.eeworm.com/read/127116/14377935
java eagersingleton.java
package com.javapatterns.singleton.demos;
/**
* Only once instance of the class may be created during the execution of any given program. Instances of this class should
* be aquired through the
www.eeworm.com/read/127116/14377936
java objectkeeper.java
package com.javapatterns.singleton.demos;
import java.util.Vector;
/**
* This class keeps your objects from garbage collected
*/
public class ObjectKeeper extends Thread {
www.eeworm.com/read/127116/14377941
java lazysingleton.java
package com.javapatterns.singleton.demos;
/**
* Only once instance of the class may be created during the
* execution of any given program. Instances of this class should
* be aquired through
www.eeworm.com/read/226917/14447530
js tooltip.js
// Singleton class TooltipWindow
// This class works with special className. The tooltip content could be in your HTML page as an hidden element or
// can be retreive by an AJAX call.
//
// To work, Y
www.eeworm.com/read/224234/14600671
m smith.m
function varargout = Smith(varargin)
% SMITH M-file for Smith.fig
% SMITH, by itself, creates a new SMITH or raises the existing
% singleton*.
%
% H = SMITH returns the handle to a
www.eeworm.com/read/122894/14658759
htm pat3efso.htm
Singleton
if(navigator.appName == "Netscape") {
self.name = "_mainDisplayFrame";
self._mainDisplayFrame = self;
}if(top._appletFram
www.eeworm.com/read/122894/14659679
htm pat3efso.htm
Singleton
if(navigator.appName == "Netscape") {
self.name = "_mainDisplayFrame";
self._mainDisplayFrame = self;
}if(top._appletFram