資源簡介
牙醫管理系統是牙醫的工作,來開發和設計的軟件,實現牙醫對患者信息、患者預約、庫房物品、患者病歷等工作的管理,利于對患者信息進行管理,方便的對患者多種信息進行查找與統計。
代碼片段和文件信息
package?dentist.common;
import?java.lang.reflect.ParameterizedType;
import?com.opensymphony.xwork2.ActionSupport;
import?com.opensymphony.xwork2.ModelDriven;
import?com.opensymphony.xwork2.Preparable;
public?abstract?class?baseAction?extends?ActionSupport?implements?ModelDriven
Preparable?{
private?static?final?long?serialVersionUID?=?-1314560516485837572L;
public?T?model?;
@SuppressWarnings(“unchecked“)
public?baseAction(){
try?{
? ParameterizedType?type?=?(ParameterizedType)?this.getClass().getGenericSuperclass();
Class?clazz?=?(Class)?type.getActualTypeArguments()[0];
model?=?clazz.newInstance();
}?catch?(Exception?e)?{
e.printStackTrace();
}
}
public?void?prepare()?throws?Exception?{
}
public?T?getModel(){
return?model?;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????772??2015-06-05?09:46??Dentist\.classpath
?????文件???????1040??2015-04-13?09:16??Dentist\.project
?????文件????????503??2015-04-13?09:16??Dentist\.settings\.jsdtscope
?????文件????????146??2015-04-22?10:48??Dentist\.settings\org.eclipse.core.resources.prefs
?????文件????????364??2015-04-13?09:16??Dentist\.settings\org.eclipse.jdt.core.prefs
?????文件????????550??2015-04-13?09:17??Dentist\.settings\org.eclipse.wst.common.component
?????文件????????305??2015-06-05?09:44??Dentist\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2015-04-13?09:16??Dentist\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2015-04-13?09:16??Dentist\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????4187??2015-04-24?09:49??Dentist\build\classes\beans.xm
?????文件???????1601??2015-06-05?09:46??Dentist\build\classes\dentist\common\ba
?????文件???????1181??2015-06-05?09:46??Dentist\build\classes\dentist\common\ba
?????文件???????5033??2015-06-05?09:46??Dentist\build\classes\dentist\common\ba
?????文件???????1189??2015-06-05?09:46??Dentist\build\classes\dentist\common\ba
?????文件???????3507??2015-06-05?09:46??Dentist\build\classes\dentist\common\ba
?????文件???????1813??2015-06-05?09:46??Dentist\build\classes\dentist\patient\Arrears.class
?????文件????????882??2015-04-22?14:32??Dentist\build\classes\dentist\patient\Arrears.hbm.xm
?????文件???????3505??2015-06-05?09:46??Dentist\build\classes\dentist\patient\ArrearsControl.class
?????文件???????2362??2015-06-05?09:46??Dentist\build\classes\dentist\patient\Orders.class
?????文件???????1090??2015-05-20?16:28??Dentist\build\classes\dentist\patient\Orders.hbm.xm
?????文件???????3424??2015-06-05?09:46??Dentist\build\classes\dentist\patient\OrdersControl.class
?????文件???????3744??2015-06-05?09:46??Dentist\build\classes\dentist\patient\OutMake.class
?????文件???????1638??2015-05-20?16:28??Dentist\build\classes\dentist\patient\OutMake.hbm.xm
?????文件???????4664??2015-06-05?09:46??Dentist\build\classes\dentist\patient\OutMakeControl.class
?????文件???????4633??2015-06-05?09:46??Dentist\build\classes\dentist\patient\Patient.class
?????文件???????1998??2015-05-20?15:51??Dentist\build\classes\dentist\patient\Patient.hbm.xm
?????文件???????4854??2015-06-05?09:46??Dentist\build\classes\dentist\patient\PatientControl.class
?????文件???????5072??2015-06-05?09:46??Dentist\build\classes\dentist\patient\Payment.class
?????文件???????2194??2015-05-21?10:40??Dentist\build\classes\dentist\patient\Payment.hbm.xm
?????文件???????5331??2015-06-17?17:04??Dentist\build\classes\dentist\patient\PaymentControl.class
............此處省略286個文件信息
評論
共有 條評論