資源簡介
jsp網上購物系統含mysql數據庫
代碼片段和文件信息
package?com.base;
import?com.service.*;
import?com.ORM.*;
import?java.util.*;
/**?供JSON-RPC組件遠程調用的AjaxBean?*/
public?class?AjaxBean?extends?baseLog?{
/**取得商品分類列表*/
public?String[][]?getCategory(){
String[][]?options?=?null;
MerService?service?=?new?MerServiceImpl();
try{
List?list?=?service.browseCategory();
Category?cate?=?null;
int?i?=?0;
if?(list!=null){
options?=?new?String[list.size()][2];
Iterator?it?=?list.iterator();
while(it.hasNext()){
cate?=?(Category)it.next();
options[i][0]?=cate.getId().toString();
options[i][1]?=cate.getCateName().trim();
i++;
}
}else{
options?=?new?String[1][2];
options[0][0]?=“0“;
options[0][1]?=“無商品分類“;
}
}catch(Exception?ex){
logger.info(“在執行Aj
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????291??2009-05-04?12:45??EShop\.myeclipse\readme.txt
?????文件????????291??2009-05-04?12:01??EShop\readme.txt
?????文件????????291??2009-05-04?12:46??EShop\src\readme.txt
?????文件?????????93??2007-09-13?23:12??EShop\WebRoot\index.htm
?????文件????????550??2007-09-11?22:14??EShop\WebRoot\JS\selectDate.htm
?????文件?????????81??2007-09-11?22:44??EShop\WebRoot\Admin\toLogin.htm
?????文件???????1355??2007-09-10?23:28??EShop\WebRoot\templates\coolmenus.html
?????文件???????1336??2007-09-10?23:28??EShop\WebRoot\templates\cssMenu.html
?????文件????????520??2007-09-10?23:28??EShop\WebRoot\templates\index.html
?????文件????????288??2007-09-10?23:28??EShop\WebRoot\templates\indextabs.html
?????文件????????747??2007-09-10?23:28??EShop\WebRoot\templates\nicetabs.html
?????文件????????422??2007-09-10?23:28??EShop\WebRoot\templates\table.html
?????文件????????752??2007-09-10?23:28??EShop\WebRoot\templates\tabs.html
?????文件????????479??2007-09-10?23:28??EShop\WebRoot\templates\xtree.html
????..A..H.?????????9??2007-09-11?22:14??EShop\WebRoot\JS\common\_desktop.ini
?????文件???????3682??2007-07-07?23:00??EShop\db_eshop.sql.bak
?????文件???????1609??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\ORM\Admin.class
?????文件???????5459??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\struts\action\AdminAction.class
?????文件???????5372??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\struts\action\AdminCateAction.class
?????文件???????1649??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\struts\form\AdminForm.class
?????文件???????2819??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\struts\action\AdminLoginAction.class
?????文件???????6279??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\struts\action\AdminMemberAction.class
?????文件??????14408??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\struts\action\AdminMerAction.class
?????文件???????5885??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\struts\action\AdminOrderAction.class
?????文件????????500??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\service\AdminService.class
?????文件???????4233??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\service\AdminServiceImpl.class
?????文件???????3740??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\ba
?????文件????????520??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\ba
?????文件????????487??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\ba
?????文件???????1838??2009-04-20?17:45??EShop\WebRoot\WEB-INF\classes\com\ORM\Cart.class
............此處省略418個文件信息
評論
共有 條評論