#import "Rigester_ViewController.h" #import "Rigester_ViewController.h" @interface Rigester_ViewController () @end @implementation Rigester_ViewContro ...
分类:
移动开发 时间:
2017-05-12 20:30:41
阅读次数:
274
"没有时间了!" 本次学习mongoDB,参考了如下文章: Using MongoDB with ASP.NET Core – Part II (Implementation) 来自 MongoDB学习笔记(二) 通过samus驱动实现基本数据操作 来自 略去如何安装和调试MongoBD,可参见上述... ...
分类:
数据库 时间:
2017-05-08 09:58:44
阅读次数:
158
Bridge Pattern Decouple an abstraction from its implementation so that the two can vary independently.(将抽象和实现解耦。使得倆者能够独立的变化) 样例 "天下熙熙,皆为利来。天下攘攘,皆为利往" ...
分类:
其他好文 时间:
2017-05-02 13:42:51
阅读次数:
106
这里给出大部分基本的代码 联系人模型对象: #import "NJContatc.h" @implementation NJContatc - (void)encodeWithCoder:(NSCoder *)aCoder { [aCoder encodeObject:self.name forKe ...
分类:
其他好文 时间:
2017-04-28 13:57:36
阅读次数:
239
Java集合类库将接口(interface)和实现(implementation)分离,首先对集合接口进行说明。 集合接口 集合类的基本接口是 Collection 接口,该接口有两个基本方法: public interface Collection{ boolean add(E element);... ...
分类:
其他好文 时间:
2017-04-25 23:26:38
阅读次数:
318
#import "HMViewController.h" #import "HMPerson.h" @interface HMViewController () @property (nonatomic, strong) HMPerson *p; @end @implementation HMVie... ...
分类:
移动开发 时间:
2017-04-23 16:54:32
阅读次数:
196
#import "HMViewController.h" #import "HMPerson.h" @interface HMViewController () @end @implementation HMViewController - (void)viewDidLoad { [super vi... ...
分类:
移动开发 时间:
2017-04-23 16:51:39
阅读次数:
181
Introduction(说明) HFTP is a Hadoop filesystem implementation that lets you read data from a remote Hadoop HDFS cluster. The reads are done via HTTP, an ...
分类:
其他好文 时间:
2017-04-23 15:55:04
阅读次数:
281
#import "TWO_ViewController.h"#define SCREEN_Width [[UIScreen mainScreen] bounds].size.width@interface TWO_ViewController ()@end@implementation TWO_Vi... ...
分类:
其他好文 时间:
2017-04-18 10:13:31
阅读次数:
180
一、说明 针对的内核版本为4.4.10。 本文只是我自己看源码的简单笔记,如果想了解epoll的实现,强烈推荐下面的文章: The Implementation of epoll(1) The Implementation of epoll(2) The Implementation of epol ...
分类:
系统相关 时间:
2017-04-16 19:13:29
阅读次数:
347