摘要: Struts2 default.properites属性文件相关说明 struts.i18n.encoding=UTF-8 国际化默认编码格式为UTF-8 struts.objectFactory = spring spring整合时需要使用 ### Parser to handle HTTP PO 阅读全文
posted @ 2016-12-21 11:21 山沟沟的程序员 阅读(156) 评论(0) 推荐(0)
摘要: 文件上传 提交form 必须写成method =”post” enctype=”” 属性值 值 描述 application/x-www-form-urlencoded 在发送前编码所有字符(默认) multipart/form-data 不对字符编码。 在使用包含文件上传控件的表单时,必须使用该值 阅读全文
posted @ 2016-12-21 10:19 山沟沟的程序员 阅读(192) 评论(0) 推荐(0)