資源簡介
基于Ajax+J2EE的ERP系統源碼
代碼片段和文件信息
package?com.meybosoft.microerp.action;
import?java.lang.reflect.Method;
import?com.easyjf.util.CommUtil;
import?com.easyjf.web.IWebAction;
import?com.easyjf.web.Module;
import?com.easyjf.web.Page;
import?com.easyjf.web.WebForm;
public?class?AbstractNakeAction?implements?IWebAction?{
private?WebForm?form;
private?Module?module;
public?Page?execute(WebForm?form?Module?module)?throws?Exception?{
Page?forward=null;
this.form=form;
this.module=module;
String?command=CommUtil.null2String(form.get(“easyJWebCommand“));
if(!““.equals(command))
{
Class[]?paras=new?Class[2];
paras[0]=WebForm.class;
paras[1]=Module.class;
String?cmd=“do“+command.substring(01).toUpperCase()+command.substring(1);
Method?m=this.getClass().getMethod(cmd);
if(m!=nu
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????389??2007-02-04?13:14??.project
?????文件???????1642??2007-02-04?13:14??.classpath
?????文件????1877504??2007-02-02?17:31??數據庫\microerp-mssql-data.bak
?????文件??????33154??2007-02-04?13:32??數據庫\microerp-mssql.sql
?????文件??????51200??2007-02-04?14:22??數據庫\microerp-mysql.sql
?????文件???????2897??2006-12-26?09:30??webapps\css\css.css
?????文件????????297??2006-12-26?09:30??webapps\images\00010.gif
?????文件????????439??2006-12-26?09:30??webapps\images\00011.gif
?????文件????????328??2006-12-26?09:30??webapps\images\00012.gif
?????文件????????199??2006-12-26?09:30??webapps\images\00013.gif
?????文件????????286??2006-12-26?09:30??webapps\images\00015.gif
?????文件????????411??2006-12-26?09:30??webapps\images\00017.gif
?????文件????????239??2006-12-26?09:30??webapps\images\00018.gif
?????文件????????128??2006-12-26?09:30??webapps\images\00019.gif
?????文件????????108??2006-12-26?09:30??webapps\images\00019_2.gif
?????文件????????531??2006-12-26?09:30??webapps\images\0009.gif
?????文件????????290??2006-12-26?09:30??webapps\images\0012.gif
?????文件????????406??2006-12-26?09:30??webapps\images\0175.GIF
?????文件????????345??2006-12-26?09:30??webapps\images\0255.gif
?????文件????????435??2006-12-26?09:30??webapps\images\0256.gif
?????文件??????28027??2006-12-21?11:30??webapps\images\0_r1_c1.jpg
?????文件??????13544??2006-12-21?00:23??webapps\images\0_r2_c1.jpg
?????文件???????1918??2006-12-21?00:23??webapps\images\0_r3_c1.jpg
?????文件??????10883??2007-01-04?11:46??webapps\images\0_r3_c2.jpg
?????文件???????1828??2006-12-21?00:23??webapps\images\0_r3_c7.jpg
?????文件??????10730??2006-12-21?11:20??webapps\images\0_r4_c2.jpg
?????文件???????1431??2006-12-21?00:23??webapps\images\0_r5_c1.jpg
?????文件???????1153??2006-12-21?00:23??webapps\images\0_r6_c1.jpg
?????文件??????12319??2006-12-21?11:11??webapps\images\0_r6_c3.jpg
?????文件??????12628??2007-01-04?13:24??webapps\images\0_r6_c333.jpg
............此處省略700個文件信息
- 上一篇:java權限的增刪改查
- 下一篇:長途汽車管理系統
評論
共有 條評論