码迷,mamicode.com
首页 >  
搜索关键字:cannot fetch plan fo    ( 11406个结果
三十一、Git中的fetch和pull
Git中从远程的分支获取最新的版本到本地有这样2个命令:1. git fetch:相当于是从远程获取最新版本到本地,不会自动merge git fetch origin master git log -p master..origin/master git merge origin...
分类:其他好文   时间:2014-07-03 11:01:44    阅读次数:157
跨域访问
遇到错误:XMLHttpRequest cannot load http://XXX.aspx. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhos...
分类:其他好文   时间:2014-07-03 06:49:45    阅读次数:182
Leetcode Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-07-02 22:34:44    阅读次数:318
关于session_start()这个问题
关于session_start()这个问题,其实网上很多解决的方法,论坛也好多人回答这类的问题, 现在的状况是依然有警告提示Warning:session_start() [function.session-start]: Cannot send session cookie - headers a...
分类:其他好文   时间:2014-07-01 21:33:30    阅读次数:325
ORA-01039
Execution Plan----------------------------------------------------------ERROR:ORA-01039: insufficient privileges on underlying objects of the viewSP2-...
分类:其他好文   时间:2014-07-01 19:43:46    阅读次数:298
关于error:Cannot assign to 'self' outside of a method in the init family
有时候我们重写父类的init方法时不注意将init后面的第一个字母写成了小写,在这个方法里面又调用父类的初始化方法(self = [super init];)时会报错,错误信息如下:error:Cannot assign to 'self' outside of a method in the in...
分类:其他好文   时间:2014-07-01 17:00:40    阅读次数:321
maven问题之Could not calculate build plan:
问题描述: Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.org/maven2 was cached in the local repository, resolution wi...
分类:其他好文   时间:2014-07-01 11:14:35    阅读次数:279
创建android画笔程序的例子(有镜面效果)
关键是在检测到手指移动的时候用mPath.quadTo的方法,android sdk解释是: Add a quadratic bezier from the last point, approaching control point (x1,y1), and ending at (x2,y2). If no moveTo() call has been made fo...
分类:移动开发   时间:2014-07-01 08:07:39    阅读次数:289
Eclipse:Cannot complete the install because of a conflicting dependency.问题解决
今天尝试在线更新ADT的时候,遇到了这么个问题,从错误提示中初步看起来是存在引用的冲突: 其实就是当前要安装的插件与已安装的插件存在了冲突。 解决办法:卸载冲突的几个插件,可能很多人不知道如何卸载已安装的插件,这里我说下: Help-->About Eclipse SDK,选择图中圈起来的地方: 然后会出现下面这个页面,卸载掉冲突的插件即可:...
分类:系统相关   时间:2014-07-01 06:53:18    阅读次数:270
import android.provider.Telephony cannot be resolved
android.provider.Telephony is hidden. http://androidxref.com/4.0.3_r1/xref/frameworks/base/core/java/android/provider/Telephony.java#41 /** 41 * The Telephony provider contains data related ...
分类:移动开发   时间:2014-06-30 19:07:51    阅读次数:1204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!