转自:http://blog.csdn.net/syhost/article/details/14448899完整的报错为:system/core/include/cutils/properties.h:64:39: error: call to '__property_get_too_smal.....
分类:
移动开发 时间:
2014-10-07 13:44:23
阅读次数:
215
1.现象在命令行中,执行sql语句如果包含中问题,提示“Data too long for column '列名' at row 1” 或者在命令行中查询出的结果中,中文乱码2.分析a.查看命令行的默认编码方式:右击命令行标题栏--属性--当前代码页b.查看mysql中客户端与结果集的编码方式 sh...
分类:
数据库 时间:
2014-10-04 22:20:27
阅读次数:
303
当最大连接数比較小时,可能会出现“1040 too many connection”错误。能够通过改动配置文件来改动最大连接数,但我连配置文件在哪都不知道,应该怎么办呢?首先须要重新启动mysql服务,运行命令:service mysql restart也有可能是:service mysqld re...
分类:
数据库 时间:
2014-10-01 15:02:21
阅读次数:
292
Skipped: sound engine, GUINative support webGL/html5, chrome will soon discard plugins, IE soon too, firefox already, safari unknownMobile supportHDR,...
分类:
其他好文 时间:
2014-10-01 14:03:41
阅读次数:
216
400 Bad RequestRequest header or cookie too large. Sorry for the inconvenience.Please report this message and include the following information to us....
分类:
Web程序 时间:
2014-09-30 19:46:19
阅读次数:
228
错误描述:
测试一段时间没有任何问题,今天突然用户无法登录,报错如Data source rejected establishment of connection, message from server: "Too many connections"
错误原因:
太多的连接数,登录用户过多,配置的mysql连接数过小,或者某些连接没有关闭,导致连接数过大。...
分类:
其他好文 时间:
2014-09-30 10:02:02
阅读次数:
234
一. 官网说明 在MOS 上的一篇文章讲到了rebuild online 和offline的区别: ?????? Index Rebuild Is Hanging Or Taking Too Long [ID 272762.1] ? Symptoms: ========= ?????? Performance ?issue...
分类:
数据库 时间:
2014-09-29 21:00:31
阅读次数:
375
发现:ERROR: The partition with /var/lib/mysql is too full! failed!然后df -h 发现硬盘100% 于是分析到底什么占用了这近两百G的硬盘,结果发现是数据库的备份文件日积月累,占满了这近两百G的硬盘。然后cd /varrm -rf log...
分类:
数据库 时间:
2014-09-29 02:32:36
阅读次数:
302
1.原因
更新sdk后报错,,因为版本不同,zipalign.exe所处路径不同
2.解决办法
在sdk路径下搜索zipalign.exe 。然后复制到报错内容中制定的路径就行了。...
分类:
移动开发 时间:
2014-09-28 17:48:24
阅读次数:
1297
Python的分支语句比较简单,只有if、else、elif三个关键字,也就是说,Python没有switch语句,而且,Python中并没有?:这个三目运算符。例子:1 age = 182 if age < 18:3 print('too young')4 elif age == 18:5...
分类:
编程语言 时间:
2014-09-27 03:53:39
阅读次数:
183