代码搜索:Address

找到约 10,000 项符合「Address」的源代码

代码结果 10,000
www.eeworm.com/read/493417/1167409

java address.java

/* * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or
www.eeworm.com/read/491332/1191892

java address.java

package com.ibm.dw.spring2; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.pers
www.eeworm.com/read/491332/1191902

java address.java

package com.ibm.dw.spring2; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.pers
www.eeworm.com/read/488140/1234418

java address.java

package com.tsinghua.vo; public class Address { public Address(){ } private int Bookid; private String Bookuid; private String Bookname; private String BookType; private
www.eeworm.com/read/486051/1254109

java address.java

package com.shunshi.ssh.entity; import java.io.Serializable; public class Address implements Serializable{ private Long id; //编号 private String province; //省份 private String city;
www.eeworm.com/read/484080/1272238

java address.java

/* * Address.java * * Created on November 24, 2005, 7:02 PM * Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /** * * @author Rahul Bisw
www.eeworm.com/read/481108/1299838

java address.java

package org.mortbay.jetty.client; import java.net.InetSocketAddress; /** * @version $Revision: 3753 $ $Date: 2008-12-02 04:53:28 -0600 (Tue, 02 Dec 2008) $ */ public class Address { private fi
www.eeworm.com/read/480722/1314601

java address.java

package cs636.techconf.domain; // Domain object for an address public class Address implements Comparable { private int id; private String street; private String aptNumber; pri
www.eeworm.com/read/479870/1329623

java address.java

package com.anhuiU.model; public class Address extends BaseModel{ private int addressId; private String addressName; private int parentId; public int getAddressId() { return
www.eeworm.com/read/479186/1334773

jsp address.jsp