码迷,mamicode.com
首页 >  
搜索关键字:deploy upload failed    ( 13091个结果
Failed to fetch URl https://dl-ssl.google.com/android/repository/addo Android SDK更新以及ADT更新出现问题的解决办法
问题描述使用SDK Manager更新时出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google...
分类:移动开发   时间:2014-05-28 19:02:40    阅读次数:44763
eclipse启动时弹出Failed to load the JNI shared library jvm.dll的Java错误
原因1:给定目录下jvm.dll不存在。对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。原因2:eclipse的版本与jre或者jdk版本不一致对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位。原因2的概率更大一些,原...
分类:编程语言   时间:2014-05-28 18:39:06    阅读次数:298
关于Failed to convert property value of type [org.quartz.impl.StdScheduler] to required type [org.springframework.scheduling.quartz.SchedulerFactoryBean
在一个业务类有下列属性private SchedulerFactoryBeanscheduler; public SchedulerFactory BeangetScheduler() { return scheduler; } public void setS...
分类:编程语言   时间:2014-05-27 23:38:16    阅读次数:1397
几款比较好的jQuery插件
图片上传插件一:jQuery File Upload链接地址:http://blueimp.github.io/jQuery-File-Upload/index.html图片放大插件一:Magnifier.js链接地址:http://mark-rolich.github.io/Magnifier.j...
分类:Web程序   时间:2014-05-26 02:17:56    阅读次数:301
VMware强制关闭,造成(failed to get exclusive lock on the configuration file...)错误
参考文章:http://blog.csdn.net/qyee16/article/details/6764753笔记本蓝屏,造成VMware非法关闭,开机重启VMware后,发现无法打开虚拟机了,报错如下:点击确定后,出现Internal Error错误:解决办法很简单,打开任务管理器 --> 进程...
分类:其他好文   时间:2014-05-25 23:41:23    阅读次数:411
Zend Studio启动失败
Zend Studio启动失败 启动zend studio; 弹出 failed to create the java virtual machine ; 解决办法: 在安装目录下 找到 ZendStudio.ini 文件; 打开; 以下是内容: -startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.wi...
分类:其他好文   时间:2014-05-25 21:52:41    阅读次数:302
Django ImageField 上传图片并保存到数据库
转自:http://logic0.blog.163.com/blog/static/188928146201371235435974/Form代码:class ImageUploadForm(forms.Form): """Image upload form.""" image = fo...
分类:数据库   时间:2014-05-25 13:58:20    阅读次数:2560
[掌眼]Wait For Review时重新提交App
进入iTunes ConnectManage Your Apps->New Version->View DetailsLinks->Binary Details->Reject This Binary->Reject Binary->DoneReady to Upload Binary->No No...
分类:移动开发   时间:2014-05-25 07:42:14    阅读次数:267
nexus-->wrapper|OpenSCManager failed-拒绝访问.(0x5)
安装nexus时发生以下错误:此为权限不够引起,需要切换到Administrator用户运行cmd.切换到Administrator用户的方法有两种:1)使用runas命令然后输入administrator的密码,administrator没有设置密码不行(tryfailed,win7Administrator的初始密码为空,貌似忘记是否重设过)2..
分类:移动开发   时间:2014-05-25 05:07:44    阅读次数:790
php -- 文件上传下载
-----026-upload.php ----- 1 2 3 4 5 上传图片 6 7 8 上传图片 9 10 11 上传图片:12 放在这里:13 14 15 $value) {17 echo $key, "=>", $val...
分类:Web程序   时间:2014-05-25 02:26:54    阅读次数:381
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!