摘要: 异常: 原因: 参考:http://blog.csdn.net/wrm_nancy/article/details/17170115 因为这一步不返回表(而是返回游标),使用了ORDER BY子句的查询不能用作表表达式。表表达式包括:视图、内联表值函数、子查询、派生表和共用表达式。它的结果必须返回给 阅读全文
posted @ 2017-07-31 15:27 小闲石 阅读(2230) 评论(0) 推荐(0) 编辑
摘要: An internal error occurred during: "MyEclipse Memory Monitor". Memory Pool not found 解决: 关闭Myeclipse,重新打开。 阅读全文
posted @ 2017-07-31 15:22 小闲石 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Could not open the editor: Editor could not be initialized 参考:http://blog.csdn.net/onsrs/article/details/4282695 自己解决方式:由于自己使用“/* */”注释符号,结果报错了。去掉就OK了 阅读全文
posted @ 2017-07-31 15:21 小闲石 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 解决: 重启服务。 阅读全文
posted @ 2017-07-31 15:19 小闲石 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 解决办法: 1、如果是application工程,则在程序中打印出 system.out.println(System.getProperty("java.endorsed.dirs")); 找到相应位置,将jaxb-api-2.1.jar和jaxb-impl-2.1.12.jar放到对应目录下即可 阅读全文
posted @ 2017-07-31 15:17 小闲石 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 参考:http://blog.csdn.net/rchm8519/article/details/7729827 1、导入commons-lang-2.5.jar 2、刷新项目,再clean项目 阅读全文
posted @ 2017-07-31 15:11 小闲石 阅读(123) 评论(0) 推荐(0) 编辑
摘要: java.lang.ClassNotFoundException:org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter 参考:http://blog.csdn.net/njnu_mjn/article/detail 阅读全文
posted @ 2017-07-31 15:09 小闲石 阅读(84) 评论(0) 推荐(0) 编辑
摘要: java.lang.ClassNotFoundException: org.apache.commons.io.output.DeferredFileOutputStream 1、导入包:commons-io-2.0.1.jar 2、clean项目,然后重新加入服务,发布。 注:之前操作完第一步骤后 阅读全文
posted @ 2017-07-31 15:08 小闲石 阅读(153) 评论(0) 推荐(0) 编辑
摘要: org.apache.commons.fileupload.FileUploadException: the request was rejected because no multipart boundary was found 暂未解决,java访问servlet 上传附件,换成使用上传文件流v 阅读全文
posted @ 2017-07-31 15:06 小闲石 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 案例 1 生成时报错:WSDL file has validation errors. Code generation may fail 参考:http://jyao.iteye.com/blog/1213655 解决方法:将服务端的services接口返回的Map类型的值,改成HashMap.结论 阅读全文
posted @ 2017-07-31 14:59 小闲石 阅读(296) 评论(0) 推荐(0) 编辑