码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
ios绘图基本图形之线条
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
ios绘制基本图形之水印背景
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
How java implements HashMap
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
TabelView的多选模式
@interface ViewController ()@property(nonatomic,strong) NSMutableArray *dataSourceArray;@end@implementation ViewController- (void)viewDidLoad { [supe....
分类:其他好文   时间:2016-01-21 10:39:32    阅读次数:242
ios9-NSLayoutAnchor和UILayoutGuide实现自动布局
@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
Vs2013未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”包 解决方案
最近我经常出现上述问题。之前修改一下源代码管理器,把Git修改为无,保存后,再打开没问题了。今天修改都不行了,重新修复vs2013也一样。最后终于找到解决方法:1.运行输入:“%LOCALAPPDATA%\Microsoft\VisualStudio\12.0”2.将目录中的“ComponentMo...
分类:其他好文   时间:2016-01-19 20:50:25    阅读次数:235
vector VS list in C++
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
使用CAEmitterLayer产生粒子效果
ViewController.m#import "ViewController.h"@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; /* 初始化layer */ // ...
分类:其他好文   时间:2016-01-19 17:03:37    阅读次数:132
1803条   上一页 1 ... 71 72 73 74 75 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!