码迷,mamicode.com
首页 >  
搜索关键字:failed opatch sessio    ( 7394个结果
Failed to load libGL.so问题解决
Ubuntu 14.04下启动模拟设备Android 4.2.2的时候报错:failed to load libgl.so先用locate 命令定位libGL库, 然后加入?一个链接就可以:dean@dean-Aspire-V7-481G:~$ locate libGL/opt/android-sd...
分类:其他好文   时间:2014-10-06 10:32:50    阅读次数:187
eclipse启动报failed to the java virtual machine的原因
1、找到这个配置文件2、修改配置文件说明:PermSize和MaxPermSize指明虚拟机为java永久生成对象(Permanate generation)等这些可反射(reflective)对象分配内存限制,这些内存不包括在Heap(堆内存)区之中。-Xms128m 表示JVM Heap(堆内存...
分类:编程语言   时间:2014-10-05 12:13:38    阅读次数:242
Android开发过程中遇到的问题集合(—)
1. Re-installation failed due to different application signatures.将原来的软件包删除掉,然后又一次安装一次就好了。在命令行上执行:adb uninstall ,这里的package_name也就是AndroidManifest.xml...
分类:移动开发   时间:2014-10-04 14:25:16    阅读次数:179
Error creating bean with name 'menuController': Injection of autowired dependency……
出现了一大串错误Error creating bean with name 'userController': Injection of autowired dependencies failed。。。。。 查了代码后发现,原来是在UserServiceImpl中忘了写一句话@Service("us...
分类:其他好文   时间:2014-10-03 19:16:45    阅读次数:434
Visual Studio 单元测试之四---Generic测试
原文: Visual Studio 单元测试之四---Generic测试 这里的Generic我觉得理解为外部测试更合适。因为在这种测试模式下Visual Studio只是启动一个外部的程序,然后通过返回值(0:Passed,其他值:failed)来判断运行结果。到目前为止,我还没有想到它的具体用途...
分类:其他好文   时间:2014-10-03 18:48:05    阅读次数:208
android开发环境搭建问题
参考百度经验:http://jingyan.baidu.com/article/f0062228f0b18afbd2f0c871.html在安装android的开发环境时出现如下问题问题1:Failed to fetch URL https://dl-ssl.google.com/android/r...
分类:移动开发   时间:2014-10-02 18:59:23    阅读次数:281
CentOS下安装scrapy时lxml无法安装的解决办法
要在centos下安装一个python的爬虫框架scrapy,可是一直遇到lxml无法安装,报错为 error:?command?‘gcc‘?failed?with?exit?status?1 查找资料后在Stack Overflow找到解决方法 sudo?yum?install?-y?gcc...
分类:其他好文   时间:2014-10-02 13:58:33    阅读次数:175
Hadoop on Mac with IntelliJ IDEA - 7 解决failed to report status for 600 seconds. Killing!问题
本文讲述作业在Hadoop 1.2.1完成map后ruduce阶段遇到failed to report status for 600 seconds. Killing!问题的解决过程。环境:Mac OS X 10.9.5, IntelliJ IDEA 13.1.4, Hadoop 1.2.1Hado...
分类:其他好文   时间:2014-10-02 03:59:22    阅读次数:211
Apply Bug10010310 On Oracle RAC 10.2.0.5
9月24日数据库上频繁出现如下错误 Errors in file /u04/admin/njord/udump/njord_ora_25895.trc: ORA-27300: OS system dependent operation:invalid_process_id failed with status: 0 ORA-27301: OS failure message: Error...
分类:移动开发   时间:2014-10-01 11:23:51    阅读次数:400
android studio 不能在线更新android SDK Manager问题解决办法
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection to https://dl-ssl.google.com refused以上一直会会出现以上问...
分类:移动开发   时间:2014-09-30 21:08:20    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!