摘要:
一.使用shiro框架需要引入的依赖 <!--引入shiro的依赖--> <!-- shiro start --> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <versio 阅读全文
摘要:
一.前端需要准备的工作: 1.表单的提交方式必须为post提交 method="post"。 2.加入enctype="multpart/form-data". 3.添加标签<input type="file"> <%@ page language="java" isELIgnored="false 阅读全文