下载链接:http://maven.apache.org/docs/ ...
分类:
其他 时间:
2016-08-29 00:00:58
收藏:
0 评论:
0 赞:
0 阅读:
232
- (void)drawRect:(CGRect)rect { // Drawing code NSLog(@"drawRect自动调用"); //画图步骤 //获取上下文(/画笔/绘图环境) CGContextRef context = UIGraphicsGetCurrentContext(); ...
分类:
其他 时间:
2016-08-29 00:00:49
收藏:
0 评论:
0 赞:
0 阅读:
261
问题描述 起初想用这一段代码来模拟部分按钮的高光效果(就是点击一个按钮之后会有个不同的样式,类似PC的hover) 但是发现一个问题,就是在安卓手机上,下面的这个方法却经常不触发,非常的偶尔,着实令吾等烦恼。 后经查阅资料发现浏览器的默认事件影响了我们这个事件的触发。那么就涉及阻止默认事件了,很简单 ...
分类:
移动平台 时间:
2016-08-29 00:00:28
收藏:
0 评论:
0 赞:
0 阅读:
366
Farmer John has N hills on his farm (1 <= N <= 1,000), each with an integer elevation in the range 0 .. 100. In the winter, since there is abundant sn ...
分类:
其他 时间:
2016-08-29 00:00:18
收藏:
0 评论:
0 赞:
0 阅读:
281