资源简介
springMVC+Mybatis(登录+数据操作)
代码片段和文件信息
package com.action;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import com.biz.IStudentBiz;
import com.vo.Student;
@Controller
@Scope(“prototype“)
public class StudentAction {
@Resource
private IStudentBiz sbiz;
private Student stu;
private List stuList=new ArrayList();
public List getStuList() {
return stuList;
}
public void setStuList(List stuList) {
this.stuList = stuList;
}
public Student getStu() {
return stu;
}
public void setStu(Student stu) {
this.stu 属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3203 2015-01-27 16:05 helloSpringMvc\.classpath
文件 315 2015-01-28 13:45 helloSpringMvc\.myme
文件 1420 2015-01-27 14:17 helloSpringMvc\.project
文件 500 2015-01-27 13:42 helloSpringMvc\.settings\.jsdtscope
文件 330 2015-01-27 13:42 helloSpringMvc\.settings\org.eclipse.jdt.core.prefs
文件 49 2015-01-27 13:42 helloSpringMvc\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2015-01-27 13:42 helloSpringMvc\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 1752 2015-01-27 16:44 helloSpringMvc\readme.txt
文件 2391 2015-01-28 14:53 helloSpringMvc\src\com\action\StudentAction.java
文件 833 2015-01-28 14:37 helloSpringMvc\src\com\biz\impl\StudentBizImpl.java
文件 249 2015-01-28 14:32 helloSpringMvc\src\com\biz\IStudentBiz.java
文件 448 2015-01-28 14:34 helloSpringMvc\src\com\dao\IStudentDao.java
文件 574 2015-01-28 14:37 helloSpringMvc\src\com\dao\Student.xm
文件 837 2015-01-28 14:13 helloSpringMvc\src\com\test\StudentTest.java
文件 648 2015-01-27 15:32 helloSpringMvc\src\com\vo\Student.java
文件 335 2015-01-27 16:27 helloSpringMvc\src\mybatis.xm
文件 604 2015-01-27 15:45 helloSpringMvc\WebRoot\index.jsp
文件 36 2015-01-27 13:42 helloSpringMvc\WebRoot\me
文件 3327 2015-01-28 14:53 helloSpringMvc\WebRoot\WEB-INF\classes\com\action\StudentAction.class
文件 1176 2015-01-28 14:37 helloSpringMvc\WebRoot\WEB-INF\classes\com\biz\impl\StudentBizImpl.class
文件 294 2015-01-28 14:32 helloSpringMvc\WebRoot\WEB-INF\classes\com\biz\IStudentBiz.class
文件 294 2015-01-28 14:34 helloSpringMvc\WebRoot\WEB-INF\classes\com\dao\IStudentDao.class
文件 574 2015-01-28 14:37 helloSpringMvc\WebRoot\WEB-INF\classes\com\dao\Student.xm
文件 1518 2015-01-28 14:13 helloSpringMvc\WebRoot\WEB-INF\classes\com\test\StudentTest.class
文件 1320 2015-01-27 16:05 helloSpringMvc\WebRoot\WEB-INF\classes\com\vo\Student.class
文件 335 2015-01-27 16:27 helloSpringMvc\WebRoot\WEB-INF\classes\mybatis.xm
文件 1916 2015-01-27 16:43 helloSpringMvc\WebRoot\WEB-INF\springmvc-servlet.xm
文件 1479 2015-01-27 14:37 helloSpringMvc\WebRoot\WEB-INF\web.xm
文件 716 2015-01-28 14:26 helloSpringMvc\WebRoot\welcome.jsp
目录 0 2015-01-28 15:11 helloSpringMvc\WebRoot\WEB-INF\classes\com\biz\impl
............此处省略26个文件信息
- 上一篇:PSO训练BP神经网络
- 下一篇:MFC画直线、圆和椭圆
相关资源
- The.Art.Of.Unit.Testing.With.Examples.in.C.2nd
- myGame.rar
- 带手机版数据同步财税代理公司注册
- pdf课本及习题答案.rar
- 深度学习PDF非扫描版(中文版)麻省
- doudizhu_shffule_src.zip
- 随机信号分析解题指南.pdf
- ios12.3驱动.zip
- 百万邮件系统多机版.rar
- learnopengl-cn-2018年5月更新.pdf
- zw_学习OpenCV(中文版).zip
- 1-300.pdf
- pyqt5windows生成二维工具源码
- KNN疾病预测算法Demo
- ABAQUS单元失效浅析(单元删除
- Jtopo+json格式数据代码
- 解多目标规划的单纯形代码
- TerraVolVoxelTerrainEngine2.1c.7z
- VA_X_Setup2118.rar
- CHS_Ha_PasswarekitEnterprise10.0.exe
- 无线通信AndreaGoldsmith杨鸿文等译.rar
- 迅捷PDF转换器破解版.rar
- 迅捷PDF编辑器破解版.rar
- 金字塔原理1清晰扫描版.pdf
- TeamViewer_11已激活+破解版+随意换ID.z
- FieldtheoryofGuidedwavesCollin__2nd.pdf
- 先进电气驱动的分析建模与控制[比
- IPC-J-STD033潮湿、回流焊敏感表面贴装
- 网络是怎样连接的_户根勤.pdf
- tesseract最新最全资料.rar
川公网安备 51152502000135号
评论
共有 条评论