代码搜索:Address
找到约 10,000 项符合「Address」的源代码
代码结果 10,000
www.eeworm.com/read/114399/6124109
java address.java
import java.net.*;
public class Address {
public static void main(String[] args) {
try {
InetAddress me = InetAddress.getLocalHost();
System.out.println(me);
www.eeworm.com/read/111464/6154456
java address.java
public class Address implements java.io.Serializable
{
public String street,city,state,zip;
public void setStreet(String street)
{
this.street=street;
}
public void setCity(String city)
www.eeworm.com/read/111052/6159660
java address.java
/*
* Copyright (c) 1996-2001
* Logica Mobile Networks Limited
* All rights reserved.
*
* This software is distributed under Logica Open Source License Version 1.0
* ("Licence Agreement"). You sh
www.eeworm.com/read/110109/6165755
java address.java
import java.sql.*;
import oracle.sql.*;
public class Address implements ORAData, ORADataFactory
{
static final Address _factory = new Address ();
String sql_type = "SCOTT.ADDRESS_T";
public St
www.eeworm.com/read/109011/6178292
java address.java
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
* 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/109010/6180230
java address.java
/*
* $Header: /home/cvs/jakarta-struts/src/tiles-documentation/org/apache/struts/webapp/tiles/invoice/Address.java,v 1.3 2004/03/14 06:23:48 sraeburn Exp $
* $Revision: 1.3 $
* $Date: 2004/03/14
www.eeworm.com/read/105889/6197360
java address.java
/*$************************************************************************************************
**
** $Id: Address.java,v 1.2 2004/03/09 20:02:40 desruisseaux Exp $
**
** $Source: /cvsroot/geo
www.eeworm.com/read/105373/6198584
java address.java
/*
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con