码迷,mamicode.com
首页 >  
搜索关键字:unable to retrieve    ( 2922个结果
Dynamics CRM 导入用户数据错误 could not retrieve salesperson role
在CRM中通过导入数据的方式创建用户时报下图中的错误,“could not retrieve saleperson role”。原因是系统中的自带的salesperson安全角色被删除了,在用导入数据的方式导入文档新建用户时是没有安全角色让你选择的,系统默认给分派了销售员的的安全角色,当你把这个系统默认的安全角色删除以后,系统无法找到这个安全角色自然就会报错了。...
分类:其他好文   时间:2014-12-02 16:40:33    阅读次数:181
android Eclipse执行项目提示错误: unable to execute dex: GC orerhead limit exceeded
Eclipse执行项目提示错误: unable to execute dex: GC orerhead limit exceeded解决方法:找到Eclipse安装目录的文件,\eclipse\eclipse.ini打开把launcher.appendVmargs-vmargs-Dosgi.requ...
分类:移动开发   时间:2014-12-01 15:33:31    阅读次数:179
kernel panic 分析(NULL pointer dereference)
It is another typical kernel panic due to invalid address.Panic log:[ 20.896935] c3 554 (netd) Unable to handle kernel NULL pointer dereference at v.....
分类:其他好文   时间:2014-12-01 12:43:30    阅读次数:355
运行yum报错Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
解决办法:vi /etc/yum.repos.d/epel.repo编辑[epel]下的baseurl前的#号去掉,mirrorlist前添加#号参考资料:http://teddysun.com/153.html
分类:Web程序   时间:2014-12-01 00:39:56    阅读次数:271
应用程序调用(apk级相互调用)
首先我参考了这篇博文去实现:http://blog.csdn.net/zygang1988/article/details/7733541 在开始做的时候给了我很大帮助!!!!!   在实际小项目中应用的时候后出现了一些错误:unable to find XXXXActivity.java ,你有没有把XXXXActivity.java添加进AndroidManifest.xml里面。 说...
分类:其他好文   时间:2014-11-30 23:17:54    阅读次数:287
python记录Unable to find vcvarsall.bat错误信息
在安装gevent时报错C:\leakScan-master\scanner>easy_installgevent Searchingforgevent Readinghttp://pypi.python.org/simple/gevent/ Bestmatch:gevent1.0.1 Downloadinghttps://pypi.python.org/packages/source/g/gevent/gevent-1.0.1.tar.gz #md5=7b952591d1a0174d6eb..
分类:编程语言   时间:2014-11-30 17:18:28    阅读次数:219
二分图匹配的匈牙利算法
匈牙利算法,很绕,其实写起来也就一点点长度。。bool find(int a){ int i,j; for(i=head[a];i;i=next[i]){ j=to[i]; //获得相邻的点 if(!unable[j]){//如果这个点可以被匹配(前一次匹配到这点时被重新分配过) unab...
分类:编程语言   时间:2014-11-30 15:17:26    阅读次数:189
IE8"HTML Parsing Error:Unable to modify the parent container element before the child element is closed"错误
一、IE8报下面错误,解决办法:网页错误详细信息消息: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)行: 0字符: 0代码...
分类:Web程序   时间:2014-11-29 17:28:07    阅读次数:235
live555 出现Unable to determine our source address: This computer has an invalid IP address: 0.0.0.0 的解决方案。
网上的方案我没有使用。对于只有一个网卡的主机来说,它的ip只有一个。可用shell命令获取到这个ip。官方的live555的live/groupsock/GroupsockHelper.cpp里面的函数ourIPAddress如下: 1 netAddressBits ourIPAddress(Us....
分类:其他好文   时间:2014-11-29 15:57:56    阅读次数:2116
Swift 错误 - Swift开发coredata出现Class not found解决办法
转载自http://blog.csdn.net/longhai0long/article/details/38379247刚看swift开发IOS,在使用Core Data框架时遇到了一个问题,控制台打出的log 如下:CoreData: warning: Unable to load class ...
分类:编程语言   时间:2014-11-29 13:04:04    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!