下载远程仓库 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
在某些情况下,我们需要在WebAPI项目中添加对jsonP的支持。比如我们同时创建了MVC.Net和WebAPI两个项目,这两个项目使用不同的端口,这时如果MVC.Net项目的前端想要直接访问WebAPI项目,就会出现“cross-origin”的错误。要解决这个问题,我们通常会使用jsonP的方法...
首先,keyPath一定是frame,而不是frame.origin.x之类的路径,因为再点下去的话,就是访问结构体内部的值了,KVO是无法检测的,会报错找不到KeyPath。代码如下:1
[_funcMenuVC.view addObserver:self forKeyPath:@"fra...
分类:
其他好文 时间:
2014-06-02 20:07:13
阅读次数:
218
1、初始化一个UITableView1 -
(id)initWithFrame:(CGRect)frame style:(UITableViewStyle)style1 struct CGRect {2
CGPoint origin;3 CGSize size;4 };5 typedef...
分类:
其他好文 时间:
2014-05-29 02:42:20
阅读次数:
254
每天进步一小步,一年进步一大步。第一次发博客园文章,主要记录自己学习的一个过程。CSS3
背景CSS3
包含多个新的背景属性,它们提供了对背景更强大的控制。background-sizebackground-origin您也将学到如何使用多重背景图片。浏览器支持Internet
Explorer 9...
分类:
Web程序 时间:
2014-05-26 12:36:28
阅读次数:
273
Problem Description
We have a special convex that all points have the same distance to origin point.
As you know we can get N segments after linking the origin point and the points on the convex. ...
分类:
其他好文 时间:
2014-05-25 09:50:19
阅读次数:
217
Problem Description
We have a special convex that all points have the same distance to origin point.
As you know we can get N segments after linking the origin point and the points on the convex. ...
分类:
其他好文 时间:
2014-05-25 06:55:54
阅读次数:
188
一、JavaScript的同源策略参考链接:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Same_origin_policy_for_JavaScript同源策略限制了一个源(origin)中加载文本或脚本与来自其它源(origin...
分类:
Web程序 时间:
2014-05-16 01:05:38
阅读次数:
406
Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match....
分类:
其他好文 时间:
2014-05-14 19:30:36
阅读次数:
292
You are given a sequence of integers, A1,A2,...,An. And you are allowed a manipulation on the sequence to transform the origin sequence into another sequence B1,B2,...,Bn(Maybe the two sequences are s...
分类:
其他好文 时间:
2014-05-13 13:45:10
阅读次数:
327