码迷,mamicode.com
首页 >  
搜索关键字:failed opatch sessio    ( 7394个结果
rsync错误解决
rsync启动:/usr/bin/rsync--daemon守护进程启动(没装xinetd)如果装了xinetd:servicexinetdstart(二者选一即可)错误:@ERROR:authfailedonmoduleclientrsyncerror:errorstartingclient-serverprotocol(code5)atmain.c(1503)[sender=3.0.6]查看日志显示:authfailedonmodulec..
分类:其他好文   时间:2014-09-04 10:37:29    阅读次数:308
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
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
Oracle中Kill session的研究(转 出自eagle)
itpub link:http://www.itpub.net/235873.html我们知道,在Oracle数据库中,可以通过kill session的方式来终止一个进程,其基本语法结构为:alter system kill session 'sid,serial#' ;被kill掉的sessio...
分类:数据库   时间:2014-09-01 19:20:23    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!