代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/370596/9592641
java unsupported6.java
// containers/Unsupported6.java
// TIJ4 Chapter Containers, Exercise 6, page 817
/* Note that List has additional "optional" operations that are not included
* in Collection. Write a version of Uns
www.eeworm.com/read/370596/9592703
java fill41.java
// generics/Fill41.java
// TIJ4 Chapter Generics, Exercise 41, page 737
// Modify Fill2.java to use the classes in typeinfo.pets instead
// of the Coffee classes.
// Using adapters to simulate lat
www.eeworm.com/read/174006/9612616
txt 6.4.txt
Listing 6.4 Creating a Custom Exception Class
using System;
using System.Collections;
namespace _4_CustomException
{
class Class1
{
[STAThread]
static void Main(string[] args)
{
OddIntCollec
www.eeworm.com/read/369060/9665656
java operate.java
/*
* Created on 2003-6-6
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package org.shaoye.magic;
import java.sql
www.eeworm.com/read/368896/9673912
txt java陷阱一箩筐----面试题集.txt
Java陷阱一箩筐----面试题集[zt]
来自ITpub,觉得写的不错,下面是原贴内容:
找工作要面试,有面试就有对付面试的办法。以下一些题目来自我和我朋友痛苦的面试经历,提这些问题的公司包括IBM, E*Trade, Siebel, Motorola, SUN, 以及其它大小公司。
面试是没什么道理可讲的,它的题目有的不合情理、脱离实际。有在纸上写的,有当面考你的,也有在电话里问的,给你 ...
www.eeworm.com/read/367808/9731313
js ad.js
//浮动对联广告
var delta=0.08
var collection;
function floaters() {
this.items = [];
this.addItem = function(id,x,y,content)
{
document.write('
www.eeworm.com/read/171455/9753451
java orderhome.java
package order.ejb;
import java.util.*;
import java.rmi.RemoteException;
import javax.ejb.*;
public interface OrderHome extends EJBHome{
// 根据订购者账号,价钱和订购项目建立一个实体Order Bean
public Order create(
www.eeworm.com/read/366922/9792951
txt java笔试题1.txt
1.J2EE是什么?
2.介绍JAVA中的Collection FrameWork(包括如何写自己的数据结构)?
如COLLECTION中遗留类(HASHTABLE、VECTOR)和现有类的区别?(同步)
3.Java中异常处理机制,事件机制?
4.EJB与JAVA BEAN的区别?
EJB与JAVA BEAN是SUN的不同组件规范,EJB是在容器
www.eeworm.com/read/366922/9792958
txt java笔试题1.txt
1.J2EE是什么?
2.介绍JAVA中的Collection FrameWork(包括如何写自己的数据结构)?
如COLLECTION中遗留类(HASHTABLE、VECTOR)和现有类的区别?(同步)
3.Java中异常处理机制,事件机制?
4.EJB与JAVA BEAN的区别?
EJB与JAVA BEAN是SUN的不同组件规范,EJB是在容器
www.eeworm.com/read/269795/11076951
c f326_usb0_descriptor.c
//-----------------------------------------------------------------------------
// F326_USB0_Descriptor.c
//-----------------------------------------------------------------------------
//
// Sour