异常详细:An exception of type 'System.Data.Entity.Core.EntityException' occurred in EntityFramework.SqlServer.dll but was not handled in user codeAddition...
分类:
其他好文 时间:
2014-07-10 13:56:49
阅读次数:
306
引言自己弄了一个小项目——日程管理系统,在初始化日期时,查询了数据库,每个日期就会查询一次数据库,就导致了这个问题。问题出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小。Description: An unhandled exception occurred during the ex...
分类:
其他好文 时间:
2014-07-09 23:40:34
阅读次数:
261
原文:解决IIS7运行ASP提示错误:An error occurred on the server when processing the URL. Please contact the system administrator 在WINDOWS7或SERVER2008上安装了IIS7,调试...
分类:
Web程序 时间:
2014-07-07 11:35:36
阅读次数:
250
1、错误描述
严重:Exception occurred during processing request:null
java.lang.reflect.InvocationTargetException.
Caused by:java.lang.OutOfMemoryError:Java heap space.
2、错误原因
3、解决办法...
分类:
其他好文 时间:
2014-07-03 18:03:46
阅读次数:
171
1、在php.ini文件中改动error_reporting改为:error_reporting=E_ALL & ~E_NOTICE2、如果你不能操作php.ini文件,你可以使用如下方法在你想禁止notice错误提示的页面中加入如下代码:/* Report all errors except E_...
分类:
Web程序 时间:
2014-07-01 19:20:22
阅读次数:
225
1、错误描述
java.sql.SQLException: ORA-0064:error occurred at recursive SQL level 1.
ORA-06153:unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM.
ORA-02002:error while writing to audit trail.
O...
分类:
数据库 时间:
2014-07-01 08:01:47
阅读次数:
463
原文:http://www.cnblogs.com/dudu/p/aspnet_custom_error.html要在ASP.NET中处理好自定义错误(Custom Errors)首先要抛弃使用web.config\customErrors。 使用web.config\customErrors...
分类:
Web程序 时间:
2014-06-27 21:49:18
阅读次数:
223
1) eclipse设置 window->preference-> JavaScript -> Validator->Errors/Warnings->Enable Javascript Sematic validation前面的钩号去掉 2) .project文件 下面的代码删除 org.ecli...
分类:
Web程序 时间:
2014-06-27 20:30:57
阅读次数:
291
今天在虚拟机环境下做实验,在将rac环境修改为flashback on时,报出了ORA-27054错误,错误代码如下:
Errors in file /u01/app/oracle/admin/racdb/udump/racdb2_ora_25551.trc:
ORA-38701: Flashback database log 2 seq 1 thread 2: "/u01/flashback/...
分类:
其他好文 时间:
2014-06-26 07:58:24
阅读次数:
323
要在ASP.NET中处理好自定义错误(Custom Errors)首先要抛弃使用web.config\customErrors。使用web.config\customErrors最大的一个缺点是在显示自定义错误页面时会重定向。这会带来2个麻烦:1. 会造成用户反馈问题时提供的是重定向后的URL。2....
分类:
Web程序 时间:
2014-06-25 20:52:52
阅读次数:
203