1 #import 2 3 @interface NJLineView : UIView 4 @end 5 6 7 #import "NJLineView.h" 8 9 @implementation NJLineView10 11 // 当自定义view第一次显示出来的时候就会调用dr...
分类:
移动开发 时间:
2016-01-22 17:01:44
阅读次数:
135
1 @interface NJTextImage : UIView 2 @end 3 4 5 @implementation NJTextImage 6 7 - (void)drawRect:(CGRect)rect 8 { 9 // [self test];10 // ...
分类:
移动开发 时间:
2016-01-22 16:58:41
阅读次数:
144
1.How java implements HashMapHashMap Custom implementation in java - How HashMap works internally with diagrams and full programhttp://www.javamadesoe...
分类:
编程语言 时间:
2016-01-22 03:09:13
阅读次数:
187
数据库系统实现CS346 Database System Implementation帆船书 Architecture of a Database System使用http://www.w3school.com.cn/sql/index.asp关系数据库的第一第二第三范式https://www.zh...
分类:
数据库 时间:
2016-01-21 19:22:03
阅读次数:
186
@interface ViewController ()@property(nonatomic,strong) NSMutableArray *dataSourceArray;@end@implementation ViewController- (void)viewDidLoad { [supe....
分类:
其他好文 时间:
2016-01-21 10:39:32
阅读次数:
242
@interface ViewController (){ NSLayoutConstraint *yellowViewTopConstraint; NSLayoutConstraint *blueViewLeadConstraint; }@end@implementation Vie...
分类:
移动开发 时间:
2016-01-20 17:19:05
阅读次数:
319
#import "ViewController.h"#import #import @interface ViewController ()/** 地理编码 */@property (nonatomic, strong) CLGeocoder *geoC;@end@implementation Vi...
分类:
其他好文 时间:
2016-01-20 08:42:11
阅读次数:
317
最近我经常出现上述问题。之前修改一下源代码管理器,把Git修改为无,保存后,再打开没问题了。今天修改都不行了,重新修复vs2013也一样。最后终于找到解决方法:1.运行输入:“%LOCALAPPDATA%\Microsoft\VisualStudio\12.0”2.将目录中的“ComponentMo...
分类:
其他好文 时间:
2016-01-19 20:50:25
阅读次数:
235
vector is like ArrayList in Java.vector:Continuous memory.Underlying array implementation.Pre-allocate space for future element. This means extra spac...
分类:
编程语言 时间:
2016-01-19 17:12:29
阅读次数:
163
ViewController.m#import "ViewController.h"@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; /* 初始化layer */ // ...
分类:
其他好文 时间:
2016-01-19 17:03:37
阅读次数:
132