2021年4月24日

SMBMS项目实战(登录功能实现)

摘要: 流程图: 1)编写前端界面 2)在web.xml中设置欢迎页面(首页) 1 <!-- 设置欢迎页面--> 2 <welcome-file-list> 3 <welcome-file>login.jsp</welcome-file> 4 </welcome-file-list> 3)编写dao层登录用 阅读全文

posted @ 2021-04-24 13:48 Love&Share 阅读(577) 评论(0) 推荐(0)

导航