代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/149741/5697600
java debug.java
package javazoom.Util;
import java.io.*;
import java.util.*;
/**
* This class implements a simple Debug Tool.
*
* @author E.B from JavaZOOM
* @date 07/10/2001
*
* Homepage : http://ww
www.eeworm.com/read/149741/5697608
java playlistfactory.java
package javazoom.jlGui.playlist;
/**
* PlaylistFactory.
*
*-----------------------------------------------------------------------
* This program is free software; you can redistribute it
www.eeworm.com/read/148189/5716871
java springservicefactory.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/148189/5716872
java defaultservicefactory.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/148152/5717991
h dvb_ca.h
/*
* dvb_ca.h: generic DVB CA functions
*
* Copyright (C) 2004 Andrew de Quincey
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G
www.eeworm.com/read/147871/5719439
java baseuserdao.java
package com.test.Hibernate.base;
import com.test.Hibernate.dao.UserDAO;
import org.hibernate.Hibernate;
import org.hibernate.Session;
import org.hibernate.criterion.Order;
/**
* This is a
www.eeworm.com/read/144698/5748517
pas reinit.pas
unit reinit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;
procedure ReinitializeForms;
function LoadNewResourceModule(Locale: LCID): Longint;
impleme
www.eeworm.com/read/144698/5748964
pas reinit.pas
unit reinit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;
procedure ReinitializeForms;
function LoadNewResourceModule(Locale: LCID): Longint;
impleme
www.eeworm.com/read/144610/5749349
java baseboarddao.java
package com.redsaga.hibnatesample.step2.base;
import net.sf.hibernate.Hibernate;
import net.sf.hibernate.Session;
import com.redsaga.hibnatesample.step2.dao.BoardDAO;
/**
* This class has be
www.eeworm.com/read/144610/5749350
java baseuserdao.java
package com.redsaga.hibnatesample.step2.base;
import net.sf.hibernate.Hibernate;
import net.sf.hibernate.Session;
import com.redsaga.hibnatesample.step2.dao.UserDAO;
/**
* This class has bee