码迷,mamicode.com
首页 >  
搜索关键字:and a severe error has occured    ( 40667个结果
Oracle 使用scott用户 set utotrace on报错 SP2-0618,SP2-0611
使用scott用户 set utotrace on报错 SCOTT@TEST0422>set autotrace on SP2-0618: Cannot find the Session Identifier.  Check PLUSTRACE role is enabled SP2-0611: Error enabling STATISTICS report SCOTT@TEST...
分类:数据库   时间:2014-05-10 19:35:23    阅读次数:389
Mysql存储过程包含事务,且传入sql数据执行
有这样一个需求,要求在mysql存储过程中使用到事务,而且执行的是动态的sql语句 代码如下: BEGIN DECLARE in_data TEXT; /** 标记是否出错 */ DECLARE errno INT DEFAULT '0'; /** 如果出现sql异常,则将t_error设置为1后继续执行后面的操作 */ DECLARE CONTIN...
分类:数据库   时间:2014-05-10 09:50:37    阅读次数:541
leetcode第一刷_Submission Details
有段时间没更新了,专心刷了几天,差十几道结束,决定把第一季更完,然后按照我的理解分类再分析一遍,第二遍的时候应该会按照问题分类,应该会引用第一季的,如果想到或找到更好的解法,会更新第一季。 链表的问题就是恶心,思路大多直接,对指针的操作要非常小心。我自己常犯的错误主要有: 1. 在取val或者取next时,没有判空,造成Runtime Error。 2. 空指针和只有一个节点之类的边界情况。...
分类:其他好文   时间:2014-05-10 09:09:54    阅读次数:304
在Windows8.1中通过IIS发布网站产生HTTP Error 503错误的解决方案
1、解决IIS下网站Bin目录中32位DLL不能使用,如图所示2、解决通过IIS浏览网站,出现Http503的问题,如图所示
分类:Windows程序   时间:2014-05-08 21:51:04    阅读次数:461
安装mongodb后服务启动不了的问题
安装mongodb后,在命令行进入mongoDB安装目录执行如下:mongod --dbpath [数据存放的本地路径]提示如下错误:ERROR: dbpath (数据存放的本地路径) does not exist.执行mongod --help,发现说明如下:--dbpath arg (=\dat...
分类:数据库   时间:2014-05-08 20:27:06    阅读次数:417
command-not-found has crashed
command-not-found has crashed
分类:其他好文   时间:2014-05-07 19:52:22    阅读次数:266
error opening trace file: No such file or directory (2)错误解决方法
在练习项目的时候报错 error opening trace file: No such file or directory (2)字面意思是找不到文件,实际上也就是找不到文件,查了其他人的解决方法后还是没解决.突然想到新版本的创建布局文件的时候都有两个一个是文件名命名的xml布局文件另一个是,如....
分类:其他好文   时间:2014-05-07 19:17:34    阅读次数:429
杭电acm 1034题
Problem DescriptionA number of students sit in a circle facing their teacher in the center. Each student initially has an even number of pieces of can...
分类:其他好文   时间:2014-05-07 17:53:27    阅读次数:499
POJ-1042 Gone Fishing (贪心法求最佳钓鱼方案
John is going on a fishing trip. He has h hours available (1 <= h <= 16), and there are n lakes in the area (2 <= n <= 25) all reachable along a single, one-way road. John starts at lake 1, but he can finish at any lake he wants. He can only travel from on...
分类:其他好文   时间:2014-05-07 08:48:52    阅读次数:515
zoj 3781 Paint the Grid Reloaded (比较隐含的最短路)
Paint the Grid Reloaded Time Limit: 2 Seconds      Memory Limit: 65536 KB Leo has a grid with N rows and M columns. All cells are painted with either black or white initially. Two cells A ...
分类:其他好文   时间:2014-05-07 07:28:35    阅读次数:480
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!