mysql 客户端连接服务器,客户端报对应的错误号总结:1.Error 104mysql@longxibendi-dba-u-abcd00.longxibendi:~$perror 104OS error code 104: Connection reset by peer这个是由于server端 ...
分类:
数据库 时间:
2015-05-21 18:43:32
阅读次数:
159
最近mysql数据库服务器需要备份,遇到如下问题,被依次解决
1.
[SQL]mysqldump -uroot -proot tms > tms_20150520.sql
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server versi...
分类:
数据库 时间:
2015-05-21 17:28:49
阅读次数:
141
升级SSIS到SQL Server 2012,服务器只安装了SSIS一个功能,应用程序执行dtsx包时报错如下:An Integration Services class cannot be found. Make sure that Integration Services is correctl...
分类:
其他好文 时间:
2015-05-21 17:13:58
阅读次数:
1043
error可以在 元素加载错误的时候调用如 在页面加载的时候 出现错误,就可以用如下方法:$(window).error(function(){//alert('error');});像其它元素也是可以这样用的,还比如说 img元素,当img加载出错的时候 ,也可以这样写$('img').error...
分类:
Web程序 时间:
2015-05-21 17:06:40
阅读次数:
131
学习android的过程中,尝试新功能,结果出现了这个一个error:05-21 15:38:52.745: E/AndroidRuntime(17608): java.lang.RuntimeException: Unable to start activity ComponentInfo{com...
分类:
其他好文 时间:
2015-05-21 17:02:06
阅读次数:
395
Error Message: The Execute method on the task returned error code 0x80131621 (Mixed mode assembly is built against version 'v2.0.50727' of the runtime...
分类:
其他好文 时间:
2015-05-21 16:53:10
阅读次数:
323
#include
#include
#define STACK_INIT_SIZE 100
#define STACK_INCREMENT 10
#define OK 1
#define ERROR 0
#define OVERFLOW -1
typedef int status;
typedef int SElemType;
typedef struct
{
SElemType...
分类:
其他好文 时间:
2015-05-21 14:18:09
阅读次数:
128
??
logcat日志的等级划分 等级从低到高排列
verbose :冗余,最低等级。 黑色
debug:调试信息
蓝色
info: 普通信息
绿色
warning :警告
橙色
error:错误
红色
assert:断言 级别最高
调试信息一般通过debug或者info打印
System.out和Syste...
分类:
移动开发 时间:
2015-05-21 14:14:57
阅读次数:
140
Grade 编译 Android 解决 Error:more than one library with package nameError: more than one library with package name 'com.app.XX'
You can temporarily disable this error with android.enforceUniquePackageName...
分类:
移动开发 时间:
2015-05-21 14:13:02
阅读次数:
255
Error Code: 1418. This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* wan...
分类:
数据库 时间:
2015-05-21 14:08:35
阅读次数:
128