代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/493488/1167008
java daofactory.java
package imis_mate.DAO;
// Download by http://www.codefans.net
//DAO 工厂
public class DAOFactory {
private static DAOFactory instance;
static {
instance = new DAOFactory(
www.eeworm.com/read/480485/1317651
java testb.java
/**
* Test for our Singleton registry
*/
public class TestB {
public static void main(String[] args) {
// First we get a instance from SingletonB
SingletonB instance1 = S
www.eeworm.com/read/470938/1436182
properties messages_de.properties
ERR_OPEN_GALLERY_1 =Unable to open gallery for gallery type "{0}".
LOG_CREATE_GALLERY_INSTANCE_FAILED_2 =Unable to create class instance "{0}" for gall
www.eeworm.com/read/470938/1437560
properties messages.properties
ERR_OPEN_GALLERY_1 =Unable to open gallery for gallery type "{0}".
LOG_CREATE_GALLERY_INSTANCE_FAILED_2 =Unable to create class instance "{0}" for gall
www.eeworm.com/read/456928/1602199
java memberdao.java
package com.webcount.dao;
import com.webcount.bean.Member;
public interface MemberDAO {
public Member validate(Member instance);
public Member insertMember(Member instance);
}
www.eeworm.com/read/243359/4529099
properties messages.properties
ERR_OPEN_GALLERY_1 =Unable to open gallery for gallery type "{0}".
LOG_CREATE_GALLERY_INSTANCE_FAILED_2 =Unable to create class instance "{0}" for gall
www.eeworm.com/read/318014/3573122
js featuresdemo.js
// Called instead of the SWFUpload _showUI method
var FeaturesDemo = {
start: function (swf_upload_instance) {
FeaturesDemo.SU = swf_upload_instance;
FeaturesDemo.cacheFields();
Features
www.eeworm.com/read/307661/3721657
java testb.java
/**
* Test for our Singleton registry
*/
public class TestB {
public static void main(String[] args) {
// First we get a instance from SingletonB
SingletonB instance1 = S
www.eeworm.com/read/283473/4078709
java testb.java
/**
* Test for our Singleton registry
*/
public class TestB {
public static void main(String[] args) {
// First we get a instance from SingletonB
SingletonB instance1 = S
www.eeworm.com/read/270401/4239563
dsl template.dsl
#This is a starter DSL to show off some of the features. Make sure you change it to be what you need !.
[when]There is an Instance with field of "{value}"=i: Instance(field=="{value}")
[when]Instanc