struts.multipart.maxSize和fileUpload拦截器的maximumSize属性分工不同
1、struts.multipart.maxSize控制整个项目所上传文件的最大size。超过这个值,后台报错
the request was rejected because its size (51224434) exceeds the configured maximum (20971520)
2、fileUpload拦截器的maximumSize属性必须小于struts.multipar...
分类:
Web程序 时间:
2014-11-20 23:49:50
阅读次数:
205
安装php的时候提示libxml2 未安装 从服务器安装libxml2 提示libxml.c:3821: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libxmlMethods'libxml.c:3876: war....
分类:
系统相关 时间:
2014-11-19 12:23:22
阅读次数:
526
错误代码:objc_msgSend(self.beginRefreshingTaget, self.beginRefreshingAction, self);Too many arguments to function call, expected 0, have 3经过几番周折,终于叨叨解决方案了...
分类:
移动开发 时间:
2014-11-18 11:42:09
阅读次数:
317
傻傻地犯错了,R文件rawclass没有key找到这个raw文件夹发现命名文件名字不符合规范改成全部小写就行了。
分类:
其他好文 时间:
2014-11-16 01:58:16
阅读次数:
242
Exception in thread "main" org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Expected mime type application/octet-stream but got t...
分类:
移动开发 时间:
2014-11-12 19:39:16
阅读次数:
1013
kid1| ERROR: No forward-proxy ports configured.
分类:
其他好文 时间:
2014-11-12 00:32:25
阅读次数:
468
Extjs4 使用store的post方法引用官网的一句话 Now when we call store.load(), the AjaxProxy springs into action, making a request to the url we configured ('users.jso....
分类:
Web程序 时间:
2014-11-10 12:00:40
阅读次数:
215
1.SVN仓库信息的恢复(使用visual svn作为svn服务器的)前提:必须要有原来的仓库文件a.下载与原来同样版本的visual svn或者下载最新的visualsvn 。因为你不知道原来的visualsvn的版本,所以安装旧的版本是无法恢复仓库信息的,提示错误Expected FS form...
一般在对文件操作的时候可能出现这个问题,可能是打开文件的时候出错,也可能是对目录进行遍历的时候出问题。
出现这种问题一般是在eclipse中运行hadoop的时候出现,直接切换到shell下发送命令,可能不会出现这个问题。
假设当前在eclipse的项目目录下,具体解决办法如下:...
分类:
其他好文 时间:
2014-11-08 22:15:37
阅读次数:
277
11-06 18:29:15.582: W/WebView(27807): java.lang.Throwable: A WebView method was called on thread 'JavaBridge'. All WebView methods must be called on the same thread. (Expected Looper Looper (main, tid...
分类:
移动开发 时间:
2014-11-07 08:39:36
阅读次数:
470