码迷,mamicode.com
首页 >  
搜索关键字:unable to retrieve    ( 2922个结果
apt-get Unable to fetch some archives
报错: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dev_2.19-10ubuntu2.2_amd64.deb  Could not resolve 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.co...
分类:其他好文   时间:2014-12-25 18:26:17    阅读次数:306
在Win8中用批处理创建Oracle数据库时报“Unable to open file”
这一问题的原因是在运行批处理时使用了“以管理员权限运行”。如果直接双击运行是没有问题的。如果我就想用管理员权限运行呢?出这个错误的原因是,以管理员权限运行时的当前目录不是批处理所在的目录了。所以,解决的方法也简单。只要在批处理的开头加上下面这句就可以了。cd /d %~dp0这句话是什么意思呢?%~...
分类:数据库   时间:2014-12-25 12:38:29    阅读次数:170
解决在BroadcastReceiver(广播接受者)中不能添加AlertDialog(对话框)的问题(android.view.WindowManager$BadTokenException)
在BroadcastReceiver,当我们创建一个AlertDialog并show出来的时候,出现了下面的错误: 12-24 14:10:57.025: E/AndroidRuntime(17600): java.lang.RuntimeException: Unable to start receiver com.ustc.broadcastreceiver.ForceOfflineRece...
分类:移动开发   时间:2014-12-24 14:45:16    阅读次数:772
Changing an Elements innerHTML in TWebBrowser
I'm unable to change the innerHTML of a javascript element, but i can change the id so i'm not sure why it wont work.i get OLE error 800A0258.Any help...
分类:Web程序   时间:2014-12-23 22:36:33    阅读次数:223
ie8页面错误提示:Unable to modify the parent container element before the child element is closed (KB927917)
Windows xp sp3 Unable to modify the parent container element before the child element is closed (KB927917)PowerPointFrame.aspx安装 KB2416400补丁,搞定IE8补丁:h...
分类:其他好文   时间:2014-12-23 12:08:50    阅读次数:181
安装Windows Server 2012 R2提示"unable to create a new system partition or locate an existing system partition"解决方法
重新安装Windows Server 2012 R2,把原来SSD分区全部格式化重建,用U盘启动安装时提示如下:"Setup was unable to create a new system partition or locate an existing system partition. See...
分类:Windows程序   时间:2014-12-22 19:24:53    阅读次数:364
Unable to start MySQL service. Another MySQL daemon is already running with the same UNIX socket
Unable to start MySQL service. Another MySQL daemon is already running with the same UNIX socket   特征 如果你遇到如下所列的任何问题之一,本文也许能帮到你. MySQL starts/stops properly when started/stopped with the...
分类:数据库   时间:2014-12-22 16:12:47    阅读次数:265
linux tomcat 汤姆凯特
IEDA?启动不了?tomcat?. Application?Server?was?not?connected?before?run?configuration?stop,?reason: Unable?to?ping?server?at?localhost:1099 原因是我tomcat?环境没有配置好.没有指定...
分类:系统相关   时间:2014-12-22 00:58:44    阅读次数:805
leiningen配置到Eclipse中报错
Project names containing uppercase letters are not recommended and will be rejected by repositories like Clojars and Central. If you're truly unable t...
分类:系统相关   时间:2014-12-21 19:21:26    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!