码迷,mamicode.com
首页 >  
搜索关键字:unable to retrieve    ( 2922个结果
Genymotion的2个问题及解决方法
问题一:Unable to connect to your virtual device解决方法:基本都是内存不够导致的,在virtualbox中调整对应虚拟机的内存,确保任务管理器中的性能一项中剩余内存大于虚拟机分配的内存即可。BTW:任务管理器是不统计虚拟机的内存的。。问题二:从Genymoti...
分类:其他好文   时间:2014-07-18 19:21:48    阅读次数:251
win/linux 下使用 psutil 获取进程 CPU / memory / IO 占用信息
psutil - A cross-platform process and system utilities module for Python1. 安装pip 安装即可。windows 下需要安装 vs2008,否则报错:Unable to find vcvarsall.bat如果已经安装 vs2...
分类:Windows程序   时间:2014-07-17 18:23:27    阅读次数:450
iOS 使用XCode6打开项目以后再用XCode5出现的问题fatal error: malformed or corrupted AST file: 'Unable to load module
使用不同版本的XCode出现的问题:fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZ...
分类:移动开发   时间:2014-07-16 22:58:17    阅读次数:185
MySQL安装问题:Unable to update security settings解决方案
主要问题还是之前装过,卸载的时候卸载不干净导致的。如下:安装到最后出现:Unable to update security settings. Access denied for user 'root'@'localhost' (using password: YES)这个问题还是在网上找的,引自:...
分类:数据库   时间:2014-07-16 20:15:21    阅读次数:591
Nagios监控MySQL报错:NRPE: Unable to read output的详细解决过程
前言:nagios界面上,看到监控mysql服务报错如下:Warning:NRPE: Unable to read output  1,去nagios监控服务器上check下1.1,执行check_nrpe命令远程调用在监控端nagios服务器上执行check_nrpe检查mysql状态报错如下:[root@mysqlvm2 ~]# /usr/lib/nagios/plugins/check_nr...
分类:移动开发   时间:2014-07-13 16:40:37    阅读次数:232
Android 开发 ------------- Unable to resolve target 'android-19'
重新装完Ecplise+ATD+Android SDK 在Ecplise工作空间导入之前写过的Android项目会出现错误,大部分是SDK 版本不符,如下错误提示: Error:Unable to resolve target android-19 如图: 解决办法:修改工程目录下的project.properties文件里的内容target=android-...
分类:移动开发   时间:2014-07-13 15:53:44    阅读次数:260
Caused by: Unable to locate parent package [json-default] for [class com.you.user.action.StudentActi
1、错误描述 信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.TextParser) 2014-7-13 1:52:04 org.apache.struts2.spring.StrutsSpringObjectFactory info 信息: Initializing Struts-Spring integration.....
分类:Web程序   时间:2014-07-13 14:09:58    阅读次数:639
【第二天】用kettle向hdfs复制文件
http://blog.csdn.net/greatelite/article/details/18676281遇到的问题:在连接到hdfs服务器上,一直提示unable to connect to HDFS Server解决过程中:①网上找了各种说是jar包驱动不兼容,端口号不对,最后都没解决②最...
分类:其他好文   时间:2014-07-13 00:38:07    阅读次数:632
Dynamics CRM OData 查询超过50条记录的数据(Retrieving More than 50 records using OData)
在通过ODdata方式获取CRM数据时,默认查询出来的results只有50条数据,可以通过JSON返回的Object中的“_next”属性作为URL循环获取直到该属性为空 示例代码如下: relatedAccounts = []; function onload() { var serverUrl = Xrm.Page.context.getServerUrl(); ...
分类:其他好文   时间:2014-07-12 19:16:08    阅读次数:254
.NETFramework,Version=v4.5.AssemblyAttributes.vb 系统找不到指定的文件
Unable to open module file 'C:\Users\Admin\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.vb': 系统找不到指定的文件。以管理员身份运行Visual Studio工具解决问...
分类:Web程序   时间:2014-07-11 11:06:43    阅读次数:314
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!