代码搜索:Garbage
找到约 718 项符合「Garbage」的源代码
代码结果 718
www.eeworm.com/read/469590/6931764
garbage
# First test - try invalid method
CONNECT
SEND FOO http://monte.cs.rpi.edu/~hollingd/netprog/images/smallbook.gif HTTP/1.0\r\n
SEND foo: blah\r\n
SEND \r\n
ECHOALL
CLOSE
# Second test - send silly req
www.eeworm.com/read/282456/9092773
java garbage.java
class Garbage
{
int index;
static int count;
Garbage()
{
count++;
System.out.println("object " + count + " construct");
index = count;
}
protected void finalize()
{
www.eeworm.com/read/377523/9272359
java garbage.java
//: c04:Garbage.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Demonstration of the garbage
// collector and finalization
www.eeworm.com/read/177023/9474264
java garbage.java
class Garbage
{
int index;
static int count;
Garbage()
{
count++;
System.out.println("object "+count+" construct");
setID(count);
}
void setID(int id)
{
index=id;
}
www.eeworm.com/read/177022/9474325
java garbage.java
class Garbage
{
int index;
static int count;
Garbage()
{
count++;
System.out.println("object "+count+" construct");
setID(count);
}
void setID(int id)
{
index=id;
}
www.eeworm.com/read/177017/9474473
java garbage.java
class Garbage
{
int index;
static int count;
Garbage()
{
count++;
System.out.println("object "+count+" construct");
setID(count);
}
void setID(int id)
{
index=id;
}
www.eeworm.com/read/168021/9941757
gif garbage.gif
www.eeworm.com/read/363059/9969494
c garbage.c
/*0001*//*
/*0002./ * Copyright (c) 1998-2001 Sun Microsystems, Inc. All Rights Reserved.
/*0003./ *
/*0004./ * This software is the confidential and proprietary information of Sun
/*0005./ * Micr
www.eeworm.com/read/363059/9969590
h garbage.h
/*0001*//*
/*0002./ * Copyright (c) 1998-2001 Sun Microsystems, Inc. All Rights Reserved.
/*0003./ *
/*0004./ * This software is the confidential and proprietary information of Sun
/*0005./ * Micr
www.eeworm.com/read/196362/8097213
java garbage.java
class Garbage
{
int index;
static int count;
Garbage()
{
count++;
System.out.println("object" + count + "constracted");
setID(count);
}
void setID(int id)
{
index = i