資源簡介
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畫直線、圓和橢圓
評論
共有 條評論