代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/265314/11268694
java database.java
package jnicli;
/**
* This class is used as interface to local or remote database (through RMI).
* In case of local connections you should create instance of DatabaseJNI class directly.
* In
www.eeworm.com/read/407557/11415924
java student.java
/**
* Student.java
*/
public class Student {
private String name;
private String gender;
private int age;
/** Creates a new instance of Student */
public Student()
www.eeworm.com/read/407557/11415961
java firstthread.java
/**
* FirstThread.java
*/
package sample;
public class FirstThread extends Thread {
private String s;
/** Creates a new instance of FirstThread */
public FirstThread(String st
www.eeworm.com/read/402326/11537460
java getcloneobject.java
/**
* @(#)GetCloneObject.java
*
*
* @author
* @version 1.00 2007/11/17
*/
import java.io.*;
public class GetCloneObject {
/**
* Creates a new instance of Ge
www.eeworm.com/read/402326/11537464
java datastreamexp.java
/**
* @(#)DataStreamExp.java
*
*
* @author
* @version 1.00 2007/11/15
*/
import java.io.*;
public class DataStreamExp {
/**
* Creates a new instance of Data
www.eeworm.com/read/127767/14337848
txt e235. connecting to an oracle database.txt
This example uses an Oracle JDBC driver to connect to an Oracle database instance located at 128.0.0.0:1521 with an sid called mydatabase.
Connection connection = null;
try {
// Lo
www.eeworm.com/read/126027/14451217
opts serial.opts
# Serial device configuration
#
# The address format is "scheme,socket,instance".
#
case "$ADDRESS" in
*,*,*)
INFO="Default modem setup"
# Symbolic link to dialout device
LINK="/dev/modem"
www.eeworm.com/read/116177/14983794
java singletonb.java
/**
* A new Singleton use registry
*/
import java.util.*;
public class SingletonB {
static private Hashtable registry = new Hashtable();
//static private SingletonB instance;
www.eeworm.com/read/482246/1289603
java worker.java
package com.worker.information;
/**
*
* @author Administrator
*/
public class Worker {
/** Creates a new instance of Worker */
private int ID=-1;
private String name="";
www.eeworm.com/read/481937/1292410
java vertexmidletmain.java
package testVertex;
import javax.microedition.lcdui.Display;
import javax.microedition.midlet.*;
public class VertexMIDletMain extends MIDlet {
static VertexMIDletMain instance;