一,效果图。 二,工程图。 三,代码。 ViewController.m - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a ni ...
分类:
其他好文 时间:
2016-05-09 10:00:26
阅读次数:
164
Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array.Note:
You may assume that nums1 has enough space (size that is greater or equal to m + n) to hold additional...
分类:
其他好文 时间:
2016-05-06 16:24:52
阅读次数:
153
一,代码。 - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. //第一种方法 NSLog(@"--first-%i",[self convertToInt:@"1 ...
分类:
其他好文 时间:
2016-05-05 09:37:20
阅读次数:
129
1、许可证申明 MODULE_LICENSE 用来告知内核, 该模块带有一个许可证,没有这样的说明,加载模块时内核会抱怨。 有效的许可证有"GPL“、"GPL v2"、"GPL and additional rights"、"Dual BSD/GPL"、"Dual MPL/GPL"和"Proprie ...
分类:
其他好文 时间:
2016-05-04 17:08:26
阅读次数:
170
代码: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"拍照动画"; } //点击任何处,弹出动画 -(void)touchesBeg ...
分类:
其他好文 时间:
2016-04-27 09:30:17
阅读次数:
112
一,效果图。 二,代码。 - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. [self initTimerCompare]; } #pragma -mark -f ...
分类:
其他好文 时间:
2016-04-21 10:12:27
阅读次数:
137
右键一个Project,可以发现有两个地方设置Include的相关目录: 1. VC++ Directories -> Include Directories2. C/C++ -> General -> Additional Include Directories 不知道具体有什么区别,后在MSDN ...
分类:
其他好文 时间:
2016-04-19 10:00:48
阅读次数:
132
1.使用CoreImage中的模糊滤镜原始效果图如下: CoreImage的实现:- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib. UIImage * image = [UIImage imageN...
分类:
移动开发 时间:
2016-04-18 17:25:52
阅读次数:
368
Sometimes it is necessary to return additional information in response to a HTTP request. Such information may be built and returned using Response an ...
分类:
其他好文 时间:
2016-04-16 16:59:22
阅读次数:
154
一,效果图。 二,工程图。 三,代码。 ViewController.m - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a ni ...
分类:
其他好文 时间:
2016-04-06 09:45:26
阅读次数:
176