码迷,mamicode.com
首页 >  
搜索关键字:origin    ( 4398个结果
Error pulling origin: error: The following untracked working tree files would be overwritten by...
git在pull时,出现这种错误的时候,可能很多人进进行stash,相关stash的请看:Error pulling origin: error: Your local changes to the following files would be overwritten by merge 但是发现stash后还是会出现:Error pulling origin: error: The ...
分类:Windows程序   时间:2014-07-29 13:11:47    阅读次数:345
flex socket policy
@flex的as3代码是具备使用origin tcp socket通信能力的。 @如果是flex builder本机调试,那么可以直连tcp的server。 @如果flex发布在webserver上,那么使用flex连接tcp server后,会自动发送给server一个policy请求。严...
分类:其他好文   时间:2014-07-27 09:40:22    阅读次数:253
Android Studio中git新建远程(remote)branch?
新建远程branch有两种方式: 方式一:命令行 git push origin  ,branch-name就是你要新建的远程branch的名称。你可以用git bash或者Android Studio中的Terminal敲命令行。 方式二:直接通过Android Studio来创建远程branch,很简单,一步就可以了。我直接上图: 下面图中你看到远程的branch就两个:master和n...
分类:移动开发   时间:2014-07-26 17:18:52    阅读次数:345
git如何删除本地所有未提交的更改
位于分支develop您的分支与上游分支‘origin/develop‘一致。未跟踪的文件:(使用"gitadd<file>..."以包含要提交的内容) :all :crm_overview :fm_overview :oa_overview :pm_overview dashboard#indexgitcheckout.&&gitclean-xdf
分类:其他好文   时间:2014-07-26 15:34:34    阅读次数:217
ahjesus 让我的MVC web API支持JsonP跨域
无数被跨域请求爆出翔来的人 遇到请求成功却不能进入success 总是提示parsererror 参考一下两篇文章吧参考文章http://www.asp.net/web-api/overview/security/enabling-cross-origin-requests-in-web-apian...
分类:Windows程序   时间:2014-07-25 14:08:21    阅读次数:307
repo sync 时自动切换当前分支的remote track分支的问题
使用repo sync时,如果当前仓库有检出本地分支,假设为dev, 对应的远程track分支为origin/dev。 而manifest.xml中指定的track分支为origin/master,那么在repo sync时会自动将当前的dev分支的远程track分支修改为origin/master, 不仅如此,同时还会将origin/master上的修改rebase到本地的这个dev分支上。...
分类:其他好文   时间:2014-07-24 10:42:38    阅读次数:302
chrome字体小于12px
在项目中需要兼容Firefox、chrome、Safari浏览器,主要在于字体大小<12px时的兼容,之前已经在css中加入了-webkit-transform=scale(0.75);-webkit-transform-origin=0 0;样式实现chrome中字体大小为9px。但是今天发现Sa...
分类:其他好文   时间:2014-07-22 23:30:17    阅读次数:245
谷歌浏览器报错:跨域问题处理( Access-Control-Allow-Origin)_ 用于本地测试的快捷解决方法
报错提示如下:XMLHttpRequest cannot load http://www.xxxx.com/264/Data/GetScreenInfo. No 'Access-Control-Allow-Origin' header is present on the requested reso...
分类:数据库   时间:2014-07-22 22:50:53    阅读次数:217
android 编译问题解决
1、android4.2.2 '/root/origin_android/mokesoures/out/target/common/obj/APPS/ApplicationsProvider_intermediates/classes.dex' as 'classes.dex'.../root/or...
分类:移动开发   时间:2014-07-19 15:35:32    阅读次数:253
关于iOS7中UIView效果失效问题的解决
近期想做一个跑马灯的效果,于是写出了如下的跑马灯效果的代码。。。但是调试发现,在iOS6下动画是可以执行的,但是在iOS7下动画并不执行,没有达到预期的效果。 [_scrollLabel sizeToFit]; CGRect frame = _scrollLabel.frame; frame.origin.x = 320; _scrollLabel.frame = fra...
分类:移动开发   时间:2014-07-18 11:18:16    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!