xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

這是我的畢業(yè)設(shè)計,使用SSH三大框架搭建的購物系統(tǒng),系統(tǒng)共分為三部分:(1)前臺買家購物相關(guān)頁面,(2)商家管理的后臺系統(tǒng)(3)管理員登陸管理的系統(tǒng)。前臺頁面使用了jsp、ajax、jQuery、easyui、jfreeChart等技術(shù),struts實現(xiàn)MVC的控制部分,數(shù)據(jù)庫使用mysql,用hibernate實現(xiàn)持久化操作,使用的是hibernate注解,spring主要用到了依賴注入的特性,開發(fā)工具使用的是InteliJ idea,強烈推薦這個JAVA開發(fā)工具,它比myeclipse好用太多太多了!相信你能通過這個項目熟悉三大框架等web相關(guān)開發(fā)技術(shù)。ps:數(shù)據(jù)庫表是通過spring,hibernate自動生成的,在啟動系統(tǒng)前你只需要建一個編碼為utf-8的名為yszx的數(shù)據(jù)庫即可。

資源截圖

代碼片段和文件信息

package?yszx.action;

import?com.opensymphony.xwork2.ActionContext;
import?com.opensymphony.xwork2.ActionSupport;
import?org.springframework.context.annotation.Scope;
import?org.springframework.stereotype.Controller;
import?yszx.entity.*;
import?yszx.service.AddrInfoService;
import?yszx.service.CategoryService;
import?yszx.service.ProductService;
import?yszx.service.UserService;

import?javax.annotation.Resource;
import?java.util.List;

/**
?*?Created?with?IntelliJ?IDEA.
?*?User:?Administrator
?*?Date:?14-5-28
?*?Time:?下午11:05
?*?To?change?this?template?use?File?|?Settings?|?File?Templates.
?*/
@Controller
@Scope(“prototype“)
public?class?AddrInfoAction?extends?ActionSupport?{
????private?List?addrInfos;
????private?AddrInfo?addrInfo;
????private?Long?id;
????private?List?bigcategorys;
????private?List?hotProducts;

????@Resource(name?=?“addrInfoServiceBean“)
????private?AddrInfoService?addrInfoService;
????@Resource(name?=?“userServiceBean“)
????private?UserService?userService;
????@Resource(name?=?“categoryServiceBean“)
????private?CategoryService?categoryService;
????@Resource(name?=?“productServiceBean“)
????private?ProductService?productService;
????public?List?getAddrInfos()?{
????????return?addrInfos;
????}

????public?void?setAddrInfos(List?addrInfos)?{
????????this.addrInfos?=?addrInfos;
????}

????public?List?getHotProducts()?{
????????return?hotProducts;
????}

????public?void?setHotProducts(List?hotProducts)?{
????????this.hotProducts?=?hotProducts;
????}

????public?AddrInfo?getAddrInfo()?{
????????return?addrInfo;
????}

????public?void?setAddrInfo(AddrInfo?addrInfo)?{
????????this.addrInfo?=?addrInfo;
????}

????public?Long?getId()?{
????????return?id;
????}

????public?void?setId(Long?id)?{
????????this.id?=?id;
????}

????public?List?getBigcategorys()?{
????????return?bigcategorys;
????}

????public?void?setBigcategorys(List?bigcategorys)?{
????????this.bigcategorys?=?bigcategorys;
????}

????public?String?list()?throws?Exception?{
????????addrInfos?=?addrInfoService.getAllAddrInfos();
????????return?“input“;
????}
????public?String?add()?throws?Exception?{
????????bigcategorys?=?categoryService.findCategorysByLevel(1);
????????hotProducts?=?productService.findHotProductsThisMonth();
????????return?“input“;
????}
????public?String?edit()?throws?Exception?{
????????addrInfo?=?addrInfoService.findAddrInfoById(id);
????????bigcategorys?=?categoryService.findCategorysByLevel(1);
????????hotProducts?=?productService.findHotProductsThisMonth();
????????return?“input“;
????}
????public?String?show()?throws?Exception?{
????????addrInfo?=?addrInfoService.findAddrInfoById(id);
????????return?“input“;
????}

????public?String?save()?throws??Exception?{
????????User?currUser?=?(User)?ActionContext.getContext().getSession().get(“l(fā)oginUser“);
????????addrInfo

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????2461??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\admin_top.jsp

?????文件???????2467??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\adviceList.jsp

?????文件???????7138??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\auditProduct.jsp

?????文件????????451??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\checkadmin.jsp

?????文件??????46565??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\css\style.css

?????文件????????253??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\!.gif

?????文件???????1705??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\ad.gif

?????文件????????606??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\add.gif

?????文件????????213??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\back.gif

?????文件?????????73??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\bg.gif

?????文件??????26509??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\bigsize.jpg

?????文件??????18679??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\bootnbg.jpg

?????文件????????179??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\bullet.gif

?????文件????????600??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\buttom-copy-bg.gif

?????文件???????1813??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\buttom-left.gif

?????文件???????2530??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\buttom-right.gif

?????文件????????225??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\buttom_bgs.gif

?????文件????????353??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\buttom_left2.gif

?????文件????????383??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\buttom_right2.gif

?????文件???????2001??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\card.jpg

?????文件????????350??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\check-out_.gif

?????文件????????502??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\close.gif

?????文件????????164??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\content-bg-line.gif

?????文件????????257??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\content-bg.gif

?????文件????????379??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\database_import_.gif

?????文件???????1892??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\DefaultDocs.gif

?????文件???????1633??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\defind.gif

?????文件??????24832??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\del.jpg

?????文件????????618??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\delete.gif

?????文件????????617??2014-06-09?17:40??yszx\out\artifacts\yszx_war_exploded\admin\images\delete_6.gif

............此處省略2177個文件信息

評論

共有 條評論

相關(guān)資源