摘要: https://blog.csdn.net/qq_33198758/article/details/82987805 在做网站的时候,会遇到需要首页加载数据库数据的情况。而web.xml配置的首页: <welcome-file-list> <welcome-file>index.jsp</welco 阅读全文
posted @ 2019-12-23 23:20 君莫笑我十年游 阅读(499) 评论(0) 推荐(0) 编辑
摘要: <c:choose> <c:when test="${!sessionScope.user eq null}"> <li><a href="#">${sessionScope.user.username}</a></li> <li><a href="loginOut">注销</a></li> </c 阅读全文
posted @ 2019-12-23 18:03 君莫笑我十年游 阅读(413) 评论(0) 推荐(0) 编辑
摘要: pom类: dao: service: servlet 前端: 查询数据总条数: 阅读全文
posted @ 2019-12-23 14:11 君莫笑我十年游 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 前端: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <!--引入jquery文件--> <script src="js/jquery-3.2.1.js" type="text/javascript"></script> </head> < 阅读全文
posted @ 2019-12-23 10:47 君莫笑我十年游 阅读(223) 评论(1) 推荐(0) 编辑