取消第一响应者————回收键盘UIImageView响应点击事件UIImageView响应点击事件给View添加点击事件 UIView *view = [[UIControl alloc]init]; view.backgroundColor = [UIColor redColor]; ...
分类:
其他好文 时间:
2014-06-27 18:33:45
阅读次数:
165
六种手势识别(继承于UIGestureRecongnizer基类):UITapGestureRecongnizer--检测view上的单击操作UIPinchGestureRecongnizer--检测view上两个手指的缩放操作UIPanGestureRecongnizer--检测view的拖拽操作...
分类:
移动开发 时间:
2014-06-26 17:00:46
阅读次数:
229
1. MVC模式 MVC模式是一种软件架构模式。它把软件系统分为三个部分:模型(Model),视图(View)和控制器(Controller)。MVC模式最早由Trygve Reenskaug在1974年提出,是施乐帕罗奥多研究中心(Xerox PARC)在20世纪80年代为程序语言Smallta....
分类:
Web程序 时间:
2014-06-26 16:58:36
阅读次数:
280
8. View the Exhibit and examine the structure of the CUSTOMERS table.Which two tasks would require subqueries or joins to be executed in a single sta...
分类:
其他好文 时间:
2014-06-26 16:48:22
阅读次数:
207
10. View the Exhibit and examine the structure of the PROMOTIONS table.Each promotion has a duration of at least seven days .Your manager has asked yo...
分类:
其他好文 时间:
2014-06-26 15:36:20
阅读次数:
240
11. View the Exhibit and examine the structure of the PRODUCTS table.All products have a list price.You issue the following command to display the tot...
分类:
其他好文 时间:
2014-06-26 15:01:01
阅读次数:
326
http://acm.hit.edu.cn/hoj/problem/view?id=3152DiceMy Tags (Edit) Source : Time limit : 1 sec Memory limit : 128 MSubmitted : 82, Ac...
分类:
其他好文 时间:
2014-06-26 14:55:08
阅读次数:
261
说点关于Yii的 Yii::app()->createUrl 与 CHtml::normalizeUrl 使用的问题
array('product/view'),这里怎么写你有仔细想过么...
分类:
移动开发 时间:
2014-06-26 11:54:48
阅读次数:
244
NSKeyedArchiver是加密形式的保存数据。上代码。- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"N...
分类:
其他好文 时间:
2014-06-26 11:24:49
阅读次数:
161
本篇文章,将介绍如何实现自定义的音量调节控件。
话不多少,先看效果图
本篇文章将介绍两种实现的方式,上面的是通过继承RatingBar,然后设置样式获得的效果,下面的是通过继承自View,完全自定义的方式实现。
我们首先介绍第一种方式,也就是继承自RatingBar实现。
public class WmtRatingBar extends RatingBar {
privat...
分类:
其他好文 时间:
2014-06-26 10:33:32
阅读次数:
252