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

  • 大小: 9.18MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-10-06
  • 語(yǔ)言: Java
  • 標(biāo)簽: springmvc??mybatis??js??jQuery??Ajax??

資源簡(jiǎn)介

基于SSM開(kāi)發(fā)的簡(jiǎn)單商城,用戶登錄驗(yàn)證基于Ajax,有關(guān)mybatis基本操作都有,采用的是mapper代理方式,頁(yè)面jsp采用c標(biāo)簽渲染,很適合要學(xué)習(xí)SSM框架的童鞋,非常具有學(xué)習(xí)參考價(jià)值

資源截圖

代碼片段和文件信息

package?com.ssm.controller;

import?java.util.List;

import?org.springframework.beans.factory.annotation.Autowired;
import?org.springframework.stereotype.Controller;
import?org.springframework.web.bind.annotation.RequestMapping;
import?org.springframework.web.servlet.ModelAndView;

import?com.ssm.pojo.ItemsCustom;
import?com.ssm.service.ItemsService;

@Controller
public?class?ItemsController?{
????@Autowired
private?ItemsService?itemsService;
@RequestMapping(“/queryItems.do“)
public?ModelAndView?queryItems()?throws?Exception?{

List?itemsList=itemsService.findItemsList(null);
ModelAndView?mav=new?ModelAndView();
mav.addobject(“itemsList“?itemsList);
mav.setViewName(“/WEB-INF/jsp/items/itemsList.jsp“);
return?mav;

}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-12-06?17:59??SpringMvc_mybatis\
?????文件????????3468??2018-08-20?11:16??SpringMvc_mybatis\.classpath
?????文件?????????917??2018-08-20?10:47??SpringMvc_mybatis\.project
?????目錄???????????0??2018-12-06?17:59??SpringMvc_mybatis\.settings\
?????文件?????????567??2018-08-20?10:47??SpringMvc_mybatis\.settings\.jsdtscope
?????文件?????????364??2018-08-20?10:47??SpringMvc_mybatis\.settings\org.eclipse.jdt.core.prefs
?????文件?????????580??2018-08-20?11:16??SpringMvc_mybatis\.settings\org.eclipse.wst.common.component
?????文件?????????345??2018-08-20?10:47??SpringMvc_mybatis\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2018-08-20?10:47??SpringMvc_mybatis\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2018-08-20?10:47??SpringMvc_mybatis\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2018-12-06?17:59??SpringMvc_mybatis\WebContent\
?????目錄???????????0??2018-12-06?17:59??SpringMvc_mybatis\WebContent\meta-INF\
?????文件??????????39??2018-08-20?10:47??SpringMvc_mybatis\WebContent\meta-INF\MANIFEST.MF
?????目錄???????????0??2018-12-06?17:59??SpringMvc_mybatis\WebContent\WEB-INF\
?????目錄???????????0??2018-12-06?17:59??SpringMvc_mybatis\WebContent\WEB-INF\jsp\
?????目錄???????????0??2018-12-06?17:59??SpringMvc_mybatis\WebContent\WEB-INF\jsp\items\
?????文件????????1582??2018-08-27?08:42??SpringMvc_mybatis\WebContent\WEB-INF\jsp\items\editItems.jsp
?????文件????????1228??2018-08-27?08:44??SpringMvc_mybatis\WebContent\WEB-INF\jsp\items\itemsList.jsp
?????文件?????????361??2018-08-27?08:42??SpringMvc_mybatis\WebContent\WEB-INF\jsp\success.jsp
?????目錄???????????0??2018-12-06?17:59??SpringMvc_mybatis\WebContent\WEB-INF\lib\
?????文件??????160519??2018-08-08?09:33??SpringMvc_mybatis\WebContent\WEB-INF\lib\commons-dbcp-1.4.jar
?????文件???????57779??2018-08-08?09:33??SpringMvc_mybatis\WebContent\WEB-INF\lib\commons-fileupload-1.2.1.jar
?????文件??????109043??2018-08-08?09:33??SpringMvc_mybatis\WebContent\WEB-INF\lib\commons-io-1.4.jar
?????文件??????315805??2018-08-08?09:33??SpringMvc_mybatis\WebContent\WEB-INF\lib\commons-lang3-3.1.jar
?????文件???????60841??2018-08-08?09:33??SpringMvc_mybatis\WebContent\WEB-INF\lib\commons-logging.jar
?????文件???????62103??2018-08-08?09:33??SpringMvc_mybatis\WebContent\WEB-INF\lib\commons-pool.jar
?????文件?????1105958??2018-08-08?09:33??SpringMvc_mybatis\WebContent\WEB-INF\lib\jackson-all-1.9.0.jar
?????文件???????33483??2018-08-08?09:33??SpringMvc_mybatis\WebContent\WEB-INF\lib\jackson-annotations-2.2.3.jar
?????文件??????192699??2018-08-08?09:33??SpringMvc_mybatis\WebContent\WEB-INF\lib\jackson-core-2.2.3.jar
?????文件??????865838??2018-08-08?09:33??SpringMvc_mybatis\WebContent\WEB-INF\lib\jackson-databind-2.2.3.jar
?????文件??????252223??2018-08-08?09:33??SpringMvc_mybatis\WebContent\WEB-INF\lib\jsqlparser-0.9.1.jar
............此處省略72個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源