• 大小: 12.94MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-01
  • 语言: Java
  • 标签: Servlet  jdbc  mybatis  

资源简介

最最最源生的东西,使用Servlet和jdbc,mybatis写的一个JavaWeb案例,供那些刚开始学习JavaWeb刚入门的童鞋学习和借阅!

资源截图

代码片段和文件信息

package nyist.net.Library.Controller;


import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;


@Controller
public class LibraryController {

@RequestMapping(“AlterBookInformation“)
public String ToAlterBookInformation(){
return “AlterBookInformation“;
}
@RequestMapping(“Alterpassword“)
public String ToAlterpassword(){
return “Alterpassword“;
}

@RequestMapping(“downbook“)
public String Todownbook(){
return “downbook“;
}

@RequestMapping(“Login“)
public String ToLogin(){
return “Login“;
}

@RequestMapping(“Main_u“)
public String ToMain_u(){
return “Main_u“;
}

@RequestMapping(“Main“)
public String ToMain(){
return “Main“;
}

@RequestMapping(“Mine_Alter“)
public String ToMine_Alter(){
return “Mine_Alter“;
}

@RequestMapping(“Mine“)
public String ToMine(){
return “Mine“;
}

@RequestMapping(“MyBrrowInformation“)
public String ToMyBrrowInformation(){
return “MyBrrowInformation“;
}

@RequestMapping(“QY“)
public String ToQY(){
return “QY“;
}

@RequestMapping(“Register_Personlogin“)
public String ToRegister_Personlogin(){
return “Register_Personlogin“;
}

@RequestMapping(“Register“)
public String ToRegister(){
return “Register“;
}

@RequestMapping(“ReturnBooks“)
public String ToReturnBooks(){
return “ReturnBooks“;
}

@RequestMapping(“SelectBooks“)
public String ToSelectBooks(){
return “SelectBooks“;
}

@RequestMapping(“SelectBooksAsType“)
public String ToSelectBooksAdType(){
return “SelectBooksAsType“;
}

@RequestMapping(“updatebooks“)
public String Toupdatebooks(){
return “updatebooks“;
}

@RequestMapping(“SelectAllBrrowInformations“)
public String ToSelectAllBrrowInformations(){
return “SelectAllBrrowInformations“;
}
@RequestMapping(“SelectAllUser“)
public String ToSelectAllUser(){
return “SelectAllUser“;
}
@RequestMapping(“SelectUserById“)
public String ToSelectUserById(){
return “SelectUserById“;
}
@RequestMapping(“updateUser“)
public String ToupdateUser(){
return “updateUser“;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-03-05 17:32  LibrarySystem_SSM\
     文件        3062  2019-03-05 17:00  LibrarySystem_SSM\.classpath
     目录           0  2019-03-05 17:32  LibrarySystem_SSM\.myeclipse\
     文件         324  2018-04-19 09:24  LibrarySystem_SSM\.mymetadata
     文件        1760  2017-12-31 14:00  LibrarySystem_SSM\.project
     目录           0  2019-03-05 17:32  LibrarySystem_SSM\.settings\
     文件         500  2017-12-30 13:09  LibrarySystem_SSM\.settings\.jsdtscope
     文件          74  2018-01-27 13:46  LibrarySystem_SSM\.settings\com.genuitec.eclipse.core.prefs
     文件         364  2017-12-30 13:09  LibrarySystem_SSM\.settings\org.eclipse.jdt.core.prefs
     文件         489  2017-12-30 13:09  LibrarySystem_SSM\.settings\org.eclipse.wst.common.component
     文件         252  2017-12-30 13:09  LibrarySystem_SSM\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2017-12-30 13:09  LibrarySystem_SSM\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2017-12-30 13:09  LibrarySystem_SSM\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2019-03-05 17:32  LibrarySystem_SSM\LibrarySystem_SSM\
     文件         600  2017-12-30 13:16  LibrarySystem_SSM\LibrarySystem_SSM\.classpath
     目录           0  2019-03-05 17:32  LibrarySystem_SSM\LibrarySystem_SSM\.myeclipse\
     文件         324  2018-01-03 21:19  LibrarySystem_SSM\LibrarySystem_SSM\.mymetadata
     文件        1760  2017-12-31 14:00  LibrarySystem_SSM\LibrarySystem_SSM\.project
     目录           0  2019-03-05 17:32  LibrarySystem_SSM\LibrarySystem_SSM\.settings\
     文件         500  2017-12-30 13:09  LibrarySystem_SSM\LibrarySystem_SSM\.settings\.jsdtscope
     文件         136  2018-01-01 18:55  LibrarySystem_SSM\LibrarySystem_SSM\.settings\com.genuitec.eclipse.core.prefs
     文件         364  2017-12-30 13:09  LibrarySystem_SSM\LibrarySystem_SSM\.settings\org.eclipse.jdt.core.prefs
     文件         489  2017-12-30 13:09  LibrarySystem_SSM\LibrarySystem_SSM\.settings\org.eclipse.wst.common.component
     文件         252  2017-12-30 13:09  LibrarySystem_SSM\LibrarySystem_SSM\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2017-12-30 13:09  LibrarySystem_SSM\LibrarySystem_SSM\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2017-12-30 13:09  LibrarySystem_SSM\LibrarySystem_SSM\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2019-03-05 17:32  LibrarySystem_SSM\LibrarySystem_SSM\WebRoot\
     目录           0  2019-03-05 17:32  LibrarySystem_SSM\LibrarySystem_SSM\WebRoot\meta-INF\
     文件          36  2017-12-30 13:09  LibrarySystem_SSM\LibrarySystem_SSM\WebRoot\meta-INF\MANIFEST.MF
     目录           0  2019-03-05 17:32  LibrarySystem_SSM\LibrarySystem_SSM\WebRoot\WEB-INF\
     目录           0  2019-03-05 17:32  LibrarySystem_SSM\LibrarySystem_SSM\WebRoot\WEB-INF\classes\
............此处省略334个文件信息

评论

共有 条评论