2017年7月26日

springMVC 实现上传文件和下载文件

摘要: 第一步:在applicationContext.xml中添加支持<!-- 支持文件上传 --><bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver" 阅读全文

posted @ 2017-07-26 10:08 Xiaox-xin 阅读(213) 评论(0) 推荐(0)

el 表达式 显示错误 总结

摘要: 1. 页面需要引入jquery <script src="/js/jquery-3.1.1.min.js"></script> 2.配置文件 web.xml 在配置文件 web.xml中必须要有xmlns 阅读全文

posted @ 2017-07-26 09:36 Xiaox-xin 阅读(177) 评论(0) 推荐(0)

导航