码迷,mamicode.com
首页 >  
搜索关键字:an unhandled exception has occurred    ( 21894个结果
org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch update
org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch update
分类:数据库   时间:2014-07-22 23:15:14    阅读次数:417
异常
异常Throwable:分为:错误Error:主要就是内存溢出等错误,只有关掉重启才能解决问题;异常Exception:运行时异常RuntimeException:运行时发生的异常 一般有空指针异常,数组下标越,除数为0,输入类型不匹配的等异常。编译时异常:这个不是写程序时的错误,那是语法错误...
分类:其他好文   时间:2014-07-22 23:14:52    阅读次数:378
RAII和unique_ptr
RAIIRAII是Resource Acquisition Is Initialization的缩写,是在面向对象(object-oriented)语言中使用的一种编程习惯,主要是用来在C++中处理异常安全资源管理(exception-safe resource management)。在RAII中...
分类:其他好文   时间:2014-07-22 23:14:13    阅读次数:501
DMP文件的生成和使用
1、生成dmp的程序#include#pragmacomment(lib, "dbghelp.lib")//设置异常处理回调函数SetUnhandledExceptionFilter(UnhandledExceptionFilter);//异常处理代码//EXCEPTION_EXECUTE_HAND...
分类:其他好文   时间:2014-04-30 17:14:57    阅读次数:1111
POJ3728 The merchant解题报告
Description There are N cities in a country, and there is one and only one simple path between each pair of cities. A merchant has chosen some paths a...
分类:其他好文   时间:2014-04-30 17:09:30    阅读次数:570
Android 开发之错误整理java.lang.SecurityException: Requires READ_PHONE_STATE: Neither user 10088 nor current process has android.permission.READ_PHONE_STATE.
java.lang.SecurityException: Requires READ_PHONE_STATE: Neither user 10088 nor current process has android.permission.READ_PHONE_STATE.今天写了一款发短信的软件,拿了...
分类:移动开发   时间:2014-04-29 18:16:15    阅读次数:1324
《Cracking the Coding Interview》——第17章:普通题——题目2
2014-04-28 22:05题目:写个程序判断三连棋哪一方赢了。解法:三个相同的棋子连成一条横线,竖线或者对角线就判断为赢了。代码: 1 // 17.2 Write an algorithm to check if someone has won the tic-tac-toe game. 2 ...
分类:其他好文   时间:2014-04-29 18:12:07    阅读次数:474
quarry used equipment
Basalt has a higher hardness with strength 300mp as well as the higher silicon content. And during the actual crushing and broken industry, the basalt...
分类:其他好文   时间:2014-04-29 11:42:47    阅读次数:352
ubuntu cscope
add the following text to .vimrc or .gvimrc: if has("cscope") set csprg=/usr/bin/cscope set csto=0 set cst set nocsverb " add any database in cur...
分类:其他好文   时间:2014-04-29 10:27:46    阅读次数:398
An internal error occurred during: "Building workspace".
当在eclipse中的web工程中增加了extjs4,出现An internal error occurred during: "Building workspace". Java heap space 错误。 解决办法1:把extjs4的工程安装包不要放到web工程中就ok了,或者建议直接用mye...
分类:其他好文   时间:2014-04-29 10:13:46    阅读次数:401
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!