摘要:
1.这个错误是因为spring配置的配置文件自己在引用自己导致的。 错误图片 解决办法:将自己配置文件里的引用去掉就可以了。 阅读全文
摘要:
一.依赖的引入 <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <version>1.3.2</version> <exclusions> <exclusion> <groupI 阅读全文
摘要:
一.使用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 阅读全文