图书管理系统(可做课程设计)


最最最源生的东西,使用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.settingscom.genuitec.eclipse.core.prefs
     文件         364  2017-12-30 13:09  LibrarySystem_SSM.settingsorg.eclipse.jdt.core.prefs
     文件         489  2017-12-30 13:09  LibrarySystem_SSM.settingsorg.eclipse.wst.common.component
     文件         252  2017-12-30 13:09  LibrarySystem_SSM.settingsorg.eclipse.wst.common.project.facet.core.xml
     文件          49  2017-12-30 13:09  LibrarySystem_SSM.settingsorg.eclipse.wst.jsdt.ui.superType.container
     文件           6  2017-12-30 13:09  LibrarySystem_SSM.settingsorg.eclipse.wst.jsdt.ui.superType.name
     目录           0  2019-03-05 17:32  LibrarySystem_SSMLibrarySystem_SSM
     文件         600  2017-12-30 13:16  LibrarySystem_SSMLibrarySystem_SSM.classpath
     目录           0  2019-03-05 17:32  LibrarySystem_SSMLibrarySystem_SSM.myeclipse
     文件         324  2018-01-03 21:19  LibrarySystem_SSMLibrarySystem_SSM.mymetadata
     文件        1760  2017-12-31 14:00  LibrarySystem_SSMLibrarySystem_SSM.project
     目录           0  2019-03-05 17:32  LibrarySystem_SSMLibrarySystem_SSM.settings
     文件         500  2017-12-30 13:09  LibrarySystem_SSMLibrarySystem_SSM.settings.jsdtscope
     文件         136  2018-01-01 18:55  LibrarySystem_SSMLibrarySystem_SSM.settingscom.genuitec.eclipse.core.prefs
     文件         364  2017-12-30 13:09  LibrarySystem_SSMLibrarySystem_SSM.settingsorg.eclipse.jdt.core.prefs
     文件         489  2017-12-30 13:09  LibrarySystem_SSMLibrarySystem_SSM.settingsorg.eclipse.wst.common.component
     文件         252  2017-12-30 13:09  LibrarySystem_SSMLibrarySystem_SSM.settingsorg.eclipse.wst.common.project.facet.core.xml
     文件          49  2017-12-30 13:09  LibrarySystem_SSMLibrarySystem_SSM.settingsorg.eclipse.wst.jsdt.ui.superType.container
     文件           6  2017-12-30 13:09  LibrarySystem_SSMLibrarySystem_SSM.settingsorg.eclipse.wst.jsdt.ui.superType.name
     目录           0  2019-03-05 17:32  LibrarySystem_SSMLibrarySystem_SSMWebRoot
     目录           0  2019-03-05 17:32  LibrarySystem_SSMLibrarySystem_SSMWebRootmeta-INF
     文件          36  2017-12-30 13:09  LibrarySystem_SSMLibrarySystem_SSMWebRootmeta-INFMANIFEST.MF
     目录           0  2019-03-05 17:32  LibrarySystem_SSMLibrarySystem_SSMWebRootWEB-INF
     目录           0  2019-03-05 17:32  LibrarySystem_SSMLibrarySystem_SSMWebRootWEB-INFclasses
............此处省略334个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)