91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.84M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-03-26
  • 語言: 其他
  • 標簽: 其他??

資源簡介


基于Web的藥房銷售管理系統的源代碼,使用的是Java語言開發,數據庫用的是MySQL

資源截圖

代碼片段和文件信息

package?mypack;

import?java.io.Serializable;

/**
*
*?@author?孫凱
*/

public?class?AdminDetails?implements?Serializable?{

private?static?final?long?serialVersionUID?=?1L;
//字段屬性
private?Integer?id?=?0;?//ID
private?String?number?=?null;?//管理員編號
private?String?name?=?null;?//管理員名稱
private?String?password?=?null;?//密碼
private?String?telephone?=?null;?//聯系電話
private?String?address?=?null;?//家庭住址
private?String?homephone?=?null;?//家庭電話
private?String?remarks?=?null;?//備注

public?AdminDetails(Integer?id?String?number?String?name?String?password?String?telephone?String?address?String?homephone?String?remarks){
this.id?=?id;
this.number?=?number;
this.name?=?name;
this.password?=?password;
this.telephone?=?telephone;
this.address?=?address;
this.homephone?=?homephone;
this.remarks?=?remarks;
}

public?Integer?getId()?{
return?id;
}
public?void?setId(Integer?id)?{
this.id?=?id;
}
public?String?getNumber()?{

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-12-29?13:03??drugstore\
?????文件?????????409??2010-03-04?10:29??drugstore\.classpath
?????文件????????1042??2010-01-25?09:11??drugstore\.project
?????目錄???????????0??2012-12-29?13:03??drugstore\.settings\
?????文件?????????454??2010-01-25?09:11??drugstore\.settings\.jsdtscope
?????文件?????????330??2010-03-04?10:29??drugstore\.settings\org.eclipse.jdt.core.prefs
?????文件?????????424??2010-01-25?09:11??drugstore\.settings\org.eclipse.wst.common.component
?????文件?????????229??2010-01-25?09:11??drugstore\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2010-01-25?09:11??drugstore\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2010-01-25?09:11??drugstore\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2012-12-29?13:03??drugstore\WebContent\
?????目錄???????????0??2010-07-07?13:44??drugstore\WebContent\meta-INF\
?????文件??????????39??2010-01-25?09:11??drugstore\WebContent\meta-INF\MANIFEST.MF
?????目錄???????????0??2012-12-29?13:03??drugstore\WebContent\WEB-INF\
?????目錄???????????0??2012-12-29?13:06??drugstore\WebContent\WEB-INF\lib\
?????文件????????5203??2010-02-04?10:28??drugstore\WebContent\WEB-INF\web.xml
?????文件?????????351??2010-05-02?11:05??drugstore\WebContent\about.jsp
?????文件????????2671??2010-02-06?16:38??drugstore\WebContent\adminbox.jsp
?????文件????????6002??2010-02-05?23:05??drugstore\WebContent\adminlist.jsp
?????文件?????????243??2010-01-29?13:33??drugstore\WebContent\chk.jsp
?????文件????????4415??2010-02-06?16:39??drugstore\WebContent\companiesbox.jsp
?????文件????????7109??2010-02-05?23:07??drugstore\WebContent\companieslist.jsp
?????目錄???????????0??2012-12-29?13:03??drugstore\WebContent\css\
?????文件?????????230??2010-01-31?14:39??drugstore\WebContent\css\fenye.css
?????文件?????????268??2010-01-25?14:31??drugstore\WebContent\css\left.css
?????文件????????1441??2010-01-31?14:39??drugstore\WebContent\css\style.css
?????文件????????4010??2010-02-06?16:43??drugstore\WebContent\customersbox.jsp
?????文件????????7026??2010-02-05?23:07??drugstore\WebContent\customerslist.jsp
?????文件???????11017??2010-05-03?16:44??drugstore\WebContent\drugsalesbox.jsp
?????文件????????6963??2010-03-08?19:11??drugstore\WebContent\drugsaleslist.jsp
?????文件???????12759??2010-02-07?21:33??drugstore\WebContent\drugstoragebox.jsp
............此處省略118個文件信息

評論

共有 條評論