码迷,mamicode.com
首页 >  
搜索关键字:launch failed    ( 8273个结果
java.net.ConnectException: failed to connect to /127.0.1.1 (port 8080)的解决办法
当你启动Tomcat后,在浏览器中输入http://127.0.1.1:8080/xxx.xx,你会发现你可以找打你要找的东西。但是当你在Eclipse中运行测试代码后,JUnit会一直报出这样的错误:java.net.ConnectException:failedtoconnectto/127.0.1.1(port8080)after5000ms:isConnectedfailed:ECONNRE..
分类:编程语言   时间:2014-09-04 03:09:38    阅读次数:508
Gradle project sync failed.
Go to File > Settings > Gradle you will end up with this screen for setting up your gradle :Also make sure you have Google Repository in your Android ...
分类:其他好文   时间:2014-09-03 16:22:26    阅读次数:238
Android camera调用出现错误解决方法
启动不了camera,提示:03-28 23:43:03.640: E/AndroidRuntime(1542): java.lang.RuntimeException: setParameters failed 03-28 23:43:03.640: E/AndroidRuntime(1542):...
分类:移动开发   时间:2014-09-03 14:55:36    阅读次数:217
ubuntu下使用codeblocks编程运行时终端不能复制粘贴的解决方法
环境: ubuntu12.04 codeblocks10.05 问题: 使用codeblocks编程运行时终端不能复制粘贴 解决: settings-->environment-->generalsettings-->Terminal to launch console programs: 把方框里默认的终端改成 gnome-terminal -t $TITLE -x...
分类:其他好文   时间:2014-09-02 19:57:35    阅读次数:181
HRESULT 的判断
对一个函数调用完成后,如果我们要判断其成功或者失败,不能简单地把返回值与S_OK或S_FALSE进行比较,因为函数成功执行之后,可能有不同的成功返回值,函数执行失败之后,也会有不同的失败返回值,所以,我们应该使用SUCCEEDED或FAILED宏来对HRESULT类型的结果值作出成功或失败的判断。例...
分类:其他好文   时间:2014-09-02 13:56:24    阅读次数:192
GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
warning:rpmts_HdrFromFdno:HeaderV3RSA/SHA256Signature,keyID0608b895:NOKEYRetrievingkeyfromfile:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6GPGkeyretrievalfailed:[Errno14]Couldnotopen/readfile:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6解决方案没有解决:今天更新为163的源..
分类:其他好文   时间:2014-09-02 12:38:35    阅读次数:546
Android - "cause failed to find target android-14" 问题
"cause failed to find target android-14" 问题本文地址: http://blog.csdn.net/caroline_wendyAndroid Studio 在加载OpenCV库时, 会出现报错: "cause failed to find target android-14"修改app文件夹中的build.gradle文件即可. 把SdkVersion改为...
分类:移动开发   时间:2014-09-02 12:29:54    阅读次数:224
mysql 启动错误 - server PID file could not be found
[root@centos var]# service mysql stopMySQL manager or server PID file could not be found! [FAILED]解决办法:首先查看一下进程[root@accenture /]# ps aux |grep mysq*r...
分类:数据库   时间:2014-09-02 12:12:34    阅读次数:173
VMware workstation 安装错误提示1021解决方法
Failed to create the requested registry key Key: Installer Error: 1021解决方法:删除注册表--HKEY_LOCAL_MACHINE\SOFTWARE\VMware。Inc. 再重新安装即可。
分类:其他好文   时间:2014-09-02 00:11:10    阅读次数:244
莫名其妙的主机名 VM_32_234_centos
在腾讯服务器上部署的时候出现的莫名其妙的错误,我在配置文件上都写master, node1,但是运行mapredure的时候的时候老是出现 Job job_1409546978133_0001 failed with state FAILED due to: Application applicat...
分类:其他好文   时间:2014-09-01 19:15:13    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!