码迷,mamicode.com
首页 >  
搜索关键字:failed    ( 7169个结果
Android当代码方法超过65536个时,在2.3机器上会不能安装,出现INSTALL_FAILED_DEXOPT错误
今天打包时,发现2.3机器,产生的APK在某些机器上不能安装(Installation error:INSTALL_FAILED_DEXOPT),针对这个问题的一个可能解释是:最新的ADT和SDK Tool在将jar转化成dex的时候,可能会合并类的代码,这将导致巨大的类;类中的每一个方法都分配有一...
分类:移动开发   时间:2014-09-10 17:37:30    阅读次数:161
UnitOfWork 更新实体出错解决办法
用UnitOfWork进行实体更新的时候,再查询实体一次,再去更新的时候会报如下错误:Attaching an entity of type 'TinyFrame.Data.DomainModel.t_user_application' failed because another entity o...
分类:其他好文   时间:2014-09-10 13:59:00    阅读次数:314
oracle cluster verfication utility failed
节点间的时间同步对于Oracle来说是非常重要的,在11g版本之前往往通过搭建NTP服务器完成时间同步。在Oracle11g中新增加了一个CTSS(ClusterTimeSynchronizationServices,集群时间同步服务)服务,用来完成集群节点间时间同步。在安装GridInfrastructure过程中,如果没有发现节..
分类:数据库   时间:2014-09-10 02:55:00    阅读次数:238
hive中删除表的错误Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException
hive中删除表的错误Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:javax.jdo.JDODataStoreException: Iteration request failed :...
分类:其他好文   时间:2014-09-10 00:28:59    阅读次数:748
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!