码迷,mamicode.com
首页 >  
搜索关键字:additional    ( 622个结果
【代码笔记】判断textField里面是否有空
一,效果图。 二,工程图。 三,代码。 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
leetcode--Merge Sorted Array
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
VC2010中"Include Directories" 和 "Additional Include Directories"的区别
右键一个Project,可以发现有两个地方设置Include的相关目录: 1. VC++ Directories -> Include Directories2. C/C++ -> General -> Additional Include Directories 不知道具体有什么区别,后在MSDN ...
分类:其他好文   时间:2016-04-19 10:00:48    阅读次数:132
iOS 图片背景模糊效果
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
Jersey(1.19.1) - Building Responses
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
622条   上一页 1 ... 21 22 23 24 25 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!