码迷,mamicode.com
首页 >  
搜索关键字:launch failed    ( 8273个结果
phpMailer在CentOS 6.5下无法发送邮件的解决办法
作者:ffsystem网站在Windows平台上开发测试,完成了后同步到CentOS6.5 Nigix运行。发现phpMailer组件无法与SMTP服务器建立连接,导致无法发送邮件。错误代码:phpmailer smtp connect() failed在网上找到一些解决办法,实测下面的方案可行:1...
分类:Web程序   时间:2014-09-09 20:07:09    阅读次数:362
Ubuntu desktop installation problem and solving
Tried to install Ubuntu desktop on my Dell Inspiron 1420 but failed, finally work around it and solved the problem. All the problems encountered might be caused by my computer graphical card "NVIDIA GeForece 8400M GS", it has hardware failure before and I ...
分类:其他好文   时间:2014-09-09 16:13:09    阅读次数:266
Eclipse:Failed to load the JNI shared library 解决方法
错误截图: 解决方法: 应该是java版本的问题和位数的问题 Eclipse打开后出现这个问题,查阅相关资料后发现是安装的java是32bit的和系统、Eclipse 64bit不一致 解决方法: 保留了原来的32bit的java,同时又安装了一个64bit的java 效果图如下: jdk: C:\Program Files (x86)\Java\jdk1.8.0_11 j...
分类:系统相关   时间:2014-09-07 19:49:45    阅读次数:262
ORA-07274: spdcr: access error, access to oracledenied.
ORA-07274: spdcr: access error, access to oracledenied.     问题现象: 在执行sqlplus / as sysdba 登陆数据库的时候报ORA-12545错误,如下: [oracle@source ~]$ sqlplus / as sysdba ORA-12545:Connect failed because targetho...
分类:数据库   时间:2014-09-05 18:18:11    阅读次数:236
C++析构函数造成Debug Assertion Failed的问题
昨天写了两个程序,均出现了析构函数造成DebugAssertionFailed的问题,由于是初学c++怎么想也想不通问题出在哪里。今天早上经人指点终于明白问题所在了。下面贴出代码和问题解析:(以下内容摘自本人在csdn论坛求助的帖子)第一个问题程序://Teacher_Level.h#pragmao...
分类:编程语言   时间:2014-09-05 09:54:21    阅读次数:353
Socket创建失败:10093错误
10093的错误,应用程序没有调用WSAStartup,或者WSAStartup失败。问题描述:Failed to create UDP socket:10093!Close and restart app.解决方案:在accept前使用WSAStartup中初始化网络即可: WSAD...
分类:其他好文   时间:2014-09-04 18:31:49    阅读次数:454
VMware WorkStation安装时提示The MSI failed
以前安装过其他版本的VMware workstation卸载不完全造成的先把所有VMware相关服务关闭,然后打开注册表,搜索所有VMware相关键值,删除掉,然后再安装就可以了前提是你机器上没有需要用的其他VMware的软件,不然就会导致其他VMware软件报废删除window服务命令用sc.ex...
分类:其他好文   时间:2014-09-04 16:19:39    阅读次数:194
VirtualBox 扩展包卸载或安装失败(VERR_ALREADY_EXISTS)(转)
文章出处:http://blog.csdn.net/leshami/article/details/9232229 最近在卸载VirtualBox出现了无法卸载的错误。提示为Failed to install the extension. The installer failed with exit...
分类:其他好文   时间:2014-09-04 14:53:09    阅读次数:211
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
eclipse的clean不自动生成apk的解决办法
在 首选项 中,Android--> Build 下,有一个复选框: skip packaging and dexing until export or launch.(Speed up automatic builds on file save )取消该选项,再重新cleanup一下,即可在bin...
分类:系统相关   时间:2014-09-04 10:28:59    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!