代码搜索:instance

找到约 10,000 项符合「instance」的源代码

代码结果 10,000
www.eeworm.com/read/474961/1386894

properties example_quartz.properties

# Properties file for use by StdSchedulerFactory # to create a Quartz Scheduler Instance. # # Instances of the specified JobStore, ThreadPool and Logger classes will # be created by name, and then any
www.eeworm.com/read/471550/1427397

java usermanager.java

package managerlogin; public class UserManager { private static UserManager instance = new UserManager(); private UserManager() {} public static UserManager getInstance() { return
www.eeworm.com/read/250753/4427007

java myshapecontrollerfactory.java

// MyShapeControllerFactory.java // MyShapeControllerFactory uses the Factory Method design // pattern to create an appropriate instance of MyShapeController // for the given MyShape subclass. pa
www.eeworm.com/read/342932/3228392

properties example_quartz.properties

# Properties file for use by StdSchedulerFactory # to create a Quartz Scheduler Instance. # # Instances of the specified JobStore, ThreadPool and Logger classes will # be created by name, and then any
www.eeworm.com/read/338072/3325296

cxx testclient.cxx

#include "ProvisionInterface.hxx" #include #include void rs() { vector < Data > subscriberList; ProvisionInterface::instance().getSubscribers(subscriberList); vector
www.eeworm.com/read/332387/3398924

js prototype_oblit.js

/** @constructor */ function Article() { } Article.prototype = { /** instance get title */ getTitle: function(){ } } /** static get title */ Article.getTitle = function(){ }
www.eeworm.com/read/325240/3485108

java myshapecontrollerfactory.java

// MyShapeControllerFactory.java // MyShapeControllerFactory uses the Factory Method design // pattern to create an appropriate instance of MyShapeController // for the given MyShape subclass. pa
www.eeworm.com/read/325240/3486103

java myshapecontrollerfactory.java

// MyShapeControllerFactory.java // MyShapeControllerFactory uses the Factory Method design // pattern to create an appropriate instance of MyShapeController // for the given MyShape subclass. pa
www.eeworm.com/read/443524/1739546

java tabnamedcomponent.java

package com.magelang.tabsplitter; /** If you implement this interface and add an instance of your class to a * TabPanel, the text that appears on the tab for that component will * be determ