码迷,mamicode.com
首页 >  
搜索关键字:unknown error    ( 31870个结果
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
VS2005 SP1 on Windows Server
在XP安装VS2005 SP1时,没有一点问题;;但是在Server版,就会... ...         出现问题: Error 1718.File C:WINDOWS\Installer\3951d.msp did not pass the digital signature check. For more information about a possible resolution for this problem, see...
分类:Windows程序   时间:2014-05-07 07:35:38    阅读次数:476
error: stray '\302' in program
问:这类错误是什么原因:error: stray '\302' in program? 答:此种错误,可能程序本身没有语法错误,应该是每一行的空格的编码不对,只需要将程序出错行前面的空格删掉,然后让程序再退回即可解决问题!...
分类:其他好文   时间:2014-05-07 04:51:07    阅读次数:310
libc.so.6 动态库被重命名,命令不能执行
不小心重命名了libc.so.6动态库,运行命令 #mv /lib/libc.so.6 /lib/libc.so.6.back #ls ls: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory 各种命令都不好...
分类:其他好文   时间:2014-05-07 04:49:53    阅读次数:319
x0vncserver Fatal server error: no screens found
I make a connection through SSH and  then I type: # x0vncserver --PasswordFile=/home/hello/.vnc/passwd x0vncserver: unable to open display "" ~ImageCleanup called the reason is : ...
分类:其他好文   时间:2014-05-07 04:23:43    阅读次数:581
IOS学习笔记64--关于linker command failed with exit code错误
由于最近刚接手做静态库的同事的工作,这样难免的集成调试啊,但是集成之后老是出现linker command failed with exit code 1这个错误,查了许多资料,最后终于解决了,今天就这个问题做个探讨,以防止以后犯同样的错误,我先说下我这个项目里面错误的解决办法,然后再笼统的说下其他的解决办法。。      好,这是我出现  linker command failed with...
分类:移动开发   时间:2014-05-07 04:12:07    阅读次数:431
python内置的urllib模块不支持https协议的解决办法
Django站点使用django_cas接入SSO(单点登录系统),配置完成后登录,抛出“urlopen error unknown url type: https”异常。寻根朔源发现是python内置的urllib模块不支持https协议。 >>> import urllib >>> urllib.urlopen('http://www.baidu.com') > >>> url...
分类:编程语言   时间:2014-05-07 03:43:55    阅读次数:424
jQuery插件AjaxFileUpload实现ajax文件上传时老是执行error方法 问题原因
用jQuery插件AjaxFileUpload实现ajax文件上传时,老是执行error方法,解决办法...
分类:Web程序   时间:2014-05-07 03:27:37    阅读次数:361
AssertionError、Error和Throwable
AssertionError继承Error,提供了多个构造方法,代码如下: /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this w...
分类:其他好文   时间:2014-05-07 03:20:22    阅读次数:579
Leetcode:Search in Rotated Sorted Array
Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2). You are given a target value to search. If found in the array retur...
分类:其他好文   时间:2014-05-06 19:03:11    阅读次数:365
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!