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

資源簡介

1.采用ssh框架。 2.界面簡潔,好看。 3.自帶支付功能。 4.分為前后臺。 5.可直接部署,有問題可以直接發我郵箱929450267@qq.com

資源截圖

代碼片段和文件信息

package?cn.it.shop.action;

import?java.io.ByteArrayInputStream;
import?java.util.HashMap;
import?org.springframework.context.annotation.Scope;
import?org.springframework.stereotype.Controller;
import?cn.it.shop.model.Account;

@SuppressWarnings(“serial“)
@Controller
@Scope(“prototype“)
public?class?AccountAction?extends?baseAction?{

/**
?*?
??*?Summary:?
??*?????query(查詢出所有的管理員信息)
??*?@return
??*?@throws?Exception
?*/
public?String?query()?throws?Exception?{
jsonList?=?accountService.getAll(Account.class);
return?“jsonList“;
}

public?String?login()?throws?Exception?{
Account?account?=?accountService.getAccount(model.getLogin()?model.getPass());
if(account!=null){
session.put(“account“?account);
return?“alogin“;
}else{
return?“alogins“;
}
}

/**
?*?
??*?Summary:?
??*?????queryAll(查詢出帶分頁功能的所有的管理員信息)
??*?@return
??*?@throws?Exception
?*/
public?String?queryAll()?throws?Exception{
pageMap?=?new?HashMapject>();
pagerList?=?accountService.queryAll(model.getName()?page?rows);
pageMap.put(“rows“?pagerList.getDataList());?
pageMap.put(“total“?pagerList.getTotalRecord());
return?“jsonMap“;
}

/**
?*?
??*?Summary:?
??*?????save(添加管理員信息)
??*?@throws?Exception
?*/
public?void?save()?throws?Exception?{
accountService.save(model);
}

/**
?*?
??*?Summary:?
??*?????update(修改管理員信息)
??*?@throws?Exception
?*/
public?void?update()?throws?Exception?{
accountService.update(model);
}

/**
?*?
??*?Summary:?
??*?????deleteByIds(批量刪除管理員信息)
??*?@return
??*?@throws?Exception
?*/
public?String?deleteByIds()?throws?Exception?{
accountService.delete(idsAccount.class);
inputStream?=?new?ByteArrayInputStream(“true“.getBytes());
return?“stream“;
}

}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-07-21?13:46??Library\
?????文件?????????642??2017-08-01?12:55??Library\.classpath
?????目錄???????????0??2017-04-15?12:12??Library\.externalToolBuilders\
?????文件?????????548??2016-12-27?18:18??Library\.externalToolBuilders\org.eclipse.wst.jsdt.core.javascriptValidator.launch
?????文件?????????551??2017-03-17?17:38??Library\.myhibernatedata
?????文件?????????294??2017-04-20?20:38??Library\.mymetadata
?????文件????????2183??2016-12-27?18:18??Library\.project
?????目錄???????????0??2017-04-17?18:54??Library\.settings\
?????文件?????????500??2016-11-09?13:46??Library\.settings\.jsdtscope
?????文件??????????74??2017-07-14?10:57??Library\.settings\com.genuitec.eclipse.core.prefs
?????文件?????????364??2016-11-07?15:02??Library\.settings\org.eclipse.jdt.core.prefs
?????文件?????????534??2017-03-18?13:54??Library\.settings\org.eclipse.wst.common.component
?????文件?????????252??2016-11-07?15:02??Library\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2016-11-07?15:02??Library\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2016-11-07?15:02??Library\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2017-04-15?12:12??Library\Test\
?????目錄???????????0??2017-04-15?12:12??Library\Test\cn\
?????目錄???????????0??2017-04-15?12:12??Library\Test\cn\it\
?????目錄???????????0??2017-04-15?12:12??Library\Test\cn\it\shop\
?????目錄???????????0??2017-04-15?12:12??Library\Test\cn\it\shop\sevice\
?????目錄???????????0??2018-06-13?14:51??Library\Test\cn\it\shop\sevice\impl\
?????目錄???????????0??2017-05-05?10:19??Library\WebRoot\
?????目錄???????????0??2017-04-15?12:12??Library\WebRoot\AmazeUI-2.4.2\
?????目錄???????????0??2017-04-15?12:12??Library\WebRoot\AmazeUI-2.4.2\assets\
?????目錄???????????0??2017-04-15?12:12??Library\WebRoot\AmazeUI-2.4.2\assets\css\
?????文件????????4972??2016-12-21?00:00??Library\WebRoot\AmazeUI-2.4.2\assets\css\admin.css
?????文件??????329124??2016-12-21?00:00??Library\WebRoot\AmazeUI-2.4.2\assets\css\amazeui.css
?????文件??????329976??2016-12-21?00:00??Library\WebRoot\AmazeUI-2.4.2\assets\css\amazeui.flat.css
?????文件??????247799??2016-12-21?00:00??Library\WebRoot\AmazeUI-2.4.2\assets\css\amazeui.flat.min.css
?????文件??????247008??2016-12-21?00:00??Library\WebRoot\AmazeUI-2.4.2\assets\css\amazeui.min.css
?????文件??????????23??2016-12-21?00:00??Library\WebRoot\AmazeUI-2.4.2\assets\css\app.css
............此處省略1050個文件信息

評論

共有 條評論