代码搜索:Containers
找到约 1,482 项符合「Containers」的源代码
代码结果 1,482
www.eeworm.com/read/393726/2464928
java recycleb.java
//: refactor:recycleb:RecycleB.java
// Containers that grab objects of interest.
package refactor.recycleb;
import refactor.trash.*;
import java.util.*;
import junit.framework.*;
// A containe
www.eeworm.com/read/389774/2536783
in httpd-vhosts.conf.in
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the
www.eeworm.com/read/358128/3006156
conf httpd-vhosts.conf
#
# Virtual Hosts
#
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the
www.eeworm.com/read/162614/5538142
hpp sample_update_policy.hpp
/**
* @file sample_update_policy.hpp
* Contains a sample policy for list update containers.
*
* Copyright Ami Tavory, IBM-HRL, 2004.
*
* Permission to use, copy, modify, sell, and distribute
www.eeworm.com/read/266192/11236974
java recycleb.java
//: refactor:recycleb:RecycleB.java
// Containers that grab objects of interest.
package refactor.recycleb;
import refactor.trash.*;
import java.util.*;
import junit.framework.*;
// A containe
www.eeworm.com/read/108874/15572881
htm sutter.htm
Exception-Safe Generic Containers. By Herb Sutter This is an updated version of an article that appeared in the September and November-December 1997 issues of the C++ Report.
Exception-Safe Generic C
www.eeworm.com/read/101783/15817104
htm sutter.htm
Exception-Safe Generic Containers. By Herb Sutter This is an updated version of an article that appeared in the September and November-December 1997 issues of the C++ Report.
Exception-Safe Generic C
www.eeworm.com/read/373369/9459818
java references.java
//: containers/References.java
// Demonstrates Reference objects
import java.lang.ref.*;
import java.util.*;
class VeryBig {
private static final int SIZE = 10000;
private long[] la = new
www.eeworm.com/read/373369/9459825
java enumerations.java
//: containers/Enumerations.java
// Java 1.0/1.1 Vector and Enumeration.
import java.util.*;
import net.mindview.util.*;
public class Enumerations {
public static void main(String[] args) {
www.eeworm.com/read/373369/9459853
java springdetector2.java
//: containers/SpringDetector2.java
// A working key.
public class SpringDetector2 {
public static void main(String[] args) throws Exception {
SpringDetector.detectSpring(Groundhog2.class)