做出点一个控件然后他和他上下左右的4个控件一起变色。 #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super vi
分类:
其他好文 时间:
2016-03-08 23:49:01
阅读次数:
154
这是学校的一个project,记录在这里,以备复习。主要是用XAMPP通过phpMyAdmin连接MySQL数据库,实现一个简单的查询功能。 Outline Setup of XAMPP Implementation of MySQL database in “phpMyAdmin” Create
分类:
其他好文 时间:
2016-03-08 02:11:10
阅读次数:
262
#import "ZKZApplication.h" @implementation ZKZApplication +(instancetype)allocWithZone:(struct _NSZone *)zone { static ZKZApplication *application; //
分类:
编程语言 时间:
2016-03-07 16:45:28
阅读次数:
180
1 #import "CustomerTableViewController.h" 2 #import "CustomerTableViewCell.h" 3 @interface CustomerTableViewController () 4 5 @end 6 7 @implementation
分类:
其他好文 时间:
2016-03-06 11:25:13
阅读次数:
123
1.没有连线的页面跳转 1 #import "ViewController.h" 2 #import "FirstViewController.h" 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController
分类:
其他好文 时间:
2016-03-04 22:40:48
阅读次数:
442
1: #import "ContactListViewCell.h" @implementation ContactListViewCell -(id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
分类:
其他好文 时间:
2016-03-04 19:02:14
阅读次数:
155
原文地址 13.56 MHz RFID Software An Open Source implementation of an NFC stack, and various related utilities is available from the LibNFC project. The au
分类:
其他好文 时间:
2016-03-03 21:10:58
阅读次数:
513
(1)openface ---- 深度学习方面(DNN) Free and open source face recognition with deep neural networks. This is a Python and Torch implementation of the CVPR 20
分类:
其他好文 时间:
2016-03-03 07:59:11
阅读次数:
209
//设置UIImage圆角 @interface UIImage(UIRoundedRectImage) + (id) createRoundedRectImage:(UIImage*)image size:(CGSize)size; @end @implementation UIImage(UIR
分类:
其他好文 时间:
2016-03-02 18:15:14
阅读次数:
142
#import "ViewController.h" @interface ViewController () @property(strong, nonatomic) NSTimer *timer; @end @implementation ViewController - (void)viewD
分类:
其他好文 时间:
2016-03-01 14:33:06
阅读次数:
127