資源簡介
購物系統什么都有啊,前后臺功能,大部分功能都實現了,數據庫也都帶了,用tomcat就好。我發布這個也是為了自己下載方便啊,不然我瘋了,公司知道就完了。
代碼片段和文件信息
package?com.addressbook.beans;
/**
?*?AbstractTblAddress?generated?by?MyEclipse?Persistence?Tools
?*/
public?abstract?class?AbstractTblAddress?implements?java.io.Serializable?{
//?Fields
private?Integer?id;
private?TblUser?tblUser;
private?String?name;
private?String?phone;
private?String?address;
//?Constructors
/**?default?constructor?*/
public?AbstractTblAddress()?{
}
/**?full?constructor?*/
public?AbstractTblAddress(TblUser?tblUser?String?name?String?phone
String?address)?{
this.tblUser?=?tblUser;
this.name?=?name;
this.phone?=?phone;
this.address?=?address;
}
//?Property?accessors
public?Integer?getId()?{
return?this.id;
}
public?void?setId(Integer?id)?{
this.id?=?id;
}
public?TblUser?getT
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.......???????353??2009-05-08?08:25??完整版\addressBook.sql
?????文件???????1149??2010-01-21?10:31??完整版\aa\.classpath
????.......???????538??2009-05-08?08:39??完整版\aa\.myhibernatedata
?????文件????????279??2010-03-10?11:35??完整版\aa\.myme
????.......???????262??2009-05-08?08:39??完整版\aa\.mystrutsdata
?????文件???????1693??2010-03-10?11:36??完整版\aa\.project
????.......???????831??2009-05-08?08:39??完整版\aa\WebRoot\index.jsp
????.......??????5896??2008-05-15?09:04??完整版\aa\WebRoot\WEB-INF\.struts-config.mex
????.......??????8860??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\struts-bean.tld
????.......??????3887??2008-05-15?09:04??完整版\aa\WebRoot\WEB-INF\struts-config.xm
????.......?????73617??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\struts-html.tld
????.......?????14731??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\struts-logic.tld
????.......?????71483??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\struts-nested.tld
????.......??????7842??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\struts-tiles.tld
????.......??????1128??2008-05-15?09:06??完整版\aa\WebRoot\WEB-INF\validation.xm
????.......?????13781??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\validator-rules.xm
????.......??????1980??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\web.xm
????.......????351953??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\lib\antlr.jar
????.......????164143??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\lib\commons-beanutils.jar
????.......????150755??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\lib\commons-digester.jar
????.......?????19274??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\lib\commons-fileupload.jar
????.......?????33885??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\lib\commons-logging.jar
????.......?????75489??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\lib\commons-validator.jar
????.......?????63407??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\lib\jakarta-oro.jar
????.......????493105??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\lib\mysql-connector-java-5.0.3-bin.jar
????.......????485363??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\lib\struts.jar
????.......???????984??2009-05-08?08:39??完整版\aa\WebRoot\WEB-INF\classes\hibernate.cfg.xm
????.......???????954??2008-05-14?13:27??完整版\aa\WebRoot\WEB-INF\classes\com\addressbook\struts\ApplicationResources.properties
?????文件???????1091??2010-03-10?11:35??完整版\aa\WebRoot\WEB-INF\classes\com\addressbook\struts\form\SearchForm.class
?????文件???????2347??2010-03-10?11:35??完整版\aa\WebRoot\WEB-INF\classes\com\addressbook\struts\form\RegisterForm.class
............此處省略92個文件信息
評論
共有 條評論