The result of the three steps I showed you in the previous section is that the knowledge about the implementation class that should be instantiated to ...
分类:
Web程序 时间:
2016-06-08 13:48:08
阅读次数:
145
#import "CustomNavigationController.h"@interface CustomNavigationController ()@end@implementation CustomNavigationController- (id)initWithNibName:(NSS ...
分类:
其他好文 时间:
2016-06-08 12:24:47
阅读次数:
151
Objective-C关键字和概念 @ 看到这个关键字,我们就应该想到,这是Object-C对C语言的扩展,例如@interface XXX。 @interface 声明类 @implementation 实现类 @protocol 声明协议 @optional 与@protocol配合使用,说明协 ...
分类:
其他好文 时间:
2016-06-08 10:26:10
阅读次数:
163
下面是0.8.0之前的表述,之后的已经基于Disruptor改造过了 这个文章演示了发射和转移tuple是怎么在storm中工作的 Worker为消息传递负责 当zk中的任务出现了变化或者每个task.refresh.poll.secs都会调用refresh-connections。这个东西管理和其 ...
分类:
其他好文 时间:
2016-06-04 22:10:59
阅读次数:
245
#import "RootViewController.h"#import "Masonry.h" @interface RootViewController () @end @implementation RootViewController - (void)viewDidLoad { [supe ...
分类:
其他好文 时间:
2016-06-04 10:38:20
阅读次数:
220
#import "ViewController.h" #import <MessageUI/MessageUI.h> @interface ViewController ()<MFMessageComposeViewControllerDelegate> @end @implementation V ...
分类:
其他好文 时间:
2016-06-03 12:35:33
阅读次数:
160
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms ...
1.字典转模型 创建一个类,继承自NSObject,属性名和字典的键一致 可以实现字典转模型 @implementation TZMessage +(instancetype)messageWithDict(NSDictioary*)dict{ TZMessage *mode = [[TZMessa ...
分类:
其他好文 时间:
2016-06-01 01:28:21
阅读次数:
181
#import "UITableView+Swizzle.h" #import <UIKit/UIKit.h> #import <objc/objc.h> #import <objc/runtime.h> @implementation UITableView (Swizzle) 实现:一次性设置t ...
分类:
其他好文 时间:
2016-05-31 18:45:40
阅读次数:
113
#import "CZWeiboFrame.h" #import "CZWeibo.h" @implementation CZWeiboFrame #define KPadding 10 #define KIconImageViewWH 30 #define KVipImageViewWH 15 # ...
分类:
其他好文 时间:
2016-05-29 23:19:14
阅读次数:
171