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

  • 大小: 93.29MB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2023-07-18
  • 語言: 數據庫
  • 標簽: javaweb??SSH??

資源簡介

基于SSH的汽車4S店管理系統,分為前臺和后臺,可以對4s店的顧客情況進行管理,適合做畢業設計,課程設計,mysql數據庫

資源截圖

代碼片段和文件信息

package?com.neusoft.action;


import?java.io.IOException;
import?java.io.PrintWriter;
import?java.util.ArrayList;
import?java.util.List;

import?javax.servlet.http.HttpServletResponse;

import?org.apache.struts2.ServletActionContext;
import?org.springframework.beans.factory.annotation.Autowired;
import?org.springframework.context.annotation.Scope;
import?org.springframework.stereotype.Controller;

import?com.opensymphony.xwork2.ActionContext;
import?com.opensymphony.xwork2.ActionSupport;
import?com.opensymphony.xwork2.ModelDriven;

import?net.sf.json.JSONobject;

import?com.neusoft.model.Book;
import?com.neusoft.model.Car;
import?com.neusoft.model.CarCategory;
import?com.neusoft.service.IBookService;
import?com.neusoft.service.ICarCategoryService;
import?com.neusoft.service.ICarService;
import?com.neusoft.utils.Pager;

@Controller(“bookAction“)
@Scope(“prototype“)
public?class?BookAction?extends?ActionSupport?implements?ModelDriven{

???private?Book?book;
???
???private?int?carCategoryId;
???
???private?String?keyword;

???private?String?carPrice;
???
???private?int?carId;
???
???private?String?carIds;

???
???

????public?String?getCarIds()?{
return?carIds;
}


public?void?setCarIds(String?carIds)?{
this.carIds?=?carIds;
}


public?String?getKeyword()?{
????????return?keyword;
????}
????
????
????public?void?setKeyword(String?keyword)?{
????????this.keyword?=?keyword;
????}
????
????
????public?String?getCarPrice()?{
????????return?carPrice;
????}
????
????
????public?void?setCarPrice(String?carPrice)?{
????????this.carPrice?=?carPrice;
????}


????public?int?getCarCategoryId()?{
????????return?carCategoryId;
????}
????
????
????
????public?void?setCarCategoryId(int?carCategoryId)?{
????????this.carCategoryId?=?carCategoryId;
????}


???public?int?getCarId()?{
return?carId;
}


public?void?setCarId(int?carId)?{
this.carId?=?carId;
}

???@Override
???public?Book?getModel()?{
???????if(book==null)?book?=?new?Book();
?????return?book;
???}
????@Autowired
???private?IBookService?bookService;
????
????@Autowired
????private?ICarCategoryService?carCategoryService;
????
????@Autowired
????private?ICarService??carService;
????
/**
?*?進入首頁
?*?@Description?(TODO這里用一句話描述這個方法的作用)
?*?@return
?*/
???? public?String?index(){
???? ????Pager??pagers=carService.findPager2(keywordcarPrice);
???? ????ActionContext.getContext().put(“pagers“?pagers);
???? ????String?hql=“from?CarCategory?where?1=1“;
????????????List?carCatList=carCategoryService.getByHQL(hql?null);
????????????ActionContext.getContext().put(“carCatList“?carCatList);?
????????????ActionContext.getContext().put(“keyword2“?keyword);?
????????????return?SUCCESS;
???? ????
???? }

???? /**
???? ?*?前臺提交預約信息
???? ?*?@Description?(TODO這里用一句話描述這個方法的作用)
???? ?*?@return
???? ?*?@throws?IOException?
???? ?*/
???? public?void?appoin

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????36439??2016-11-06?13:08??4s.sql
?????目錄???????????0??2016-11-06?13:24??代碼\
?????目錄???????????0??2016-11-05?20:06??代碼\4Ssales\
?????文件?????????633??2016-10-23?08:36??代碼\4Ssales\.classpath
?????文件????????1182??2018-03-27?15:20??代碼\4Ssales\.project
?????目錄???????????0??2016-11-05?20:06??代碼\4Ssales\.settings\
?????文件?????????567??2016-10-23?08:30??代碼\4Ssales\.settings\.jsdtscope
?????文件??????????57??2016-10-29?17:45??代碼\4Ssales\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2016-10-23?08:30??代碼\4Ssales\.settings\org.eclipse.jdt.core.prefs
?????文件?????????117??2016-10-26?13:37??代碼\4Ssales\.settings\org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs
?????文件?????????560??2016-10-29?13:33??代碼\4Ssales\.settings\org.eclipse.wst.common.component
?????文件?????????305??2016-10-23?08:31??代碼\4Ssales\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2016-10-23?08:30??代碼\4Ssales\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2016-10-23?08:30??代碼\4Ssales\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2018-03-27?15:32??代碼\4Ssales\WebContent\
?????目錄???????????0??2016-11-01?18:23??代碼\4Ssales\WebContent\meta-INF\
?????文件??????????39??2016-10-23?08:30??代碼\4Ssales\WebContent\meta-INF\MANIFEST.MF
?????目錄???????????0??2016-11-05?20:06??代碼\4Ssales\WebContent\WEB-INF\
?????目錄???????????0??2016-11-05?20:06??代碼\4Ssales\WebContent\WEB-INF\jsp\
?????目錄???????????0??2016-11-05?20:06??代碼\4Ssales\WebContent\WEB-INF\jsp\book\
?????文件????????4728??2016-10-28?13:08??代碼\4Ssales\WebContent\WEB-INF\jsp\book\book1.jsp
?????文件????????4772??2016-11-01?10:41??代碼\4Ssales\WebContent\WEB-INF\jsp\book\compare.jsp
?????文件????????4317??2016-10-29?17:20??代碼\4Ssales\WebContent\WEB-INF\jsp\book\compareCarList.html
?????文件????????4436??2016-10-29?17:32??代碼\4Ssales\WebContent\WEB-INF\jsp\book\compareCarList.jsp
?????文件???????14369??2016-10-31?22:03??代碼\4Ssales\WebContent\WEB-INF\jsp\book\index.jsp
?????文件???????11053??2016-10-29?17:49??代碼\4Ssales\WebContent\WEB-INF\jsp\book\index2.jsp
?????文件????????3228??2016-10-28?12:45??代碼\4Ssales\WebContent\WEB-INF\jsp\book\update2.jsp
?????文件???????10769??2016-10-31?21:11??代碼\4Ssales\WebContent\WEB-INF\jsp\book\webCarList.html
?????目錄???????????0??2016-11-05?20:06??代碼\4Ssales\WebContent\WEB-INF\jsp\car\
?????文件????????3528??2016-10-27?22:50??代碼\4Ssales\WebContent\WEB-INF\jsp\car\add.jsp
?????文件????????5245??2016-10-27?22:55??代碼\4Ssales\WebContent\WEB-INF\jsp\car\car.jsp
............此處省略2416個文件信息

評論

共有 條評論