码迷,mamicode.com
首页 >  
搜索关键字:failed fetch notific    ( 9499个结果
Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-2.xml, reason:
最近接受的这个项目需要Android SDK Tools revision 22.6.2 or above.,所以必须得更新SDK,然而在SDKmanager中更新android SDK 总是提示:Fetching http://dl-ssl.google.com/android/repositor...
分类:移动开发   时间:2014-06-26 20:41:54    阅读次数:918
weblogic配置数据源出错
Connection test failed. Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in conn...
分类:Web程序   时间:2014-06-25 23:48:58    阅读次数:387
php中mysql_fetch_row() 和mysql_fetch_array之间有什么区别
mysql_fetch_row是从结果集取出1行数组,作为枚举mysql_fetch_array是从结果集取出一行数组作为关联数组,或数字数组,两者兼得eg:$sql="selectabc,deffroma";$res=mysql_query($sql);那么:$row=mysql_fetch_ro...
分类:数据库   时间:2014-06-25 23:15:58    阅读次数:272
Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
问题提示:Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.Conversion to Dalvik format failed: Unable to exec...
分类:编程语言   时间:2014-06-25 17:18:38    阅读次数:292
SD卡添加文件,添加不进去,报 Read-only file system错误
android 模拟器手机如何添加文件到sd卡?在DDMS中直接添加文件到模拟器sd卡如果出现错误类似:Failed to push XXXXX.txt on emulator- : Read-only file system的错误,原因是你的sdcard权限不够,需要直接创建一个SDCARD 。一...
分类:其他好文   时间:2014-06-25 11:35:42    阅读次数:184
PHP - PDO 之 mysql 基础操作
prepare("show tables;");//准备预处理sql语句 $obj->execute();//执行预处理语句 $obj->fetchALL(PDO::FETCH_ASSOC);//获取结果集 #.插入 $obj = null; $sql = ...
分类:数据库   时间:2014-06-25 09:23:42    阅读次数:244
mybatis配置文件xxxx.xml中缺失返回类型的后果
下面是mybatis配置文件xxxx.xml缺失resultMap的错误: 严重: Servlet.service() for servlet [SpringMVC] in context with path [/ZHDM] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyB...
分类:其他好文   时间:2014-06-25 07:35:36    阅读次数:261
Android Studio升级后工程Build failed.
升级后: android studio 0.6.0 build tools 19.1.0 Android SDK tools 22.6.4. 错误信息: Error Info Error:(11) Error parsing XML: not well-formed (invalid token) Error:(11) Execution failed for task ':proc...
分类:移动开发   时间:2014-06-22 19:31:38    阅读次数:276
NetBeans运行项目报错
1、错误描述 严重: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/FoundationDatabase]] a...
分类:Web程序   时间:2014-06-22 12:12:42    阅读次数:257
Unable to connect to the MKS: Failed to connect to <server IP>:902.控制台黑屏
本人此次遇到此问题的是VSphere5.1。在此问题出现之前都正常,没出过任何问题,问之做过什么动作,是客户重配了网络,这其实是我要求改的,但是客户改的和我要求的不一样。我计划是vswitch0做管理,vswitch1做vmotion,vswitch2做vmnetwork;由于安装ESXI5.1时自动生成vswitch0..
分类:其他好文   时间:2014-06-21 19:27:14    阅读次数:556
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!