码迷,mamicode.com
首页 >  
搜索关键字:error log    ( 121392个结果
centOS下mysql-ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
系统centOS-6.3 方法操作很简单,如下: # /etc/init.d/mysql stop # mysqld_safe --user=mysql --skip-grant-tables --skip-networking & # mysql -u root mysql # mysql>use mysql ; mysql> UPDATE user SET Password=PAS...
分类:数据库   时间:2014-06-05 02:54:40    阅读次数:331
x$kccle视图深入剖析
今天是2014-05-27,实在无聊顺便研究一下x$kccle的内容吧。如下全部是自己分析和实验结果,真实可靠。   1、如何获得v$log的底层表?我们可以通过autotrace完成查看如: SQL> set autotrace trace exp SQL> set linesize 200 SQL> select * from v$log; Execution Plan --------...
分类:其他好文   时间:2014-06-05 01:56:13    阅读次数:281
缺少libz.dylib库的时候引起的一个链接错误
缺少libz.dylib库的时候引起的一个链接错误 Undefined symbols for architecture armv7s: "_inflate", referenced from: -[ASIDataDecompressor uncompressBytes:length:error:] in ASIDataDecompressor.o "_deflate", refere...
分类:其他好文   时间:2014-06-05 00:09:02    阅读次数:267
【百度之星2014~初赛解题报告】
最近要毕业了,有半年没做比赛了. 这次参加百度之星的初赛娱乐一下. 现在写一下解题报告. 还是先看看四道题的类型吧 1.Scenic Popularity 暴力 复杂度O( 100 * 100 * 10000 ) 或者O( T * K * R) 线段树 2.Chess DP 复杂度 O(n^2) 3.Best Financing DP 复杂度O(n) 4.JZP Set 数论或DP 复杂度 O(n * log(n))...
分类:其他好文   时间:2014-06-04 23:35:07    阅读次数:219
freemarker报错之二
1、错误描述 五月 27, 2014 12:07:05 上午 freemarker.log.JDK14LoggerFactory$JDK14Logger error 严重: Template processing error: "Can't convert the date to string, because it is not known which parts of the date va...
分类:其他好文   时间:2014-06-04 22:00:07    阅读次数:280
InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts
在一台服务器中以各数据库的备份文件为数据文件启动多个MySQL实例供SQL Review使用。 之前运行一直没有问题(最多的时候有23个MySQL实例同时运行),后来新配置了一台服务器,启动其对应的实例时失败。 部分错误日志如下: …… 140505 16:05:59 InnoDB: Using Linux native AIO 140505 16:05:59  InnoDB: Wa...
分类:数据库   时间:2014-06-03 05:57:02    阅读次数:323
freemarker报错之九
1、错误描述 五月 30, 2014 11:52:04 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error 严重: Template processing error: "Can't convert the date to string, because it is not known which parts of the date va...
分类:其他好文   时间:2014-06-02 22:33:40    阅读次数:332
[Android_Bug]Phonegap解决错误:Error initializing Cordova:Class not found
Phonegap 解决错误:Alert[ERROR]Error initializing Cordova:Class not found发现bug后找原因网上说是 因为找不到 res/xml文件夹下的 config.xml 文件;但我有这个config.xml我想了一下 是不是因为没有找到指定的co...
分类:移动开发   时间:2014-05-31 20:21:27    阅读次数:245
python 网络编程 (二)---tcp
异常python的socket模块实际上定义了4种可能出现的异常:1)与一般I/O 和通信问题有关的socket.error;2)与查询地址信息有关的socket.gaierror;3)与其他地址错误有关的socket.herror;4)与在一个socket上调用settimeout()后,处理超时...
分类:编程语言   时间:2014-05-31 18:42:49    阅读次数:220
解决yum升级的问题“There was a problem importing one of the Python modules”
yum命令升级的时候,报出这个错误。There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named yum Please install a package which provides t...
分类:编程语言   时间:2014-05-31 17:42:52    阅读次数:453
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!