摘要:
解决方案: (1) BeanFactory没有实例化或者已经关闭了,其实产生错误的原因很简单,在写: ApplicationContext ctx = new ClassPathXmlApplicationContext(); 时,没有指定配置文件,Spring实例化BeanFactory的时候是默 阅读全文
摘要:
解决方法: (1) 第一步:引入commons-fileupload-1.2.jar,具体版本号以具体项目要求为准; 第二步:在spring-mvc.xml中增加如下配置,具体文体大小限制以具体项目要求为准 <!-- 设置上传文件最大值 1M=1*1024*1024(B)=1048576 bytes 阅读全文