码迷,mamicode.com
首页 >  
搜索关键字:failed to push some refs to    ( 25890个结果
迷你MVVM框架 avalonjs 1.3.1发布
avalon1.3.1发布。interpolate支持注释节点做定界符,avalon.config({interpolate:[""]}) 监控数组添加pushArray方法,类似于push方法,不过参数是一个数组 data-duplex-changed回调会在第一次赋值就触发 添...
分类:Web程序   时间:2014-06-06 21:35:03    阅读次数:408
C#中as运算符
as运算符用于执行引用类型的显式类型转换。如果要转换的类型与指定的类型兼容,转换就会成功进行;如果类型不兼容,as运算符就会返回null值。如下面的代码所示,如果object引用实际上不引用string实例,把object引用转换为string就会返回null:object o1="Some Str...
分类:其他好文   时间:2014-06-06 20:23:41    阅读次数:307
UINavigationController的子控制器
?UINavigationController以栈的形式保存子控制器@property(nonatomic,copy)NSArray*viewControllers;@property(nonatomic,readonly)NSArray*childViewControllers;?使用push方法...
分类:其他好文   时间:2014-06-06 20:03:23    阅读次数:310
git 基本操作
下载远程仓库 git clone 分支管理删除本地分支 $git branch -d $git branch -D 查看所有分支 $git branch -a删除远程分支 $git push origin :git v1.7.0之后 $git push origin --delete ...
分类:其他好文   时间:2014-06-06 16:40:23    阅读次数:174
ATL错误处理
_com_issue_error(HRESULT x)throw a _com_error object 1 try 2 { 3 HRESULT hr; 4 ... 5 if (FAILED(hr)) 6 _com_issue_error(hr); ...
分类:其他好文   时间:2014-06-06 11:44:29    阅读次数:199
[Intel XDK]在线跨平台模拟器-安装方法
Installation of the Intel? XDK on Apple* OS X* involves all or some of the following steps:Install the Google* Chrome* browserUpdate Java* on your Mac...
分类:其他好文   时间:2014-06-06 10:03:14    阅读次数:490
[Intel XDK]在线跨平台模拟器-代理服务器的设置解决方案
On some occasions, especially if you are working behind a corporate or university firewall, you may find that the Intel? XDK will either not start or ...
分类:其他好文   时间:2014-06-06 09:54:57    阅读次数:211
Android SDK更新
摘自:Android SDK更新以及ADT更新出现问题的解决办法http://blog.sina.com.cn/s/blog_4a94a0db0100y4h7.html十分感谢原作者!!!问题描述使用SDK Manager更新时出现问题Failed to fetch URL https://dl-s...
分类:移动开发   时间:2014-06-06 09:24:26    阅读次数:383
parseSdkContent failed 解决方案
开Eclipse出现错误“parseSdkContent failed”,Android的模拟器启动不了。尝试了不少方法,终于搞定。1.删除文件夹 C:\Documents and Settings\covics\.android 网上一般就只有这一步,为的是删除AVD的镜像文件,我找到:C:\Us...
分类:其他好文   时间:2014-06-02 11:05:51    阅读次数:228
Codeforces Round #250 (Div. 2)
感觉不会再爱了,呜呜!A题原来HACK这么多!很多人跟我一样掉坑了!If there is some choice whose description at least twice shorter than all other descriptions, or at least twice long...
分类:其他好文   时间:2014-06-02 06:33:26    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!