码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
Exception details are logged in Window > Show View > Error Log
今天练习布局,发现使用了EditText之后,屏幕一片灰色,并且报错:Exception raised during rendering: java.lang.System.arraycopy([CI[CII)VException details are logged in Window > Sho...
分类:Windows程序   时间:2014-08-15 12:03:18    阅读次数:260
让Maven正确处理javac警告
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project XX: Compilation failure: Comp...
分类:编程语言   时间:2014-08-15 12:00:48    阅读次数:251
报错解决方法Error: Can't connect to local MySQL server through socket
Error:Can‘tconnecttolocalMySQLserverthroughsocket‘/var/lib/mysql/mysql.sock‘(2)Errno.:2002解决方法一:因为你还没有启动mysql,当你启动mysql后,mysql.sock就会自动的生成。./bin/safe_mysqld--user=root&(这是默认的)。如果还没有,就是MYSQL权限没给,或其它原因..
分类:数据库   时间:2014-08-15 02:45:27    阅读次数:290
(MYSQL)ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)方案1.1.#ps -A|grepmysql 显示类似: 1829 ? 00:00:00 m...
分类:数据库   时间:2014-08-14 23:51:06    阅读次数:296
S5PV210之添加缺少的-内核提供的'.h'文件 linux3.0.8驱动
怎样解决编译时出现内核提供的函数或变量没有定义,使用source insight搜索功能找到声明的头文件,然后包含该头件就行了:比如: error: implicit declaration of function 'copy_from_user' 解决:使用source insight搜索功...
分类:系统相关   时间:2014-08-14 23:31:56    阅读次数:215
ubuntu 12.04 server 安装nginx
下载源码:wgethttp://nginx.org/download/nginx-1.6.1.tar.gz解压,编译安装./configure./configure:error:theHTTPrewritemodulerequiresthePCRElibrary.Youcaneitherdisablethemodulebyusing--without-http_rewrite_moduleoption,orinstallthePCRElibraryintothesystem,orbui..
分类:其他好文   时间:2014-08-14 20:59:19    阅读次数:388
安装wps导致 application/kset 上传文件类型报错解决办法
电脑中安装wps上传execl时,上传.xls文件时报错application/kset文件类型不正确打印array()print_r($_FILES)结果如下:Array([userfile]=>Array([name]=>Template.xls[type]=>application/kset[tmp_name]=>C:\\Windows\\temp\\phpACC.tmp[error]=>0[size]=>7..
分类:移动开发   时间:2014-08-14 20:56:19    阅读次数:178
Goldengate:ERROR 180 encountered commit SCN that is not greater than the highest SCN already processed
How to recover from Extract ERROR 180 encountered commit SCN that is not greater than the highest SCN already processedThis is the summary of Metalink...
分类:其他好文   时间:2014-08-14 20:24:19    阅读次数:335
error while loading shared libraries: lib******: cannot open shared object file: No such file or directory
程序编译成功后,运行时错误:errorwhileloadingsharedlibraries:libevent-2.0.so.5:cannotopensharedobjectfile:Nosuchfileordirectory解决方法:像libevent这种开源库,编译安装后,一般在/usr/loc...
分类:其他好文   时间:2014-08-14 20:23:39    阅读次数:249
ORA-00214: controlfile '/u01/app/oracle/oradata/[sid]/control01.ctl' version inconsistent with file '/u01/app/oracle/oradata/[sid]/control03.ctl'
Sample error:SQL> startupORACLE instance started.Total System Global Area 285212672 bytesFixed Size 1321368 bytesVariable Size 153605736 bytesDatabase...
分类:移动开发   时间:2014-08-14 20:01:09    阅读次数:359
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!