码迷,mamicode.com
首页 >  
搜索关键字:launch failed    ( 8273个结果
Android-Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
在andorid进行调试的过程中,出现下面的错误:解决方法:修改一下应用程序描述符:修改上面的参数就可以了。
分类:移动开发   时间:2014-09-28 14:25:12    阅读次数:217
Failed to install *.apk on device *: timeout
【Failed to install *.apk on device *: timeout】 如果Android项目太大,则Eclipse在安装调试时可能会超时。 错误出现:连接真机调试的时候如果连接太久没响应就会出现timeout 解决方法:将timeout时间调长,默认是5000ms。 ...
分类:其他好文   时间:2014-09-27 22:24:10    阅读次数:293
python, Django csrf token的问题
环境Window 7Python2.7Django1.4.1sqlite3问题在使用Django搭建好测试环境后,写了一个提交POST表单提交留言的测试页面。如图:填写表单,点击“提交留言”按钮提交到服务器,却出现Forbidden (403)CSRF verification failed. Re...
分类:编程语言   时间:2014-09-27 15:11:09    阅读次数:450
yum安装报错error: unpacking of archive failed on file /usr/bin/xxxx: cpio: open Failed
Bash漏洞爆出来了,赶紧更新一下补丁,#yum-yupdatebash报错了error:unpackingofarchivefailedonfile/usr/bin/bashbug-64;54254708:cpio:open参考了网上资料,原来是以前加固时给/usr/bin加了i权限#lsattr/usr|grepbin----i-----I--/usr/bin#chattr-i/usr/bin然后yum安装就OK了..
分类:其他好文   时间:2014-09-27 04:01:59    阅读次数:509
ADB server didn't ACK 解决方法
1  现象 adb server is out of date.  killing... ADB server didn't ACK * failed to start daemon * error: unknown host service 2 解决方法 使用adb时,若出上面的错,使用adb kill-server是没有用的,因为此时是其他进程的...
分类:数据库   时间:2014-09-27 01:00:49    阅读次数:355
802.1x authentication failed when move a PC between diff switches
问题描述:一台2960S交换机(IOS:15.2(1)E)下面接着一台CiscoSMBSF300-08交换机,中间是Trunk链路,两台交换机上都启用了802.1x认证,当一台PC接在SMB交换机上,认证成功;然后若将同一台PC接到2960S下面的其他端口,则认证失败,或者从debugdot1xall来看根本不再发起认证过程..
分类:其他好文   时间:2014-09-26 20:55:29    阅读次数:196
invalid byte sequence for encoding "UTF8": 0xe99d2c
Query failed: ERROR:  invalid byte sequence for encoding "UTF8": 0xe99d2c 原因是客户端字符集和插入内容的字符集不匹配。PostgreSQL默认不做字符集转换,如果数据库是UTF8的字符集,一般终端的中文字符集会设置为GBK(可以看LANG环境变量确认),所以这个编码不经转换的存入数据库中,而数据库是UTF8的,Po...
分类:其他好文   时间:2014-09-26 19:06:48    阅读次数:208
failed to create the requested registry key installer
如果说电脑以前安装过一次虚拟机的话,卸载再次安装的时候,就会出现上面这种错误。   这是为什么呢,因为我们在卸载的时候,没有卸载虚拟机注册表里面的信息,解决办法很简单了,没卸载完全,我删掉你不就是了。   点击开始菜单,输入regedit,回车,进入注册表,删除HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc这个.lnc文件就OK了,如果没找到的话,那就在注册...
分类:其他好文   时间:2014-09-26 14:14:48    阅读次数:180
安装CentOS虚拟机 starting postfix failed 错误
The full path to the file is ‘/etc/postfix/main.cf‘ Just add or modify your hostname and restart the postfix service by running ‘service postfix restart‘. Please note mydomain.net. is an invalid ho...
分类:其他好文   时间:2014-09-26 12:24:59    阅读次数:614
HTTP Status 500 - Handler processing failed; nested exception is java.lang.OutOfMemoryError: PermGen
HTTP Status 500 - Handler processing failed; nested exception is java.lang.OutOfMemoryError: PermGen space发生此问题的环境信息:系统:CentOS 6.5Tomcat:Tomcat 7.0.6PermGen spacePermGen space的全称是Permanent Generation ...
分类:编程语言   时间:2014-09-25 20:55:07    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!